Displaying 5 results from an estimated 5 matches for "gateway_2".
Did you mean:
gateway2
2019 Feb 08
2
Problem with connecting another subnet
... 0
tiutl
172.16.1.0 0.0.0.0 255.255.255.0 U 0 0 0
tiutl
## The backup servers tinc.conf
root at backup-1:~# cat /etc/tinc/tiutl/tinc.conf
Name = backup_1
Interface = tiutl
Device = /dev/net/tun
AddressFamily = ipv4
Port = 655
ConnectTo = gateway_1
ConnectTo = gateway_2
ConnectTo = git_1
## The backup servers tinc-up script
root at backup-1:~# cat /etc/tinc/tiutl/tinc-up
ip link set tiutl up
ip address add 172.16.0.11/24 dev tiutl <- works
ip route add 172.16.1.0/24 via 172.16.0.5 dev tiutl <- doesn't work
## The backup server...
2019 Feb 08
0
Problem with connecting another subnet (Peter Thurner)
... 0
tiutl
172.16.1.0 0.0.0.0 255.255.255.0 U 0 0 0
tiutl
## The backup servers tinc.conf
root at backup-1:~# cat /etc/tinc/tiutl/tinc.conf
Name = backup_1
Interface = tiutl
Device = /dev/net/tun
AddressFamily = ipv4
Port = 655
ConnectTo = gateway_1
ConnectTo = gateway_2
ConnectTo = git_1
## The backup servers tinc-up script
root at backup-1:~# cat /etc/tinc/tiutl/tinc-up
ip link set tiutl up
ip address add 172.16.0.11/24 dev tiutl <- works
ip route add 172.16.1.0/24 via 172.16.0.5 dev tiutl <- doesn't work
## The backup server...
2008 Jul 09
1
Need basic PPPoE startup help
...HAS
SUCCEEDED.
###############################################
# REQUIRED VARIABLES. THESE MUST BE SET PROPERLY!!!
our $admin_email =q`your_email_address at your_domain_name.com`;
our $domain_name = "your_domain_name.com";
our $GATEWAY_1 = 'x.x.x.x'; #GATEWAY OF PPP0 LINE
our $GATEWAY_2 = 'x.x.x.x'; #GATEWAY OF PPP1 LINE
our $IPADDRESS_1 = 'x.x.x.x'; #STATIC IP ADDRESS OF PPP0 LINE (ASSIGNED
BY ISP)
our $IPADDRESS_2 = 'x.x.x.x'; #STATIC IP ADDRESS OF PPP1 LINE (ASSIGNED
BY ISP)
our $DEBUG=1; #SET THIS TO 1 FOR DEBUGGING, 0 TO TURN DEBUGGING OFF
our $DE...
2019 Feb 07
0
problem with connecting another subnet (destination net unknown)
... 0
tiutl
172.16.1.0 0.0.0.0 255.255.255.0 U 0 0 0
tiutl
## The backup servers tinc.conf
root at backup-1:~# cat /etc/tinc/tiutl/tinc.conf
Name = backup_1
Interface = tiutl
Device = /dev/net/tun
AddressFamily = ipv4
Port = 655
ConnectTo = gateway_1
ConnectTo = gateway_2
ConnectTo = git_1
## The backup servers tinc-up script
root at backup-1:~# cat /etc/tinc/tiutl/tinc-up
ip link set tiutl up
ip address add 172.16.0.11/24 dev tiutl <- works
ip route add 172.16.1.0/24 via 172.16.0.5 dev tiutl <- doesn't work
## The backup server...
2019 Feb 08
0
Problem with connecting another subnet
....0 U 0 0 0
> tiutl
>
> ## The backup servers tinc.conf
>
> root at backup-1:~# cat /etc/tinc/tiutl/tinc.conf
> Name = backup_1
> Interface = tiutl
> Device = /dev/net/tun
> AddressFamily = ipv4
> Port = 655
> ConnectTo = gateway_1
> ConnectTo = gateway_2
> ConnectTo = git_1
>
>
> ## The backup servers tinc-up script
>
> root at backup-1:~# cat /etc/tinc/tiutl/tinc-up
> ip link set tiutl up
> ip address add 172.16.0.11/24 dev tiutl <- works
> ip route add 172.16.1.0/24 via 172.16.0.5 dev tiutl <...