Guest_imported
New member
- Jan 1, 1970
- 0
I am having a problem pinging though from my internal ip address 10.1.1.5 to my external router 200.1.1.2. I can ping my pix ports but not through. I have tried the conduit command but it didnt work. These are all test IPs and will be replaced with real IPs when I get it working. Here is a sample of my config:
nameif ethernet0 outside security0
nameif ethernet1 inside security100
ip address inside 10.1.1.1 255.255.255.0
ip address outside 200.1.1.1 255.255.255.0
interface ethernet0 auto
interface ethernet1 auto
static (inside,outside) 200.1.1.5 10.1.1.5 netmask 255.255.255.255 0 0
conduit permit icmp 200.1.1.5 255.255.255.255 0.0.0.0 0.0.0.0 echo
static (inside,outside) 200.1.1.5 10.1.1.5 netmask 255.255.255.255 0 0
conduit permit icmp 200.1.1.5 255.255.255.255 0.0.0.0 0.0.0.0 echo-reply
conduit permit icmp 200.1.1.5 255.255.255.255 0.0.0.0 0.0.0.0 source-quench
conduit permit icmp 200.1.1.5 255.255.255.255 0.0.0.0 0.0.0.0 unreachable
conduit permit icmp 200.1.1.5 255.255.255.255 0.0.0.0 0.0.0.0 time-exceeded
This is exaclty ehat I am pasting into the command line. Any help would be appreciated.
nameif ethernet0 outside security0
nameif ethernet1 inside security100
ip address inside 10.1.1.1 255.255.255.0
ip address outside 200.1.1.1 255.255.255.0
interface ethernet0 auto
interface ethernet1 auto
static (inside,outside) 200.1.1.5 10.1.1.5 netmask 255.255.255.255 0 0
conduit permit icmp 200.1.1.5 255.255.255.255 0.0.0.0 0.0.0.0 echo
static (inside,outside) 200.1.1.5 10.1.1.5 netmask 255.255.255.255 0 0
conduit permit icmp 200.1.1.5 255.255.255.255 0.0.0.0 0.0.0.0 echo-reply
conduit permit icmp 200.1.1.5 255.255.255.255 0.0.0.0 0.0.0.0 source-quench
conduit permit icmp 200.1.1.5 255.255.255.255 0.0.0.0 0.0.0.0 unreachable
conduit permit icmp 200.1.1.5 255.255.255.255 0.0.0.0 0.0.0.0 time-exceeded
This is exaclty ehat I am pasting into the command line. Any help would be appreciated.