|
环境:
路由器A 公网IP:202.101.1.2/24 Tunnel IP:192.168.0.1/30 Source IP:202.101.1.2 Destnation IP:202.101.2.2
路由器B 公网IP:202.101.2.2/24 Tunnel IP192.168.0.2/30 Source IP202.101.2.2 Destnation IP202.101.1.2
命令配置:
命令版本 V3.40
Router A # sysname RTA # interface Ethernet2/0 ip address 202.101.1.2 255.255.255.0 /公网IP/ # interface Ethernet2/1 ip address 192.168.1.1 255.255.255.0 /内部私网IP/ # interface Tunnel0 /创建tunnel 0/ ip address 192.168.0.1 255.255.255.252 /tunnel IP和对方tunnel IP在同一网段/ source 202.101.1.2 /源地址/ destination 202.101.2.2 /目的地址/ # ip route-static 0.0.0.0 0.0.0.0 202.101.1.1 preference 60 /到公网的默认路由/ ip route-static 192.168.2.0 255.255.255.0 Tunnel 0 preference 60 /通过tunnel访问对方私网的路由/
Router B # sysname RTB # interface Ethernet2/0 ip address 202.101.2.2 255.255.255.0 /内部私网IP/ # interface Tunnel0 /创建tunnel 0/ ip address 192.168.0.2 255.255.255.252 /tunnel IP和对方tunnel IP在同一网段/ source 202.101.2.2 /源地址/ destination 202.101.1.2 /目的地址/ # ip route-static 0.0.0.0 0.0.0.0 202.101.2.1 preference 60 /到公网的默认路由/ ip route-static 192.168.1.0 255.255.255.0 Tunnel 0 preference 60 /通过tunnel访问对方私网的路由/ # return
|
一共有 4 条评论
[url=http://www.gamesavor.com/WOW/WoW-PowerlevelingService-US.aspx]wow power leveling[/url] as a soundtrack There is no issue with game time.[url=http://www.gamesavor.com/WOW/WoW-PowerlevelingService-US.aspx]wow powerleveling [/url] You will either spend hours immersed.[url=http://www.gamesavor.com/WOW/WorldOfWarcraft-DE.aspx]gold wow[/url] within trying for that next thing or making.[url=http://www.digihedo.com]mp3 players[/url] a better sword or you will have made your mind up.[url=http://www.digihedo.de]mp3 player[/url] already and will not be seen anywhere near the game.
[url=http://www.mp3playerstore.fr]mp4[/url] There is enough for what everyone could want.Controls are configurable and can be altered.[url=http://www.gamesavor.com/WOW/WorldOfWarcraft-FR.aspx]wow[/url] to make the best use of your game style.[url=http://www.mp3playershopping.de]zubehoer mp3 player[/url] including the use of all five.[url=http://www.digihedo.com]mp4[/url] buttons on some mice.[url=http://www.mp3playerstore.fr]mp3[/url] Combat and magic are intuitive.[url=http://www.mp3playerstore.fr]mp4[/url] even when using a pet Level progression.
[router]interface tunnel 100
ip address 172.168.0.2 255.255.255.252
source 60.182.*.*(这是家里的ip)
destination 60.*.*.*(这是公司的公网ip)
[router]ip route-static 192.168.0.0 255.255.255.0 tunnel 100