I tried to establish a static route on a PIX 506e but it does not work. Maybe someone has an idea what is wrong or what I missed and can give me an advice.
This is the scenario: The inside interface has the adress 192.168.20.10 in the subnet
192.168.20.0/24. The outside interface has a public IP-Adress. The default route is set correctly and works propperly.
Now I added a new router at the private segment with the adress
192.168.20.12 which routes packets to the subnet 10.254.249.0. I added the following static route to the PIX configuration with the PDM Tool:
But I do not get a connection to hosts on the 10.254.249.0 Network. When I define a static route to this network on the Windows OS the connection works propperly so the failure must be in the PIX configuration.
Any help is highly appreciated.
TIA ... ingo
Didn't find your answer? Ask the community — no account required.
C
Christoph Gartmann
Telnet to the pix and enter "sho running". Without your configuration it is almost impossible to help you.
Regards, Christoph Gartmann
I
ingo
Hi Christof,
thanks for your advice. Here is the running configuration:
PIX Version 6.3(3) interface ethernet0 auto interface ethernet1 auto nameif ethernet0 outside security0 nameif ethernet1 inside security100 enable password **************** encrypted passwd **************** encrypted hostname pix domain-name main-fm.local clock timezone CEST 1 clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00 no fixup protocol dns 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 no fixup protocol smtp 25 fixup protocol sqlnet 1521 fixup protocol tftp 69 names name 192.168.20.1 SRV-OFFICE name 192.168.20.99 Streaming-Server name 192.168.20.2 SRV-Transfer access-list outside_access_in permit tcp any host 87.234.193.75 eq ftp access-list outside_access_in permit tcp any host 87.234.193.74 eq smtp
This statement is conflicting with the following one:
Why do you have this static statement?
Regards, Christoph Gartmann
I
ingo
Hmmmmmh, I do not know. I did not explizit configure this static, I just tried to configure a static route. Can you tell me, how to delete this static? I prefer using PDM.
Thank you very much. Your comments are a great help for me .-)
Ingo
C
Christoph Gartmann
As I am not familiar with the PDM I can only tell you how to do it from the command line:
- telnet to the pix
- at the prompt (e.g. "pix> ") type "enable" and enter the privileged password
- at the new prompt (e.g. "pix# ") type "conf term".
- next enter a "no static..."
- to make the change permament enter "write mem", otherwise the change is only persistend until the next reboot of the Pix.
Regards, Christoph Gartmann
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.