Author Topic: Wrt54g server 2008  (Read 1105 times)

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Wrt54g server 2008
« on: December 04, 2012, 11:49:29 am »
I need a little insight

I want to configure server 2008 to network
with linksys as a LAN. I'm familiar with the process of dhcp and DNS. The problem I'm having is getting other nodes to communicate with the server through linksys also it will be wired and the nodes will connect wirelessly if you catch my drift.
Also I'm not able to ping the linksys wrt54g router. I'm a transmission error.

I appreciate the help.
« Last Edit: December 04, 2012, 12:00:41 pm by N33n0Gr33n »

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1926
  • Reputation: 187
  • the digital grinch who stole your data
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: Wrt54g server 2008
« Reply #1 on: December 04, 2012, 12:56:41 pm »
Give the server a static IP, not DHCP.
The server, if a domain controller, will be running DNS
Add the IP of the Server as the first DNS entry on any client on the network you want to communicate with it
Add the IP of the Linksys as both the gateway IP(which it should be via DHCP), and as the second DNS server

This way any client wired or wireless that is connected will be able to use the linksys as the gateway to access internet and do internet DNS lookups, and will be able to communicate with the Server for domain things, like group policy, etc
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Wrt54g server 2008
« Reply #2 on: December 04, 2012, 01:40:47 pm »
Forgot to mention that the setup is local only but I should be able to communicate with the router. And I want my server to handle DHCP.

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1926
  • Reputation: 187
  • the digital grinch who stole your data
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: Wrt54g server 2008
« Reply #3 on: December 04, 2012, 03:21:53 pm »
Forgot to mention that the setup is local only but I should be able to communicate with the router. And I want my server to handle DHCP.

The setup I described IS local only. You would need to open up holes in your router to open it to the outside world

Server handling DHCP is more difficult. It would involve setting up DHCP server on Server, and inputting all important network details to be pushed to clients, like gateway, DNS servers, as well as issue IP licenses, turning off DHCP in the router. Might have some issues doing this

Is there some important reason you need DHCP on the server?
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Wrt54g server 2008
« Reply #4 on: December 06, 2012, 07:19:56 pm »
I'm just refreshing what I learned in school. From what I'm sure of, I'm trying to create a full functioning server that handles dhcp ( maybe I should leave that up to the router?) and DNS server. Its actually a lot easier for me to setup a server on VMware because the network is virtualized. Another thing is when I launch dcpromo.exe why is it that it always ask if I'm setting up a static ip when I already set one up before launching dcpromo?

Thanks for the help, followed you on twitter too.

Don't like seeing ads? Click here to register!

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1926
  • Reputation: 187
  • the digital grinch who stole your data
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: Wrt54g server 2008
« Reply #5 on: December 06, 2012, 11:04:53 pm »
You are doing this on a small scale, easiest to let the router handle dhcp, definitely at least your first time
You can run dhcp on the windows server, might be good practice
I prefer to have the routers handle dhcp. The network is less dependent on the windows server, especially with most schools and companies using "cloud" services, having working internet is more important than a working server. It reduces the number of requests and minimizes load on the windows server, by putting the load on devices designed to handle it. Use your routers and switches. I just run what is essential on the windows servers. you can choose to have a router push your windows server ip as a DNS server to new clients automatically.

Do you have other connections with non-static IPs?

Whats your twitter handle?
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Wrt54g server 2008
« Reply #6 on: December 06, 2012, 11:37:31 pm »
None the server has static, also I noticed another funny thing. I have my laptop, and two towers, one tower is running server 2008 the other machines win7. If I use a static ip on all of my setups same router, there is no communication between them I cant ping or anything. If I use dhcp I can get network activity I know this because I watch the packets when testing. And if use wireless for communication I can communicate easily with other machines. But not with wireless and wired.

My handle is my goverment name rather not say. But I'm the guy in black B cap and a red tie. Peace

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1926
  • Reputation: 187
  • the digital grinch who stole your data
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: Wrt54g server 2008
« Reply #7 on: December 07, 2012, 08:17:35 am »
If I use a static ip on all of my setups same router, there is no communication between them I cant ping or anything. If I use dhcp I can get network activity

your network settings used with static setup are not correct

My handle is my goverment name rather not say. But I'm the guy in black B cap and a red tie. Peace

What?
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

Godman777

  • Hero Member
  • *****
  • Posts: 983
  • Reputation: 27
  • Have a good day!
  • Computers: Dell Inspiron 560 with HD 5450 silence
  • iDevices: Galaxy Note 2 Rooted
Re: Wrt54g server 2008
« Reply #8 on: December 09, 2012, 12:21:45 am »
Lol, my thought's exactly. What?
If I assist you please consider giving me a +1.

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Wrt54g server 2008
« Reply #9 on: December 10, 2012, 11:16:24 am »
Lol, my thought's exactly. What?

My real name

Didn't want everyone and there momma googling me. Also if he looks at who followed him he will see the a guy with a black B cap on and a red tie.

Don't like seeing ads? Click here to register!

Godman777

  • Hero Member
  • *****
  • Posts: 983
  • Reputation: 27
  • Have a good day!
  • Computers: Dell Inspiron 560 with HD 5450 silence
  • iDevices: Galaxy Note 2 Rooted
Re: Wrt54g server 2008
« Reply #10 on: December 10, 2012, 01:53:37 pm »
I understand that... sorta.
If I assist you please consider giving me a +1.

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Wrt54g server 2008
« Reply #11 on: December 10, 2012, 02:10:59 pm »
I understand that... sorta.

It's slang for the name that you were born with lmao. I can tell there isn't any crime were you live. Maybe white collar.

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Wrt54g server 2008
« Reply #12 on: December 10, 2012, 02:12:10 pm »
I understand that... sorta.

It's slang for the name that you were born with lmao. I can tell there isn't any crime were you live. Maybe white collar.Yeah but I'm but try those configurations grinch.

Godman777

  • Hero Member
  • *****
  • Posts: 983
  • Reputation: 27
  • Have a good day!
  • Computers: Dell Inspiron 560 with HD 5450 silence
  • iDevices: Galaxy Note 2 Rooted
Re: Wrt54g server 2008
« Reply #13 on: December 10, 2012, 02:39:48 pm »
I understand sorta because you said you don't want everyone googling you, which I can sorta understand. And the only white-collar crime that happens around here is people hacking into the library to get to the top of the reserved list :D
If I assist you please consider giving me a +1.

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 116
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Wrt54g server 2008
« Reply #14 on: December 10, 2012, 10:05:28 pm »
Lmao well put