|
Configure Cisco GRE tunnel |
|
|
|
Written by Reza Behroozi
|
|
Saturday, 04 August 2007 |
Click to view
Click to download
mirror links
Click to view
Click to download
RouterA
Public IP: 217.219.50.100
Tunnel IP: 192.168.0.1
Private network: 192.168.1.0/24
IP on that private network: 192.168.1.1
RouterB
Public IP: 217.219.97.1
Tunnel IP: 192.168.0.2
Private network: 192.168.2.0/24
IP on that private network: 192.168.2.1
Config on RouterA :
interface Tunnel0
description connection to RouterB
ip address 192.168.0.1 255.255.255.0
tunnel source Serial 1/0
tunnel destination 217.219.97.1
tunnel mode gre ip
ip route 192.168.2.0 255.255.255.0 Tunnel0
Config on RouterB :
interface Tunnel0
description connection to Linux RouterA
ip address 192.168.0.2 255.255.255.0
tunnel source Serial 1/0
tunnel destination 217.219.50.100
tunnel mode gre ip
ip route 192.168.1.0 255.255.255.0 Tunnel0
"thanks
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
for good comment."
Add as favourites (258) | Quote this article on your site | Views: 11839 | E-mail
Only registered users can write comments. Please login or register. Powered by AkoComment Tweaked Special Edition v.1.4.6 AkoComment © Copyright 2004 by Arthur Konze - www.mamboportal.com All right reserved |
|
Last Updated ( Wednesday, 08 August 2007 )
|