Displaying 2 results from an estimated 2 matches for "tincup".
Did you mean:
linkup
2019 Jan 10
2
Can Ping But No Web Interface
...t MTU related. I appreciate any thoughts and help.
Here are my current configs:
Server A Conf:
Name = serverA
Device = /dev/net/tun
Address Family = ipv4
Server A host:
Address = xx.xx.xx.xx
Subnet = 192.168.0.10
Subnet = 10.75.70.0/24
PMTU = 1436
ClampMSS = yes
PMTUDiscovery = yes
Server A TincUp:
ip link set $INTERFACE up
ip addr add 192.168.0.10 dev $INTERFACE
ip route add 192.168.0.0/24 dev $INTERFACE
ip route add 192.168.1.0/24 dev $INTERFACE
Server B Conf:
Name = khwisnmp
Device = /dev/net/tun
Address Family = ipv4
ConnectTo = librenms
Server B host:
ubnet = 192.168.0.15
Subnet = 19...
2019 Jan 12
0
Can Ping But No Web Interface
...configs:
>
> Server A Conf:
> Name = serverA
> Device = /dev/net/tun
> Address Family = ipv4
>
> Server A host:
> Address = xx.xx.xx.xx
> Subnet = 192.168.0.10
> Subnet = 10.75.70.0/24
> PMTU = 1436
> ClampMSS = yes
> PMTUDiscovery = yes
>
> Server A TincUp:
> ip link set $INTERFACE up
> ip addr add 192.168.0.10 dev $INTERFACE
> ip route add 192.168.0.0/24 dev $INTERFACE
> ip route add 192.168.1.0/24 dev $INTERFACE
>
> Server B Conf:
> Name = khwisnmp
> Device = /dev/net/tun
> Address Family = ipv4
> ConnectTo = librenms...