From: Andre Serrao (andreserrao@gmail.com)
Date: Sun Nov 19 2006 - 18:27:44 ART
Is it possible to have a functional tunnel when ip addresses on both ends
are in different subnets?
Example: Tunnel between R1 and R2
R1:
int loop1
ip add 1.1.1.1 255.255.255.0
int tunnel 0
ip unnumbered lo1
tunnel source serial 0/0
tunnel source 148.1.0.2
R2:
int loop1
ip add 2.2.2.2 255.255.255.0
int tunnel0
ip unnumbered lo1
tunnel source serial 0/0
tunnel destination 148.1.0.1
I just made up the above example, but in many labs, we have the restriction
of adding new ip addresses, and the only way I see to fix that is by using
one of the local interfaces.
Appreciate your feedback. Thanks,
Andre
This archive was generated by hypermail 2.1.4 : Fri Dec 01 2006 - 08:05:47 ART