Advanced NAT question Gentlemen, here is the question The situation is we have host A who has a static NAT setup, and host B who I would like to use the same static nat address strictly for outbound connections. host a 192.168.44.23 STATIC NATS to 10.0.0.1 host b 192.168.100.1.1 STATIC NATS to (Outbound only) to 10.0.0.1 I want Host b to only be natted to that address when its sending outbound connections. Any ideas? |