Here is the situation. I have a PIX 506E that is up and running but I need to add an interface/subnet.
The network is currently
Internet Router <-> PIX <-> ISA <-> Current Subnet
I need to add another network on the PIX internal interface. Adding the virtual and its VLAN has been successfull and I can ping it and access that interface with PDM and telnet. However, I cannot get it to pass traffic externally.
This new network will be
Internet Router <-> PIX <-> ISA <-> Current Subnet
^
|
v
New Subnet
The new interface is named 'Private'
I apprecaite any help.
Thanks,
Steve
Here is my config.
Building configuration...
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet1 vlan2 physical
interface ethernet1 vlan3 logical
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif vlan3 private security99
enable password YXL54BfcUFTSGrsk encrypted
passwd YXL54BfcUFTSGrsk encrypted
hostname stansell-pix
domain-name stansellelectric.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol pptp 1723
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 110 permit icmp any any
access-list 110 deny ip host 24.44.18.163 any
access-list 110 deny ip 61.0.0.0 255.0.0.0 any
access-list 110 deny ip host 205.209.144.10 any
access-list 110 deny ip 210.0.0.0 254.0.0.0 any
access-list 110 deny ip 218.0.0.0 255.0.0.0 any
access-list 110 deny ip 220.0.0.0 255.0.0.0 any
access-list 110 permit tcp any host 209.168.199.74 eq www
access-list 110 permit tcp any host 209.168.199.74 eq https
access-list 110 permit tcp any host 209.168.199.74 eq ftp
access-list 110 permit tcp any host 209.168.199.74 eq smtp
access-list 110 permit gre any host 209.168.199.74
access-list 110 permit tcp any host 209.168.199.74 eq pptp
access-list 110 permit tcp any host 209.168.199.74 eq 3389
access-list 110 permit icmp any any echo-reply
access-list 110 permit icmp any any time-exceeded
access-list 110 permit icmp any any unreachable
access-list inside_outbound_nat0_acl permit ip any host 10.5.2.254
pager lines 24
logging on
logging timestamp
logging monitor warnings
logging buffered warnings
logging trap debugging
logging device-id ipaddress inside
mtu outside 1500
mtu inside 1500
ip address outside 209.168.199.74 255.255.255.248
ip address inside 192.168.120.1 255.255.255.248
ip address private 10.5.3.250 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip verify reverse-path interface private
ip audit name outbound-attack attack action alarm drop
ip audit name inbound-attack attack action alarm drop reset
ip audit name outbound-info info action alarm
ip audit name inbound-info info action alarm
ip audit interface outside inbound-info
ip audit interface outside inbound-attack
ip audit interface inside outbound-info
ip audit interface inside outbound-attack
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.120.2 255.255.255.255 inside
pdm location 192.168.120.0 255.255.255.0 inside
pdm location 24.44.18.163 255.255.255.255 outside
pdm location 61.0.0.0 255.0.0.0 outside
pdm location 205.209.144.10 255.255.255.255 outside
pdm location 210.0.0.0 254.0.0.0 outside
pdm location 218.0.0.0 255.0.0.0 outside
pdm location 220.0.0.0 255.0.0.0 outside
pdm location 10.5.2.254 255.255.255.255 outside
pdm location 10.5.2.0 255.255.255.0 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
global (outside) 1 209.168.199.74
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (private) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 209.168.199.74 192.168.120.2 netmask 255.255.255.255 0 0
access-group 110 in interface outside
route outside 0.0.0.0 0.0.0.0 209.168.199.73 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:00:01 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.120.0 255.255.255.0 inside
http 10.5.2.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community stansell
no snmp-server enable traps
tftp-server private 10.5.2.252 /
floodguard enable
sysopt connection tcpmss 0
sysopt connection permit-ipsec
sysopt connection permit-pptp
sysopt noproxyarp outside
sysopt noproxyarp inside
telnet 192.168.120.0 255.255.255.0 inside
telnet 10.5.2.0 255.255.255.0 inside
telnet timeout 5
ssh 192.168.120.0 255.255.255.0 inside
ssh timeout 5
console timeout 0
vpdn enable outside
terminal width 80
Cryptochecksum:1ae467d03cfc24a17f22320711d54bd3
: end
[OK]
The network is currently
Internet Router <-> PIX <-> ISA <-> Current Subnet
I need to add another network on the PIX internal interface. Adding the virtual and its VLAN has been successfull and I can ping it and access that interface with PDM and telnet. However, I cannot get it to pass traffic externally.
This new network will be
Internet Router <-> PIX <-> ISA <-> Current Subnet
^
|
v
New Subnet
The new interface is named 'Private'
I apprecaite any help.
Thanks,
Steve
Here is my config.
Building configuration...
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet1 vlan2 physical
interface ethernet1 vlan3 logical
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif vlan3 private security99
enable password YXL54BfcUFTSGrsk encrypted
passwd YXL54BfcUFTSGrsk encrypted
hostname stansell-pix
domain-name stansellelectric.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol pptp 1723
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 110 permit icmp any any
access-list 110 deny ip host 24.44.18.163 any
access-list 110 deny ip 61.0.0.0 255.0.0.0 any
access-list 110 deny ip host 205.209.144.10 any
access-list 110 deny ip 210.0.0.0 254.0.0.0 any
access-list 110 deny ip 218.0.0.0 255.0.0.0 any
access-list 110 deny ip 220.0.0.0 255.0.0.0 any
access-list 110 permit tcp any host 209.168.199.74 eq www
access-list 110 permit tcp any host 209.168.199.74 eq https
access-list 110 permit tcp any host 209.168.199.74 eq ftp
access-list 110 permit tcp any host 209.168.199.74 eq smtp
access-list 110 permit gre any host 209.168.199.74
access-list 110 permit tcp any host 209.168.199.74 eq pptp
access-list 110 permit tcp any host 209.168.199.74 eq 3389
access-list 110 permit icmp any any echo-reply
access-list 110 permit icmp any any time-exceeded
access-list 110 permit icmp any any unreachable
access-list inside_outbound_nat0_acl permit ip any host 10.5.2.254
pager lines 24
logging on
logging timestamp
logging monitor warnings
logging buffered warnings
logging trap debugging
logging device-id ipaddress inside
mtu outside 1500
mtu inside 1500
ip address outside 209.168.199.74 255.255.255.248
ip address inside 192.168.120.1 255.255.255.248
ip address private 10.5.3.250 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip verify reverse-path interface private
ip audit name outbound-attack attack action alarm drop
ip audit name inbound-attack attack action alarm drop reset
ip audit name outbound-info info action alarm
ip audit name inbound-info info action alarm
ip audit interface outside inbound-info
ip audit interface outside inbound-attack
ip audit interface inside outbound-info
ip audit interface inside outbound-attack
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.120.2 255.255.255.255 inside
pdm location 192.168.120.0 255.255.255.0 inside
pdm location 24.44.18.163 255.255.255.255 outside
pdm location 61.0.0.0 255.0.0.0 outside
pdm location 205.209.144.10 255.255.255.255 outside
pdm location 210.0.0.0 254.0.0.0 outside
pdm location 218.0.0.0 255.0.0.0 outside
pdm location 220.0.0.0 255.0.0.0 outside
pdm location 10.5.2.254 255.255.255.255 outside
pdm location 10.5.2.0 255.255.255.0 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
global (outside) 1 209.168.199.74
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (private) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 209.168.199.74 192.168.120.2 netmask 255.255.255.255 0 0
access-group 110 in interface outside
route outside 0.0.0.0 0.0.0.0 209.168.199.73 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:00:01 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.120.0 255.255.255.0 inside
http 10.5.2.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community stansell
no snmp-server enable traps
tftp-server private 10.5.2.252 /
floodguard enable
sysopt connection tcpmss 0
sysopt connection permit-ipsec
sysopt connection permit-pptp
sysopt noproxyarp outside
sysopt noproxyarp inside
telnet 192.168.120.0 255.255.255.0 inside
telnet 10.5.2.0 255.255.255.0 inside
telnet timeout 5
ssh 192.168.120.0 255.255.255.0 inside
ssh timeout 5
console timeout 0
vpdn enable outside
terminal width 80
Cryptochecksum:1ae467d03cfc24a17f22320711d54bd3
: end
[OK]