|
||||||||
Hello. I'm attempting to set up 1:1 NAT for one host inside my network. I have a block of 12 static IP's alloctated to me by my ISP, and the goal is to have outbound traffic from this host appear to come from one of the static IP's. The problem is this: when I configure ProxyARP and 1:1 NAT as I think it should work, the host no longer has any access to the internet. This is what I have going right now (simplified): (host 10.100.4.11) | | [m0n0 lan 10.100.4.1/net 24.33.44.100] | | <internet> And I'm shooting for inbound traffic to 24.33.44.101 to go to 10.100.4.11 and outbound traffic from 10.100.4.11 to appear to come from 24.33.44.101. I know the documentation says that by default no inbound traffic is allowed over the 1:1 NAT mapping, but does that apply for outbound traffic as well? --Levi |