Hello,
I have been trying to get internet access from a my pix FW to no avail. The PIX 515-R has 3 int, outside, inside and dmz. I will post the relevant parts of the config. If I remove the access-list to allow can surf otherwise I cannot. Let me know what you think, thanks jdl
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz1 security50
access-list 101 permit tcp any host 207.x.x.x eq www
access-list 101 permit icmp any any
access-list 201 permit tcp host 10.1.10.5 host 10.0.20.7 eq 1433
access-list 201 permit icmp any any
<--- More --->
access-list 201 permit tcp host 10.1.10.11 host 10.0.20.7 eq 1433
pager lines 24
interface ethernet0 100basetx
interface ethernet1 100basetx
interface ethernet2 100basetx
mtu outside 1500
mtu inside 1500
mtu dmz1 1500
ip address outside 207.x.x.x 255.255.255.248
ip address inside 10.0.20.1 255.255.255.0
ip address dmz1 10.1.10.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 207.x.x.x
nat (dmz1) 1 0.0.0.0 0.0.0.0 0 0
static (dmz1,outside) 207.x.x.x10.1.10.5 netmask 255.255.255.255 0 0
static (inside,dmz1) 10.0.20.7 10.0.20.7 netmask 255.255.255.255 0 0
access-group 101 in interface outside
access-group 201 in interface dmz1
route outside 0.0.0.0 0.0.0.0 207.x.x.x 1
I have been trying to get internet access from a my pix FW to no avail. The PIX 515-R has 3 int, outside, inside and dmz. I will post the relevant parts of the config. If I remove the access-list to allow can surf otherwise I cannot. Let me know what you think, thanks jdl
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz1 security50
access-list 101 permit tcp any host 207.x.x.x eq www
access-list 101 permit icmp any any
access-list 201 permit tcp host 10.1.10.5 host 10.0.20.7 eq 1433
access-list 201 permit icmp any any
<--- More --->
access-list 201 permit tcp host 10.1.10.11 host 10.0.20.7 eq 1433
pager lines 24
interface ethernet0 100basetx
interface ethernet1 100basetx
interface ethernet2 100basetx
mtu outside 1500
mtu inside 1500
mtu dmz1 1500
ip address outside 207.x.x.x 255.255.255.248
ip address inside 10.0.20.1 255.255.255.0
ip address dmz1 10.1.10.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 207.x.x.x
nat (dmz1) 1 0.0.0.0 0.0.0.0 0 0
static (dmz1,outside) 207.x.x.x10.1.10.5 netmask 255.255.255.255 0 0
static (inside,dmz1) 10.0.20.7 10.0.20.7 netmask 255.255.255.255 0 0
access-group 101 in interface outside
access-group 201 in interface dmz1
route outside 0.0.0.0 0.0.0.0 207.x.x.x 1