Just a quick, somewhat newbie question...
I noticed that my home router has the option to disable NAT. How will the router behave with NAT turned off? Will it simply broadcast all incoming traffic to the subnet?
|
Just a quick, somewhat newbie question... I noticed that my home router has the option to disable NAT. How will the router behave with NAT turned off? Will it simply broadcast all incoming traffic to the subnet? | ||||
|
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
With NAT enabled, the router will modify the IP header in outgoing packets so that the source address matches your Internet public address (and vice versa for incoming packets). If you disable NAT, it won't do that anymore. So, basically, you will be sending IP packets with private source IP address (e.g. 192.168.x.y) on the Internet, which of course will automatically get rejected by your ISP. | |||||||
feedback
|
|
NAT is what lets you use internal-only IP subnets, e.g., 192.168.0.*. While routing, the router will substitute its address for the internal-only address. Unless you have a subnet of real IP addresses available to you, don't turn off NAT. | |||
|
feedback
|
|
If you turn off NAT it will also turn off DHCP allocation, the router will expect the upstream to be providing IP addresses. In most cases this will only work for one IP address, although a lot of ISPs let you buy more IP addresses off them. Turning it off is only useful in that situation, or in the case you have another router downstream which will allocate DHCP addresses to your wider network. Or if you just own one computer. | |||
|
feedback
|