chiphead24
Technical User
DSL to Linksys to Pix 501. Server needing port range forwarding, which can't be done on Pix 501(only ver. 7.0 which 501 doesn't support). So the server will hang off the Linksys. LAN behind the Pix can't get to internet. Server behind Linksys can get out to internet.
Here's my config:
pixfirewall# sh ru
: Saved
:
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
clock summer-time CDT recurring
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol ftp 2774
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list inside_outbound_nat0_acl permit ip any 10.10.10.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 10.10.10.0 255.255.255.0
access-list outside_access_in permit tcp 10.10.10.0 255.255.255.0 interface inside eq https log
access-list outside_access_in permit tcp 10.10.10.0 255.255.255.0 eq telnet interface inside log
access-list outside_authentication_LOCAL permit tcp 10.10.10.0 255.255.255.0 any eq telnet
pager lines 48
logging on
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.1.2 255.255.255.0
ip address inside xxx.xxx.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool xxxx xxx.xxx.xxx.xxx-xxx.xxx.xxx.xxx
pdm location xxx.xxx.0.0 255.255.0.0 inside
pdm location xxx.xxx.xxx.0 255.255.255.0 inside
pdm location xxx.xxx.xxx.114 255.255.255.255 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
Any help is appreciated.
Here's my config:
pixfirewall# sh ru
: Saved
:
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
clock summer-time CDT recurring
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol ftp 2774
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list inside_outbound_nat0_acl permit ip any 10.10.10.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 10.10.10.0 255.255.255.0
access-list outside_access_in permit tcp 10.10.10.0 255.255.255.0 interface inside eq https log
access-list outside_access_in permit tcp 10.10.10.0 255.255.255.0 eq telnet interface inside log
access-list outside_authentication_LOCAL permit tcp 10.10.10.0 255.255.255.0 any eq telnet
pager lines 48
logging on
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.1.2 255.255.255.0
ip address inside xxx.xxx.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool xxxx xxx.xxx.xxx.xxx-xxx.xxx.xxx.xxx
pdm location xxx.xxx.0.0 255.255.0.0 inside
pdm location xxx.xxx.xxx.0 255.255.255.0 inside
pdm location xxx.xxx.xxx.114 255.255.255.255 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
Any help is appreciated.