search for: gateway_1

Displaying 5 results from an estimated 5 matches for "gateway_1".

Did you mean: gateway1
2019 Feb 08
2
Problem with connecting another subnet
...5.0   U         0 0          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...
2019 Feb 08
0
Problem with connecting another subnet (Peter Thurner)
...5.0   U         0 0          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...
2019 Feb 07
0
problem with connecting another subnet (destination net unknown)
...0   U         0 0          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...
2019 Feb 08
0
Problem with connecting another subnet
...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...
2008 Jul 09
1
Need basic PPPoE startup help
...FOUR: THE PROGRAM MUST REPEAT STEP TWO ONCE STEP THREE 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; #SE...