سلام
آره باید Valid باشه
این آموزش تانل بین 2تا لینوکس
USA : tunx=>207.241.237.37
IRAN :tuny=>169.229.255.134
iptunnel add tunx mode gre remote 207.241.237.37 local 169.229.255.134 ttl 225
ifconfig tunx 10.0.201.1/24
ifconfig tunx mtu 1500 up
ifconfig tunx up
ifconfig tunx pointopoint 10.0.201.2
ifconfig tunx multicast
iptunnel add tunY mode gre local 207.241.237.37 remote 169.229.255.134 ttl 225
ifconfig tunY 10.0.201.2/24
ifconfig tunY mtu 1500 up
ifconfig tunY up
ifconfig tunY pointopoint 10.0.201.1
ifconfig tunY multicast
اگه خواصتی فقط از طریق Tunnel ها Send و resive کنی
On router X:
route add -net Ip tunY gw 10.0.201.1 dev tunX
On router Y:
route add -net Ip TunX gw 10.0.201.2 dev tunY
موفق باشی ;D