Linux GRE Tunnel

/sbin/modprobe ip_gre
/sbin/iptunnel add tun0 mode gre remote 114.141.167.167 local 114.55.73.157
/sbin/ifconfig tun0 122.115.74.170
/sbin/route add 202.177.205.249/32 tun0
/sbin/route add 72.46.244.231/32 tun0
route -nlinux

 

刪除spa

/sbin/iptunnel del tun0blog

 

 

要在Linux上建立GRE隧道,須要ip_gre內核模塊,它是GRE經過IPv4隧道的驅動程序。seo

2. 查看是否有加載ip_gre模塊ip

3. 建立步驟rem

環境以下:get

host A :  121.207.22.123it

host B: 111.2.33.28class

在host A上面:tls

建立一個GRE類型隧道設備gre0, 並設置對端IP爲111.2.33.28。隧道數據包將被從121.207.22.123也就是本地IP地址發起,其TTL字段被設置爲255。隧道設備分配的IP地址爲10.10.10.1,掩碼爲255.255.255.0。

在host B上面:

此時,host A 和 host B 創建起GRE隧道了。

4. 檢測連通性

5. 撤銷GRE隧道

在任一一端操做下面命令

相關文章
相關標籤/搜索