Hi cả nhà,
Mình muốn tạo 1 kênh trắng theo mô hình L2TPv3 over GRE như sau:
PC1 (x.x.x.x/24) ---- Router 1(Ip tĩnh) ---- INTERNET ------ (IP tĩnh) Router 2 -----(x.x.x.y/24)PC 2
Sao cho PC1 ping thấy PC2.
Kết nối giữa Router1 và Router 2 là GRE tunnel.
NHưng hiện tại vẫn chưa thành công , nhờ mọi người hỗ trợ giúp.
Cấu hình trên Router 1:
ip cef
!
!
no ip domain lookup
l2tp-class R2signal
hello 10
password 7 060506324F41
cookie size 8
!
!
!
voice-card 0
no dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
pseudowire-class wireR5R4
encapsulation l2tpv3
protocol l2tpv3 R2signal
ip local interface Loopback0
ip dfbit set
!
!
!
bridge irb
!
!
!
interface Loopback0
description Used by wireR5R4 for Static Connection
ip address 2.2.2.2 255.255.255.255
!
interface Tunnel1
ip address 192.168.100.1 255.255.255.252
ip virtual-reassembly
tunnel source GigabitEthernet0/0
tunnel destination y.y.23.186
tunnel key 123456789
!
interface GigabitEthernet0/0
description Connection to Pretend Cloud.
ip address y.y.22.30 255.255.255.252
duplex auto
speed auto
no cdp enable
!
interface GigabitEthernet0/1
description Connection to R5
no ip address
duplex auto
speed auto
no cdp enable
xconnect 3.3.3.3 12 encapsulation l2tpv3 pw-class wireR5R4
!
!
ip route 0.0.0.0 0.0.0.0 y.y.22.29
ip route 3.3.3.3 255.255.255.255 192.168.100.2
Cấu hình của Router 2 tương tự.
Mình muốn tạo 1 kênh trắng theo mô hình L2TPv3 over GRE như sau:
PC1 (x.x.x.x/24) ---- Router 1(Ip tĩnh) ---- INTERNET ------ (IP tĩnh) Router 2 -----(x.x.x.y/24)PC 2
Sao cho PC1 ping thấy PC2.
Kết nối giữa Router1 và Router 2 là GRE tunnel.
NHưng hiện tại vẫn chưa thành công , nhờ mọi người hỗ trợ giúp.
Cấu hình trên Router 1:
ip cef
!
!
no ip domain lookup
l2tp-class R2signal
hello 10
password 7 060506324F41
cookie size 8
!
!
!
voice-card 0
no dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
pseudowire-class wireR5R4
encapsulation l2tpv3
protocol l2tpv3 R2signal
ip local interface Loopback0
ip dfbit set
!
!
!
bridge irb
!
!
!
interface Loopback0
description Used by wireR5R4 for Static Connection
ip address 2.2.2.2 255.255.255.255
!
interface Tunnel1
ip address 192.168.100.1 255.255.255.252
ip virtual-reassembly
tunnel source GigabitEthernet0/0
tunnel destination y.y.23.186
tunnel key 123456789
!
interface GigabitEthernet0/0
description Connection to Pretend Cloud.
ip address y.y.22.30 255.255.255.252
duplex auto
speed auto
no cdp enable
!
interface GigabitEthernet0/1
description Connection to R5
no ip address
duplex auto
speed auto
no cdp enable
xconnect 3.3.3.3 12 encapsulation l2tpv3 pw-class wireR5R4
!
!
ip route 0.0.0.0 0.0.0.0 y.y.22.29
ip route 3.3.3.3 255.255.255.255 192.168.100.2
Cấu hình của Router 2 tương tự.
Comment