Hello,
I need help resolving an issue with our PIX 515E configuration.
Basically, I need to configure the inside interface for DHCP and NAT then make sure I have access to the Internet.
Here is my initial config but I'm not sure what to do next. I tried a few config options but they didn't work. I was only able to ping the inside interface IP address but not the outside or hosts on the Internet.
pix# sh config
: Saved
: Written by enable_15 at 10:32:14.102 EST Thu Mar 4 2010
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security4
enable password ********* encrypted
passwd ********* encrypted
hostname pix
domain-name domain
clock timezone EST -5
clock summer-time EDT recurring
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 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
pager lines 24
mtu outside 1500
mtu inside 1500
mtu intf2 1500
ip address outside xxx.xxx.xxx.x50 255.255.255.248
ip address inside 192.168.1.253 255.255.255.0
no ip address intf2
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.1.78 255.255.255.255 inside
pdm location 192.168.1.240 255.255.255.255 inside
pdm history enable
arp timeout 14400
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: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 192.168.1.78 255.255.255.255 inside
http 192.168.1.240 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 30
console timeout 0
dhcpd address 192.168.1.220-192.168.1.252 inside
dhcpd dns xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:b03b890c4a063b44032c3bfeb7214527
pix#
I also need to perform port-forwarding or the equivalent on PIX, from a specific external IP to a specific internal IP and port, lets say from 114.248.42.179 to 192.168.1.148:3658, how do I accoplish this?
Thank you,
I need help resolving an issue with our PIX 515E configuration.
Basically, I need to configure the inside interface for DHCP and NAT then make sure I have access to the Internet.
Here is my initial config but I'm not sure what to do next. I tried a few config options but they didn't work. I was only able to ping the inside interface IP address but not the outside or hosts on the Internet.
pix# sh config
: Saved
: Written by enable_15 at 10:32:14.102 EST Thu Mar 4 2010
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security4
enable password ********* encrypted
passwd ********* encrypted
hostname pix
domain-name domain
clock timezone EST -5
clock summer-time EDT recurring
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 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
pager lines 24
mtu outside 1500
mtu inside 1500
mtu intf2 1500
ip address outside xxx.xxx.xxx.x50 255.255.255.248
ip address inside 192.168.1.253 255.255.255.0
no ip address intf2
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.1.78 255.255.255.255 inside
pdm location 192.168.1.240 255.255.255.255 inside
pdm history enable
arp timeout 14400
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: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 192.168.1.78 255.255.255.255 inside
http 192.168.1.240 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 30
console timeout 0
dhcpd address 192.168.1.220-192.168.1.252 inside
dhcpd dns xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:b03b890c4a063b44032c3bfeb7214527
pix#
I also need to perform port-forwarding or the equivalent on PIX, from a specific external IP to a specific internal IP and port, lets say from 114.248.42.179 to 192.168.1.148:3658, how do I accoplish this?
Thank you,