[SOLVED] Proxmox Network does not work for Linux, but Windows

lucienn3

Active Member
Jan 11, 2019
2
0
41
28
Hello,

I currently have some server at Hetzner with one single IP and a Subnet. I am trying to make one CT available from the outside. When I try to make a Windows 10 VM available it works without any problem, however, if I try the Linux container it does not want to work. Here are the settings:

HOST:
Code:
root@bravo ~ # cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

iface lo inet6 loopback

auto eno1
iface eno1 inet static
        address  X.X.140.81
        netmask  255.255.255.224
        gateway  X.X.140.65
        up route add -net X.X.140.64 netmask 255.255.255.224 gw X.X.140.65 dev eno1
# route X.X.140.64/27 via X.X.140.65

iface eno1 inet6 static
        address  XXXX
        netmask  64
        gateway  fe80::1

auto vmbr0
iface vmbr0 inet static
        address  X.X.201.176
        netmask  255.255.255.240
        bridge-ports none
        bridge-stp off
        bridge-fd 0

CT:
2019-01-11 16_17_01-VNC Command Terminal - noVNC.png

I would appreciate the help.

Best Regards
Lucienn3
 
I fixed it by using X.X.201.190 for the Proxmox server and then use X.X.201.177 for the CT.