Hello, I have a few questions about configuring the 506e. First of all, let me provide some background information.
We have a full T1 coming into our building through a 2500 series router. The router's ethernet is connected to a switch, where several "locked-down" servers sit for general Internet use (DNS, SMTP, WWW, etc). The router, along with the servers, use public (assigned) ip addresses.
Additionally, we have a firewalled computer used for NAT. Behind it, are a number of workstations (10.0.0.1-10.0.0.254 netmask 255.0.0.0). They access the Internet without a problem when their gateway is set to the NAT's inside IP ADDRESS 10.0.0.220.
I would like to add the PIX 506e so that it would replace the NAT and allow for additional functionalities (see below). However, I'm having a problem with the following configuration.
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password uvDANr6dGSsRpZZC encrypted
passwd 5BWBHZZRhn.rUN9e encrypted
hostname pixfirewall
domain-name ciscopix.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
no pager
interface ethernet0 auto
interface ethernet1 auto
mtu outside 1500
mtu inside 1500
ip address outside 206.135.27.10 255.255.255.224
ip address inside 10.0.0.10 255.0.0.0
ip audit info action alarm
ip audit attack action alarm
pdm location 10.0.0.103 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 206.135.27.1 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 10.0.0.103 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
telnet timeout 5
ssh 10.0.0.103 255.255.255.255 inside
ssh timeout 30
terminal width 160
Cryptochecksum:70132d9c76cbad764426c63f5abf014b
I can open a secure shell to the PIX and ping addresses successfully on both inside and outside interfaces:
pixfirewall# ping inside 10.0.0.1
pixfirewall# ping outside 66.218.71.89 (
But, I cannot ping through the PIX from a workstation on the network. The workstation's TCP/IP settings are set as follows:
IP ADDRESS: 10.0.0.241
SUBNET: 255.0.0.0
GATEWAY: 206.135.27.1 (public gateway)
DNS: 10.0.0.220 (inside DNS)
Is the workstation set up correctly? What's wrong with the 506e configuration?
Also, we are planning to set up VPN's to several locations, so that users at these locations may access resources here. The remote locations will be using PIX 501's. Can anyone provide a sample configuration for both the 506e and 501?
I've used Cisco IOS and am familiar with networking protocols, ports, etc. But, for some reason, I can't get the workstations to access through the PIX firewall.
Any feedback is appreciated!
We have a full T1 coming into our building through a 2500 series router. The router's ethernet is connected to a switch, where several "locked-down" servers sit for general Internet use (DNS, SMTP, WWW, etc). The router, along with the servers, use public (assigned) ip addresses.
Additionally, we have a firewalled computer used for NAT. Behind it, are a number of workstations (10.0.0.1-10.0.0.254 netmask 255.0.0.0). They access the Internet without a problem when their gateway is set to the NAT's inside IP ADDRESS 10.0.0.220.
I would like to add the PIX 506e so that it would replace the NAT and allow for additional functionalities (see below). However, I'm having a problem with the following configuration.
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password uvDANr6dGSsRpZZC encrypted
passwd 5BWBHZZRhn.rUN9e encrypted
hostname pixfirewall
domain-name ciscopix.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
no pager
interface ethernet0 auto
interface ethernet1 auto
mtu outside 1500
mtu inside 1500
ip address outside 206.135.27.10 255.255.255.224
ip address inside 10.0.0.10 255.0.0.0
ip audit info action alarm
ip audit attack action alarm
pdm location 10.0.0.103 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 206.135.27.1 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 10.0.0.103 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
telnet timeout 5
ssh 10.0.0.103 255.255.255.255 inside
ssh timeout 30
terminal width 160
Cryptochecksum:70132d9c76cbad764426c63f5abf014b
I can open a secure shell to the PIX and ping addresses successfully on both inside and outside interfaces:
pixfirewall# ping inside 10.0.0.1
pixfirewall# ping outside 66.218.71.89 (
But, I cannot ping through the PIX from a workstation on the network. The workstation's TCP/IP settings are set as follows:
IP ADDRESS: 10.0.0.241
SUBNET: 255.0.0.0
GATEWAY: 206.135.27.1 (public gateway)
DNS: 10.0.0.220 (inside DNS)
Is the workstation set up correctly? What's wrong with the 506e configuration?
Also, we are planning to set up VPN's to several locations, so that users at these locations may access resources here. The remote locations will be using PIX 501's. Can anyone provide a sample configuration for both the 506e and 501?
I've used Cisco IOS and am familiar with networking protocols, ports, etc. But, for some reason, I can't get the workstations to access through the PIX firewall.
Any feedback is appreciated!