Results 1 to 3 of 3
hello,
can anybody tell me......
iam having a LAN with three systems........
what happens in each case
case 1: if the server is behind the NAT Router
case 2: if ...
- 02-02-2007 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 107
NAT in Networking
hello,
can anybody tell me......
iam having a LAN with three systems........
what happens in each case
case 1: if the server is behind the NAT Router
case 2: if the NAT Router is behind the server
Is there any difference between NAT Router and Normal Router.......
Pls help me....
Thanks............
- 02-02-2007 #2
I'm sorry but I don't get you question. Pls give some more details.
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds
- 02-04-2007 #3
With a NAT router, you only have one public IP address, so the server
behind the NAT router appears to the world as the same IP as the public
IP address. To run a server behind a NAT router, open ports must be forwarded
to the server so that incoming requests will get there.
If the NAT router is behind the server, the server is open to the net. Just run services
and they will be accessible. The server would have to run as a router to give the second
router acces to the net.
Regular routing is when each machine has its own public IP address. NAT routing
is to share one IP address among two or more machines.


Reply With Quote