Hello everyone,
Many thanks in advance to anyone who can shed some light here. I'm pretty new to working with Cisco equipment and networking in general.
Ultimately I will be setting up VPN access to a Windows 2000 Server environment. Before jumping that far into it I want to simply map an external IP to an internal IP assigned to a web site on our LAN (as a proof of concept).
Here is my current configuration:
PIX Version 6.1(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname pixfirewall
domain-name ciscopix.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
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
access-list 101 permit icmp any any
access-list 101 permit tcp any host 66.106.12.126 eq www
pager lines 24
logging on
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 66.106.12.120 255.255.255.248 outside
pdm location 192.168.1.212 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 2 192.168.1.2-192.168.1.100
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) xxx.xxx.xxx.126 192.168.1.212 netmask 255.255.255.255 0 0
access-group 101 in interface outside
route outside 0.0.0.0 0.0.0.0 66.106.12.121 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
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
telnet timeout 5
ssh timeout 5
dhcpd address 192.168.1.2-192.168.1.129 inside
dhcpd lease 3600
dhcpd ping_timeout 750
terminal width 80
Anything glaring here? I've searched the forums and Cisco's site... I looked over everything as far as I know it should work.
One other question... this may show my ignorance on the spot. I tried to ping the external IP address I'm using here and it doesn't respond. Our PIX is sitting behind a router from our ISP. If my configuration is correct, is it possible the router simply is not configured for this IP or is otherwise blocking it?
The final piece of info I can offer is that we are using MS Small Business Server 2000 which is running Internet Security and Acceleration Server 2000. Would I have to set up any rules here in order for this to work?
Best regards,
CiscoJoe