Probably, anyway...
I am getting back into building labs with my PIX520 dinosaur with 6.3 on it. I cannot get it to translate inside addresses to an outside address for the life of me. I have a few routers attached to the pix outside interface, like this...
PC1---PIX---R1---R2---R3---PC2
I can ping the outside address on the PIX from PC2, so routing is not an issue. I can ping all the way to R3 from the PIX as well. I cannot ping from the inside (PC1) to the outside interface or anywhere else. I did a debug ICMP, and that is here
PIX(config)# 55: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=14336 length=40
56: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
57: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=14592 length=40
58: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
59: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=14848 length=40
60: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
61: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=15104 length=40
62: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
63: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=15360 length=40
64: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
65: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=15616 length=40
66: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
67: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=15872 length=40
68: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
The R1 interface facing the PIX is 11.1.1.2, and the outside int of the PIX is 11.1.1.1
PC1 can ping the inside address of the PIX. Here is the config
PIX(config)# sh run
: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
interface ethernet3 auto shutdown
interface ethernet4 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security4
nameif ethernet3 intf3 security6
nameif ethernet4 mgmt security99
enable password w8xHKAPhmJ2QFL84 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname PIX
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
access-list ping permit icmp 10.1.1.0 255.255.255.0 any echo-reply
access-list ping permit icmp 10.1.1.0 255.255.255.0 any time-exceeded
access-list ping permit icmp 10.1.1.0 255.255.255.0 any echo
access-list ping permit icmp 10.1.1.0 255.255.255.0 any unreachable
access-list NAT_OUT permit ip 11.1.1.0 255.255.255.248 any
access-list NAT_IN permit ip 10.1.1.0 255.255.255.0 any
pager lines 24
mtu outside 1500
mtu inside 1500
mtu intf2 1500
mtu intf3 1500
mtu mgmt 1500
ip address outside 11.1.1.1 255.255.255.248
ip address inside 10.1.1.1 255.255.255.0
no ip address intf2
no ip address intf3
ip address mgmt 192.168.69.55 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
no failover ip address intf2
no failover ip address intf3
no failover ip address mgmt
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group ping in interface inside
route outside 0.0.0.0 0.0.0.0 11.1.1.2 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:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03: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
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet 10.1.1.2 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
username r00t password gmBe62bV3ETKY/fA encrypted privilege 15
terminal width 80
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e
: end
PIX(config)#
And here is sh xlate
PIX(config)# SHOW XLATE
1 in use, 1 most used
Global 10.1.1.2 Local 10.1.1.2
Isn't the PIX supposed to translate 10.1.1.0/24 addresses on the inside to what is on the outside interface (either 11.1.1.1 or anything in that range on the outside)? Or is NAT even my issue (just figured it is since the debugs show that it is translating to itself, the pc1 address that is...)...????
What gives? Thanks...
/
tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
I am getting back into building labs with my PIX520 dinosaur with 6.3 on it. I cannot get it to translate inside addresses to an outside address for the life of me. I have a few routers attached to the pix outside interface, like this...
PC1---PIX---R1---R2---R3---PC2
I can ping the outside address on the PIX from PC2, so routing is not an issue. I can ping all the way to R3 from the PIX as well. I cannot ping from the inside (PC1) to the outside interface or anywhere else. I did a debug ICMP, and that is here
PIX(config)# 55: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=14336 length=40
56: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
57: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=14592 length=40
58: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
59: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=14848 length=40
60: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
61: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=15104 length=40
62: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
63: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=15360 length=40
64: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
65: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=15616 length=40
66: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
67: ICMP echo-request from inside:10.1.1.2 to 11.1.1.2 ID=512 seq=15872 length=40
68: ICMP echo-request: translating inside:10.1.1.2 to outside:10.1.1.2
The R1 interface facing the PIX is 11.1.1.2, and the outside int of the PIX is 11.1.1.1
PC1 can ping the inside address of the PIX. Here is the config
PIX(config)# sh run
: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
interface ethernet3 auto shutdown
interface ethernet4 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security4
nameif ethernet3 intf3 security6
nameif ethernet4 mgmt security99
enable password w8xHKAPhmJ2QFL84 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname PIX
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
access-list ping permit icmp 10.1.1.0 255.255.255.0 any echo-reply
access-list ping permit icmp 10.1.1.0 255.255.255.0 any time-exceeded
access-list ping permit icmp 10.1.1.0 255.255.255.0 any echo
access-list ping permit icmp 10.1.1.0 255.255.255.0 any unreachable
access-list NAT_OUT permit ip 11.1.1.0 255.255.255.248 any
access-list NAT_IN permit ip 10.1.1.0 255.255.255.0 any
pager lines 24
mtu outside 1500
mtu inside 1500
mtu intf2 1500
mtu intf3 1500
mtu mgmt 1500
ip address outside 11.1.1.1 255.255.255.248
ip address inside 10.1.1.1 255.255.255.0
no ip address intf2
no ip address intf3
ip address mgmt 192.168.69.55 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
no failover ip address intf2
no failover ip address intf3
no failover ip address mgmt
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group ping in interface inside
route outside 0.0.0.0 0.0.0.0 11.1.1.2 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:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03: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
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet 10.1.1.2 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
username r00t password gmBe62bV3ETKY/fA encrypted privilege 15
terminal width 80
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e
: end
PIX(config)#
And here is sh xlate
PIX(config)# SHOW XLATE
1 in use, 1 most used
Global 10.1.1.2 Local 10.1.1.2
Isn't the PIX supposed to translate 10.1.1.0/24 addresses on the inside to what is on the outside interface (either 11.1.1.1 or anything in that range on the outside)? Or is NAT even my issue (just figured it is since the debugs show that it is translating to itself, the pc1 address that is...)...????
What gives? Thanks...
/
tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!