Here is my scenario.... I am trying to host a website from home, but using works IP addresses. I have a Cisco VPN up from home to work, and I can see the site, and server from work. I cannot see the site from the web....My home network is 192.168.107.x, and works is 10.1.x.x. I thought since I can ping my server from the pix I would be able to map to it.
Here are the lines I added to the PIX to try to make it work:
access-list 100 permit icmp any any
access-list 100 permit tcp any host 198.x.x.50 eq www
access-list 100 permit tcp any host 198.x.x.50 eq https
access-list 100 permit tcp any host 198.x.x.50 eq smtp
access-list 100 permit tcp any host 198.x.x.50 eq pop3
access-list 100 permit tcp any host 198.x.x.50 eq domain
static (inside,outside) 198.x.x.50 192.168.107.5 netmask 255.255.255.255 0 0
route inside 192.168.107.0 255.255.255.0 10.1.1.101 1
What am I missing??
Rick
Here are the lines I added to the PIX to try to make it work:
access-list 100 permit icmp any any
access-list 100 permit tcp any host 198.x.x.50 eq www
access-list 100 permit tcp any host 198.x.x.50 eq https
access-list 100 permit tcp any host 198.x.x.50 eq smtp
access-list 100 permit tcp any host 198.x.x.50 eq pop3
access-list 100 permit tcp any host 198.x.x.50 eq domain
static (inside,outside) 198.x.x.50 192.168.107.5 netmask 255.255.255.255 0 0
route inside 192.168.107.0 255.255.255.0 10.1.1.101 1
What am I missing??
Rick