Hi all.
If i have vm with mtu setting inside it to 1500, does that mean i need
to raise mtu on host side if i use gre tunnels to conect nodes?
If need - on which interface i need to do that in case:
    Bridge ovs-vm
        fail_mode: standalone
        Port "vnet0"
            Interface "vnet0"
        Port vm-tun
            Interface vm-tun
                type: patch
                options: {peer=tun-vm}
    Bridge ovs-tun
        Port tun-vm
            Interface tun-vm
                type: patch
                options: {peer=vm-tun}
        Port ovs-tun
            Interface ovs-tun
                type: internal
        Port "rl02"
            Interface "rl02"
                type: gre
                options: {local_ip="172.16.250.250", remote_ip="172.16.250.252"}
        Port "rl01"
            Interface "rl01"
                type: gre
                options: {local_ip="172.16.250.250", remote_ip="172.16.250.251"}

Thanks!

Oh and second - does i need to specify key in gre tunnels? Or i can ommit it?
-- 
Vasiliy Tolstov,
e-mail: [email protected]
jabber: [email protected]
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to