1.https://docs.openvswitch.org/en/latest/howto/tunneling/?highlight=gre#connecting-vms-using-tunnels




2.I follow the example above and implement it. But there was a problem:The dhcp 
response sent by the mobile phone cannot be received(Eth0 packet capture is 
responded by dhcp)


3.cmd:(Attachment is network card packet capture)
insmod /vport-gre.ko

ovs-vsctl add-br br-lan0_gre
ovs-vsctl add-port br-lan0_gre  gre1 -- set interface gre1 type=gre 
option:remote_ip=192.168.131.210 

ovs-vsctl del-port  br-lan0_zone0 ath1
ovs-vsctl add-port br-lan0_gre ath1

ovs-vsctl del-port  br-lan0_ex eth0
ovs-vsctl add-port br-lan0_gre eth0

#delete ens224 ip(no used)  
ip addr del 192.168.131.209/24 dev   br-lan0_ex

#ip link set br-lan0_gre up
ifconfig eth0 192.168.131.209

route add default gw 192.168.131.1








此致,
敬礼!
姓名 宋伟

信令部 软件工程师 
邮箱:ws...@grandstream.cn 
电话:0571-86849591-3618













<<attachment: br-lan0_gre.zip>>

_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to