I'm lucky enough to be able to play with (try to play with) a CISCO PIX 515e Firewall. I've printed out and read a bunch of "how to's" but I can not get anywhere with this thing.
I'm only trying to get it to provide Internet access to the clients that are connected to it. I believe the problem is with my NAT and Static Route configurations.
Here are the settings for the PIX:
#show ip
Inside IP: 192.168.1.1
Mask: 255.255.255.0
Outside IP: 192.168.10.22
Mask: 255.255.255.0
#show route
outside 0.0.0.0 0.0.0.0 192.168.10.22 1 1
inside 192.168.1.0 255.255.255.0 192.168.1.1 1
outside 192.168.10.0 255.255.255.0 192.168.10.22 1
#show nat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
#show global
global (outside) 1 192.168.10.23 netmask 255.255.255.0
The router which leads to the Internet is:
Inside IP: 192.168.10.1
Mask: 255.255.255.0
Outside IP: dyanamic
I found and followed the following link but it is still not working (the client computers get an IP address but can not access the Internet):
http://www.cisco.com/univercd/cc/td/doc...bu/pix/pix_v51/config/config.htm#23241
This is a learning experience for me so please go easy on me!
I'm only trying to get it to provide Internet access to the clients that are connected to it. I believe the problem is with my NAT and Static Route configurations.
Here are the settings for the PIX:
#show ip
Inside IP: 192.168.1.1
Mask: 255.255.255.0
Outside IP: 192.168.10.22
Mask: 255.255.255.0
#show route
outside 0.0.0.0 0.0.0.0 192.168.10.22 1 1
inside 192.168.1.0 255.255.255.0 192.168.1.1 1
outside 192.168.10.0 255.255.255.0 192.168.10.22 1
#show nat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
#show global
global (outside) 1 192.168.10.23 netmask 255.255.255.0
The router which leads to the Internet is:
Inside IP: 192.168.10.1
Mask: 255.255.255.0
Outside IP: dyanamic
I found and followed the following link but it is still not working (the client computers get an IP address but can not access the Internet):
http://www.cisco.com/univercd/cc/td/doc...bu/pix/pix_v51/config/config.htm#23241
This is a learning experience for me so please go easy on me!