I have one public ip address (a.b.c.d) and would like to overload it with two private ip. One of the private ip (192.168.100.1) was used by a NT4 internet server and the other ip (192.168.100.2) will be used purely for VPN using Win2k routing & remote access.
currently I have
ip nat inside source list 101 interface ethernet1 overload
ip nat inside source static 192.168.100.1 a.b.c.d
access-list 101 permit ip 192.168.100.0 0.0.0.255 any
how would I add 192.168.100.2 to overload a.b.c.d such that I can create a vpn connection to another public address?
currently I have
ip nat inside source list 101 interface ethernet1 overload
ip nat inside source static 192.168.100.1 a.b.c.d
access-list 101 permit ip 192.168.100.0 0.0.0.255 any
how would I add 192.168.100.2 to overload a.b.c.d such that I can create a vpn connection to another public address?