Displaying 2 results from an estimated 2 matches for "proto3".
Did you mean:
proto
2006 May 09
0
Re: MTU limits?
...hardware uses a rather large MTU (~16k), but I
> > noticed that when setting up bridging, the MTU for the bridge and veth
> > device is set to 1500. Trying to set the MTU on the bridge, or eth
> > device to match that of the peth is unsuccessful:
> >
> > [root@por-hv-proto3-p4 ~]# ip link set eth0 mtu 16896
> > SIOCSIFMTU: Invalid argument
> > [root@por-hv-proto3-p4 ~]# ip link set xen-br0 mtu 16896
> > SIOCSIFMTU: Invalid argument
> >
> > We''re using xen-unstable, but a very similar issue was discussed
> > regarding 2.0.6...
2005 Jun 26
1
A VPN is switched mode
...d into.
Lets reduce the number of networks to 2, for brevity's sake.
And for example the private network behind router A is 192.168.10.0/24
and B is 192.168.12.0/24
etc.
--- NETWORK A : router Koe
# cat /etc/tinc/secnet/tinc.conf
Name = koe
Device = /dev/tun
ConnectTo = jupiter
ConnectTo = proto3
PrivateKeyFile = /etc/tinc/secnet/rsa_key.priv
AddressFamily = ipv4
Mode = switch
# cat /etc/tinc/secnet/tinc-up
#!/bin/sh
ifconfig $INTERFACE 192.168.20.1 netmask 255.255.255.0
--- NETWORK B : router Jupiter
$ cat /etc/tinc/secnet/tinc.conf
Name = jupiter
Device = /dev/tun
PrivateKeyFile = /...