Trying to replace a linksys router with a PIX and am stumped.
While I have configured many a PIX, I typically use a static translations to provide for smtp/pop/remote desktop connections behind the PIX. i.e.
static (inside,outside) 151.204.296.156 192.168.10.5 netmask 255.255.255.255
access-list 101 permit tcp any host 192.168.10.5 eq pop3
access-list 101 permit tcp any host 192.168.10.5 eq smtp
access-list 101 permit tcp any host 192.168.10.4 eq 3389
access-group 101 in interface outside
problem I have here is that 151.204.296.156 is the only assigned address and the above static/access lists appears to block all internet traffic.
Am I doing something wrong? Any way around this without getting new addresses? How do I translate one address to multiple hosts (ie one to mail server, one to port 3389 on other server)???
thanks