Re: Circumventing NAT?
From: Whoever (nobody@devnull.none)
Date: 02/28/03
- Next message: Whoever: "Re: Windows Explorer Alike Shell Menu Access by User"
- Previous message: ivanp74: "Re: Windows Explorer Alike Shell Menu Access by User"
- In reply to: Orniter: "Circumventing NAT?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Whoever <nobody@devnull.none> Date: Fri, 28 Feb 2003 19:29:25 GMT
On Fri, 28 Feb 2003, Orniter wrote:
> I'm wondering if there is a way to connect directly to a node behind a
> router with NAT. If a host had an address of 192.168.0.17 behind a router
> with the address 26.7.82.4, is there some way to connect directly to that
> host? For example, would it be possible to map that computer's shared
> resources to a computer on a remote network? Any suggestions would be
> greatly appreciated, thank ya much! :-)
>
If there is a good firewall in place, then no.
There is a theoretical possiblity: using source routed packets. The basic
issue is how do you get the packets with a destination address of
192.168.0.x to the NAT router in the first place? Well, packets can carry
their own routing information -- in other words, they can tell each hop
how they should be forwarded so that they will end up at the desired
router. This won't work if any of the routers in the path are configured
to reject source-routed packets.
Another way would be to break into the router that is the default gateway
for the NAT box and make that box send packets for you.
However, a sensible firewall configuration should defeat these approaches.
Any sensible firewall configuration should include:
1. Rejection of source routed packets.
2. Rejection of packets that arrive on the external interface that have a
source or destination address that matches the address range used behind
the NAT box.
In addition, stateful firewalls should defeat an attempt to initiate a
connection to a box behind the firewall.
So, if your question really is:
"Does NAT on its own provide security for the network behind the NAT
box?", then the answer is no: you need a firewall as well.
- Next message: Whoever: "Re: Windows Explorer Alike Shell Menu Access by User"
- Previous message: ivanp74: "Re: Windows Explorer Alike Shell Menu Access by User"
- In reply to: Orniter: "Circumventing NAT?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|