Routing Issue

dratnoldratnol Member Posts: 65 ■■□□□□□□□□
I am not much of a Cisco guy but I am at my wits end with a vendor that we have. He has been coined "blue cable boy" by myself since he decided to plug into my PIX during the middle of the day since he didn't know the pasword to it (for good reasons too). Needless to say he took down Internet connectivity and from what I found in the firewall really made me upset. Rules allowing traffic from any host on any subnet into my network, that was his method of troubleshooting things. Then he left those rules in after he was done screwing it up. For the benefit of his health he does not want to set foot on the premises.

Right now my problem is that traffic from my wireless vlan (10.11.x.x) is going through my layer three switch and can hit the internal interface of my PIX firewall. That is where everything stops. Traffic on my data vlan is passed through just fine.

Basically the network structure contains my vlans that go into a Cisco 3750 for routing. Then any Internet bound traffic is sent to my PIX and then outside. The data vlan has a 10.0.x.x subnet and the PIX is on that subnet. The gateway for the 10.0.x.x network is the 3750 with an IP of 10.0.0.254. The other vlan subnets use the same device for the gateway, typically with an IP of x.x.x.1.

My wireless vlan is on the 10.11.x.x subnet and can only ping the internal interface of the PIX, nothing is passed through. Trace routes stop at the internal interface. I did find a rule for ip routes and changed the gateway from 10.0.0.254 to 10.11.0.1 to no avail. I think I am close to getting this fixed and feel that the answer is right in my face. With the time I have into this and my frustration level, I figured an extra set of eyes or two might help.

Here is the config from the PIX with site specific data redacted.
mysweet-pix515(config)# sh run
: Saved
:
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password ********** encrypted
passwd ************ encrypted
hostname mysweet-pix515
domain-name my.sweet.domain
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 ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1433
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list 101 permit ip 10.0.0.0 255.255.0.0 192.168.0.0 255.255.255.0
access-list 101 permit ip 10.0.0.0 255.255.0.0 192.168.250.0 255.255.255.0
access-list 101 permit ip 172.168.82.0 255.255.255.0 192.168.0.0 255.255.255.0
access-list 101 permit ip 172.168.83.0 255.255.255.0 192.168.0.0 255.255.255.0
access-list 101 permit ip 172.168.84.0 255.255.255.0 192.168.0.0 255.255.255.0
access-list 101 permit ip 172.168.81.0 255.255.255.0 192.168.0.0 255.255.255.0
access-list 101 permit ip 10.10.0.0 255.255.0.0 192.168.0.0 255.255.255.0
access-list acl-in permit icmp any any
access-list acl-in permit tcp any host ************ eq www
access-list acl-in permit tcp any host ************ eq smtp
access-list acl-in permit tcp any host ************ eq 2153
access-list acl-in permit tcp any host ************ eq www
access-list acl-in permit tcp any host ************ eq 81
access-list acl-in permit tcp any host ************ eq https
access-list acl-in permit tcp any host ************ eq www
access-list acl-in permit tcp any host ************ eq 2153
access-list acl-in permit tcp any host ************ eq 8901
access-list acl-in permit tcp any host ************ eq 7078
access-list acl-in permit tcp any host ************ eq www
access-list acl-in permit tcp any host ************ eq 7880
access-list acl-in permit tcp any host ************ eq 1420
access-list acl-in permit tcp any host ************ eq www
access-list acl-in permit tcp ************ 255.255.255.240 host ************ eq w
ww
access-list acl-in permit tcp ************ 255.255.255.240 host ************ eq h
ttps
access-list acl-in permit tcp ************ 255.255.255.240 host ************ eq s
qlnet
access-list acl-in permit tcp ************ 255.255.255.240 host ************ eq 3
389
access-list acl-in permit udp any host ************ eq 17284
access-list acl-in permit tcp any host ************ eq https
access-list acl-in permit tcp host ************ host ************ eq 1433
access-list acl-in permit tcp host ************ host ************ eq 1433
access-list 110 permit ip 10.0.0.0 255.255.0.0 192.168.250.0 255.255.255.0
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside ************ 255.255.255.252
ip address inside 10.0.0.1 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
ip local pool pptp-pool 192.168.0.1-192.168.0.254
pdm history enable
arp timeout 600
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 10.0.0.0 255.255.0.0 0 0
nat (inside) 2 10.11.0.0 255.255.0.0 0 0
static (inside,outside) ************ 10.0.0.12 netmask 255.255.255.255 0 0
static (inside,outside) ************ 10.0.0.19 netmask 255.255.255.255 0 0
static (inside,outside) ************ 10.0.0.3 netmask 255.255.255.255 0 0
static (inside,outside) ************ 10.0.0.125 netmask 255.255.255.255 0 0
static (inside,outside) ************ 10.0.0.17 netmask 255.255.255.255 0 0
static (inside,outside) ************ 10.0.0.16 netmask 255.255.255.255 0 0
static (inside,outside) ************ 10.0.0.21 netmask 255.255.255.255 0 0
static (inside,outside) ************ 10.0.0.22 netmask 255.255.255.255 0 0
static (inside,outside) ************ 10.0.20.1 netmask 255.255.255.255 0 0
access-group acl-in in interface outside
route outside 0.0.0.0 0.0.0.0 ************ 1
route inside 10.10.0.0 255.255.0.0 10.0.0.254 1
route inside 10.11.0.0 255.255.0.0 10.11.0.1 1
route inside 172.16.81.0 255.255.255.0 10.0.0.254 1
route inside 172.16.82.0 255.255.255.0 10.0.0.254 1
route inside 172.16.83.0 255.255.255.0 10.0.0.254 1
route inside 172.16.84.0 255.255.255.0 10.0.0.254 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:30:00 udp 0:30:00 rpc 0:10:00 h225 10:00:00
timeout h323 10:00:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:30:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
aaa-server AuthInbound protocol radius
aaa-server AuthInbound (inside) host 10.0.0.10 bcps timeout 10
aaa-server local protocol tacacs+
aaa authentication ssh console LOCAL
http server enable
http 10.0.0.0 255.255.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
telnet 10.0.0.0 255.255.0.0 inside
telnet 192.168.0.0 255.255.255.0 inside
telnet 172.16.0.0 255.255.0.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication pap
vpdn group 1 ppp authentication chap
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe 40
vpdn group 1 client configuration address local pptp-pool
vpdn group 1 client configuration dns 10.0.0.10 10.0.0.11
vpdn group 1 client authentication aaa AuthInbound
vpdn group 1 pptp echo 60
vpdn enable outside
username admin password ****************** encrypted privilege 15
username **tech password ******************* encrypted privilege 15
terminal width 80
Cryptochecksum:*********************************
: end
mysweet-pix515(config)# exit
Sign In or Register to comment.