Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Static route on PIX 506e

Reply
Thread Tools

Static route on PIX 506e

 
 
ingo@tiede.it
Guest
Posts: n/a
 
      01-18-2006
Hi all,

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:

Interface: inside
IP-Adress: 10.254.249.0
Netmask: 255.255.255.0
Gateway: 192.168.20.12
Metric: 1

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

 
Reply With Quote
 
 
 
 
Christoph Gartmann
Guest
Posts: n/a
 
      01-18-2006
In article <. com>, "" <> writes:
>Hi all,
>
>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:
>
>Interface: inside
>IP-Adress: 10.254.249.0
>Netmask: 255.255.255.0
>Gateway: 192.168.20.12
>Metric: 1
>
>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.


Telnet to the pix and enter "sho running". Without your configuration it is
almost impossible to help you.

Regards,
Christoph Gartmann

--
Max-Planck-Institut fuer Phone : +49-761-5108-464 Fax: -452
Immunbiologie
Postfach 1169 Internet: gartmann@immunbio dot mpg dot de
D-79011 Freiburg, Germany
http://www.immunbio.mpg.de/home/menue.html
 
Reply With Quote
 
 
 
 
ingo@tiede.it
Guest
Posts: n/a
 
      01-18-2006
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

access-list outside_access_in permit tcp any host 87.234.193.74 eq
https
access-list outside_access_in permit tcp any host 87.234.193.74 eq ftp
access-list outside_access_in permit tcp host 217.9.109.66 host
87.234.193.74 eq 1433
access-list outside_access_in permit tcp any host 87.234.193.76 eq 2233

access-list outside_access_in permit tcp any host 87.234.193.76 eq 3389

access-list outside_access_in permit tcp host 217.9.109.66 host
87.234.193.74 eq 3389
access-list inside_outbound_nat0_acl permit ip any 192.168.20.64
255.255.255.192
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 87.234.193.78 255.255.255.248
ip address inside 192.168.20.10 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPN_IP 192.168.20.95-192.168.20.98
pdm location 192.168.20.0 255.255.255.0 inside
pdm location SRV-OFFICE 255.255.255.255 inside
pdm location SRV-Transfer 255.255.255.255 inside
pdm location 217.9.109.66 255.255.255.255 outside
pdm location Streaming-Server 255.255.255.255 inside
pdm location 192.168.20.64 255.255.255.192 outside
pdm location 192.168.20.0 255.255.255.0 outside
pdm location 0.0.0.0 255.255.255.255 inside
pdm location 10.254.249.0 255.255.255.0 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 87.234.193.75 SRV-Transfer netmask
255.255.255.255 0 0
static (inside,outside) 87.234.193.74 SRV-OFFICE netmask
255.255.255.255 0 0
static (inside,outside) 87.234.193.76 Streaming-Server netmask
255.255.255.255 0 0
static (inside,outside) 192.168.20.0 10.254.249.0 netmask 255.255.255.0
0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 87.234.193.73 1
route inside 10.254.249.0 255.255.255.0 192.168.20.12 1
timeout xlate 0:05: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
ntp server 192.53.103.103 source outside prefer
http server enable
http 192.168.20.0 255.255.255.0 outside
http 192.168.20.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
sysopt connection permit-pptp
telnet 192.168.20.0 255.255.255.0 outside
telnet 192.168.20.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication mschap
vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto
vpdn group PPTP-VPDN-GROUP client configuration address local VPN_IP
vpdn group PPTP-VPDN-GROUP client configuration dns SRV-OFFICE
vpdn group PPTP-VPDN-GROUP client configuration wins SRV-OFFICE
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn group PPTP-VPDN-GROUP client authentication local
vpdn username *********** password *********
vpdn enable outside
dhcpd lease 3600
dhcpd ping_timeout 750
terminal width 80
Cryptochecksum:a105fa75b7f7af09cb2158e7981b624e
: end
[OK]

Christoph Gartmann wrote:
> In article <. com>, "" <> writes:
> >Hi all,
> >
> >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:
> >
> >Interface: inside
> >IP-Adress: 10.254.249.0
> >Netmask: 255.255.255.0
> >Gateway: 192.168.20.12
> >Metric: 1
> >
> >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.

>
> Telnet to the pix and enter "sho running". Without your configuration it is
> almost impossible to help you.
>
> Regards,
> Christoph Gartmann
>
> --
> Max-Planck-Institut fuer Phone : +49-761-5108-464 Fax: -452
> Immunbiologie
> Postfach 1169 Internet: gartmann@immunbio dot mpg dot de
> D-79011 Freiburg, Germany
> http://www.immunbio.mpg.de/home/menue.html


 
Reply With Quote
 
Christoph Gartmann
Guest
Posts: n/a
 
      01-18-2006
In article <. com>, "" <> writes:
>thanks for your advice. Here is the running configuration:

[...]
>static (inside,outside) 192.168.20.0 10.254.249.0 netmask 255.255.255.0 0 0


This statement is conflicting with the following one:

>route inside 10.254.249.0 255.255.255.0 192.168.20.12 1


Why do you have this static statement?

Regards,
Christoph Gartmann

--
Max-Planck-Institut fuer Phone : +49-761-5108-464 Fax: -452
Immunbiologie
Postfach 1169 Internet: gartmann@immunbio dot mpg dot de
D-79011 Freiburg, Germany
http://www.immunbio.mpg.de/home/menue.html
 
Reply With Quote
 
ingo@tiede.it
Guest
Posts: n/a
 
      01-18-2006
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

 
Reply With Quote
 
Christoph Gartmann
Guest
Posts: n/a
 
      01-18-2006
In article < .com>, "" <> writes:
>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.


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

--
Max-Planck-Institut fuer Phone : +49-761-5108-464 Fax: -452
Immunbiologie
Postfach 1169 Internet: gartmann@immunbio dot mpg dot de
D-79011 Freiburg, Germany
http://www.immunbio.mpg.de/home/menue.html
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the default precedence: local-route, static-route,OSPF-route? ilan.berco@gmail.com Cisco 9 08-07-2008 05:42 PM
Need to route SMTP traffic through static interface (not default route) perimere Cisco 0 03-27-2007 09:19 PM
PIX 506E static route problem tfanabe Cisco 7 11-01-2006 07:48 AM
Can netwrok run static route and dynamic route the same time? Bruce Cao Cisco 3 12-06-2005 02:15 AM
Can't Route Through Cisco EasyVPN on PIX 506e John Balch Cisco 3 09-24-2004 08:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57