search for: web_1

Displaying 4 results from an estimated 4 matches for "web_1".

Did you mean: web1
2019 Feb 08
2
Problem with connecting another subnet
...> 172.16.1.10: ICMP echo reply, id 33274, seq 4, length 64 20:20:11.099046 IP 172.16.1.10 > 172.16.0.11: ICMP net 172.16.1.10 unreachable - unknown, length 92 ## Web servers config files (for the web server, everything works as expected) root at web-1:~# cat /etc/tinc/tiosp/tinc.conf Name = web_1 Interface = tiosp Device = /dev/net/tun AddressFamily = ipv4 Port = 656 ConnectTo = gateway_1 ConnectTo = gateway_2 ConnectTo = web_1 root at web-1:~# cat /etc/tinc/tiosp/tinc-up #!/bin/bash ip link set tiosp up ip address add 172.16.1.10/24 dev tiosp ip route add 172.16.0.0/24 via 172.16.1.5 dev...
2019 Feb 08
0
Problem with connecting another subnet (Peter Thurner)
...> 172.16.1.10: ICMP echo reply, id 33274, seq 4, length 64 20:20:11.099046 IP 172.16.1.10 > 172.16.0.11: ICMP net 172.16.1.10 unreachable - unknown, length 92 ## Web servers config files (for the web server, everything works as expected) root at web-1:~# cat /etc/tinc/tiosp/tinc.conf Name = web_1 Interface = tiosp Device = /dev/net/tun AddressFamily = ipv4 Port = 656 ConnectTo = gateway_1 ConnectTo = gateway_2 ConnectTo = web_1 root at web-1:~# cat /etc/tinc/tiosp/tinc-up #!/bin/bash ip link set tiosp up ip address add 172.16.1.10/24 dev tiosp ip route add 172.16.0.0/24 via 172.16.1.5 dev...
2019 Feb 07
0
problem with connecting another subnet (destination net unknown)
...t; 172.16.1.10: ICMP echo reply, id 33274, seq 4, length 64 20:20:11.099046 IP 172.16.1.10 > 172.16.0.11: ICMP net 172.16.1.10 unreachable - unknown, length 92 ## Web servers config files (for the web server, everything works as expected) root at web-1:~# cat /etc/tinc/tiosp/tinc.conf Name = web_1 Interface = tiosp Device = /dev/net/tun AddressFamily = ipv4 Port = 656 ConnectTo = gateway_1 ConnectTo = gateway_2 ConnectTo = web_1 root at web-1:~# cat /etc/tinc/tiosp/tinc-up #!/bin/bash ip link set tiosp up ip address add 172.16.1.10/24 dev tiosp ip route add 172.16.0.0/24 via 172.16.1.5 dev...
2019 Feb 08
0
Problem with connecting another subnet
..., > seq 4, length 64 > 20:20:11.099046 IP 172.16.1.10 > 172.16.0.11: ICMP net 172.16.1.10 > unreachable - unknown, length 92 > > ## Web servers config files (for the web server, everything works as > expected) > > root at web-1:~# cat /etc/tinc/tiosp/tinc.conf > Name = web_1 > Interface = tiosp > Device = /dev/net/tun > AddressFamily = ipv4 > Port = 656 > ConnectTo = gateway_1 > ConnectTo = gateway_2 > ConnectTo = web_1 > > root at web-1:~# cat /etc/tinc/tiosp/tinc-up > #!/bin/bash > ip link set tiosp up > ip address add 172.16.1.10/...