CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. Come to CPUG CON 2008 EUROPE in Switzerland on September 8th - 9th!
    Two days full of technical content for Check Point administrators in the beautiful Swiss Alps!
    We already have 52 attendees signed up from 14 countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 8/25, 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3, 9/7.
3. Corrent S3500 SecureXL Turbocards For Sale - Last Six Remaining - Get Your Spares!
4. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 And Related Products > Dynamic Routing
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2006-10-31
cpcpc cpcpc is offline
Member
 
Join Date: 2006-10-27
Location: MA, USA
Posts: 44
Rep Power: 0
cpcpc has an average reputation (10+)
Default OSPF on VPN Tunnel interface

Hi, everyone,

Does anyone have any experience about OSPF on VPN tunnel interface?

Using vpn shell command to create some vt interfaces but will these interfaces work with OSPF?

Thanks.

Last edited by cpcpc; 2006-10-31 at 11:11.
Reply With Quote
  #2 (permalink)  
Old 2006-10-31
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,627
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: OSPF on VPN Tunnel interface

Yes they will. That's the primary reason VTIs were created. Do you have SPLATPro? if not you don't get gateD, the routing daemon to use OSPF.
Reply With Quote
  #3 (permalink)  
Old 2006-11-01
cpcpc cpcpc is offline
Member
 
Join Date: 2006-10-27
Location: MA, USA
Posts: 44
Rep Power: 0
cpcpc has an average reputation (10+)
Default Re: OSPF on VPN Tunnel interface

Thanks for the reply.

I installed FW onto a Cluster & a GW and enabled Dynamic Routing (gated's running).

For example, on cluster member: local vt IP 2.2.2.1, 2.2.2.2 and cluster IP is 2.2.2.10; on GW: local vt IP 3.3.3.1. On Cluster, add VPN tunnel interface by "vpn shell itnerface add 2.2.2.1 3.3.3.1 GW"; on GW, add VPN tunnel interface by "vpn shell interface add 3.3.3.1 2.2.2.10 cluster".

But on Gated command line interface, "show ip ospf interface" on cluster doesn't display vt interface at all but do show vt interface on GW. So that OSPF won't work on cluster enviorment to me :-(

Any ideas?
Reply With Quote
  #4 (permalink)  
Old 2006-11-01
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,627
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: OSPF on VPN Tunnel interface

Did you enable ospf on the interface?

(Going from memory, so don't depend on the syntax)

cligated
en
config t
interface vt-other
ip ospf area 10
network 1.1.1.0 0.0.0.255
exit
exit
exit


Or something close to that.
Reply With Quote
  #5 (permalink)  
Old 2006-11-02
cpcpc cpcpc is offline
Member
 
Join Date: 2006-10-27
Location: MA, USA
Posts: 44
Rep Power: 0
cpcpc has an average reputation (10+)
Default Re: OSPF on VPN Tunnel interface

I configured this on GW and it did work:

router-id <id>
network <remote GW vt IP> 0.0.0.0 area 0.0.0.0
network <internal> 0.0.0.255 area 0.0.0.0
redistribute direct
redistribute kernel


I tried to configure vt interface on Gated CLI with the one you suggested, but seems under interface, there's no network or ip ospf area. I still cannot get it working for me.

localhost(config)#interf <vt>
localhost(config-if)#ip ospf
1-65535 enable poll-interval
advertise-subnet hello-interval priority
allow-all neighbor retransmit-interval
authentication network traffic-eng
cost no-multicast transmit-delay
dead-interval passive-interface
localhost(config-if)#ip ospf network
nonbroadcast point-to-multipoint
localhost(config-if)#ip ospf network

From your memory, anything else might fix this issue? :-)

Thanks.
Reply With Quote
  #6 (permalink)  
Old 2006-11-02
cpcpc cpcpc is offline
Member
 
Join Date: 2006-10-27
Location: MA, USA
Posts: 44
Rep Power: 0
cpcpc has an average reputation (10+)
Default Re: OSPF on VPN Tunnel interface

"show interface" shows vt interface but "show ip ospf interface" doesn't show vt interface.

localhost#sho interf <vt>
Physical interface: <vt> index 15
type: Unknown MTU: 1500
status: up MAC: 0:0:0:0
refcount: 2 up-to-down-transitions: 0
p2p: yes maskedp2p: no loop: no simplex: no allmulti: no
Logical interface: <local vt ip>
Index: 15 MTU: 1436 masklen: 32
As Number: 0 refcount: 2
remote address: <remote vt ip>
primary: yes active: yes bcast: no loop: no
mcast: yes simplex: no noroute: no tun: no
reg: no del: no keepall: no priv: no disable: no
Cluster IP address: <cluster vt ip> Cluster masklen: 32
Cluster broadcast address: <cluster vt ip>

localhost#sho ip ospf interface
<internal net interface> is up
Internet Address <internal ip>, Area 0.0.0.0
Network Type Broadcast, Cost: 10
Transmit Delay is 1 sec, State DR, Priority 1
No Designated Router on this network
No Backup Designated Router on this network
Timer intervals configured, Hello 10, Dead 40, Retransmit 5
Neighbor Count is 0
localhost#
Reply With Quote
  #7 (permalink)  
Old 2006-11-02
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,627
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: OSPF on VPN Tunnel interface

Found this from the lab I took...

router ospf 1
router-id 212.150.141.253
exit

interface vt-itchy
ip ospf 1 area 0.0.0.0
enable
exit
exit
interface vt-pek
ip ospf 1 area 0.0.0.0
enable
exit
exit
interface eth0
ip ospf 1 area 52.0.0.0
enable
exit
exit
Reply With Quote
  #8 (permalink)  
Old 2006-11-03
cpcpc cpcpc is offline
Member
 
Join Date: 2006-10-27
Location: MA, USA
Posts: 44
Rep Power: 0
cpcpc has an average reputation (10+)
Default Re: OSPF on VPN Tunnel interface

Wow, I added the following to my DR config and it worked !!!

interface <vt>
ip ospf 1 area 0.0.0.0
enable
exit
exit

Chillyjim, thank you so much!

Now the question is, why on my FW GW, I do not need to configure vt interface on Gated CLI but it's working fine. Is this config only required for Clustering setup?

Thanks again :-)
Reply With Quote
Reply

Thread Tools
Display Modes

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 Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 07:19.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0