I have a dedicated server from hetzner
I have one single IP Adress
And i have one additional subnet
Following is my interfaces config file
Following are the setting i am applying to my LC
i.imgur.com/8Pe9qpC.png
But i cant access the internet
Can some one please help where my settings are wrong already spend 3 days searching for this
I have one single IP Adress
Code:
Gateway: 46.4.73.97
Netmask: 255.255.255.224
Broadcast: 46.4.73.127
And i have one additional subnet
Code:
Gateway: 46.4.73.107
Netmask: 255.255.255.248
Broadcast: 188.40.162.119
Following is my interfaces config file
Code:
auto eno1
iface eno1 inet static
address 46.4.73.107
netmask 255.255.255.255
pointopoint 46.4.73.97
gateway 46.4.73.97
iface eno1 inet6 static
address 2a01:4f8:140:34a1::2
netmask 64
gateway fe80::1
up sysctl -p
auto vmbr0
iface vmbr0 inet static
address 46.4.73.107
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
iface vmbr0 inet6 static
address 2a01:4f8:140:34a1::2
netmask 64
auto vmbr1
iface vmbr1 inet static
address 188.40.162.112
netmask 255.255.255.248
bridge_ports none
bridge_stp off
bridge_fd 0
Following are the setting i am applying to my LC
i.imgur.com/8Pe9qpC.png
But i cant access the internet
Can some one please help where my settings are wrong already spend 3 days searching for this