Connection not working [Hetzner]

rodzevicius

New Member
Nov 6, 2018
5
0
1
34
I have a dedicated server from Hetzner with proxmox 4, my main server Ip is 46.4.90.241 and I have an additional ip (46.4.90.232) I want to use this additional ip on a windows VM, use this ip to connect to my windows VM through RDP etc

My network device configuration is e1000=00:50:56:00:52:A4,bridge=vmbr0 (I tried using VirtIO but i have the same problem)

My /etc/network/interfaces config:

Code:
auto lo
iface lo inet loopback

iface lo inet6 loopback

auto eth0
iface eth0 inet static
        address  46.4.90.241
        netmask  255.255.255.224
        gateway  46.4.90.225
        up route add -net 46.4.90.232  netmask 255.255.255.224 gw 46.4.90.225 eth0
        up route add -net 46.4.90.224 netmask 255.255.255.224 gw 46.4.90.225 dev eth0
# route 46.4.90.224/27 via 46.4.90.225

iface eth0 inet6 static
        address  2a01:4f8:140:73dd::2
        netmask  64
        gateway  fe80::1
        up ip route add 2a01:4f8:140:73dd::3/64 dev eth0

auto vmbr0
iface vmbr0 inet static
        address 46.4.90.241
        netmask 255.255.255.224
        bridge_ports none
        bridge_stp off
        bridge_fd 0
        up ip route add 46.4.90.232/32 dev vmbr0
 
Last edited:
Hi,

you need to define your additional IP address to vmbr0 interface.

You need to try this:

Code:
iface vmbr0 inet static
       address 46.4.90.232
       netmask here_input_subnet_mask
       bridge_ports none
       bridge_stp off
       bridge_fd 0
 
Hi,

you need to define your additional IP address to vmbr0 interface.

You need to try this:

Code:
iface vmbr0 inet static
       address 46.4.90.232
       netmask here_input_subnet_mask
       bridge_ports none
       bridge_stp off
       bridge_fd 0
Still not working,I uploaded a screenshot here imgur[.]com/a/x9Ou0Qy

I edited what you said
Code:
auto lo
iface lo inet loopback

iface lo inet6 loopback

auto eth0
iface eth0 inet static
        address  46.4.90.241
        netmask  255.255.255.224
        gateway  46.4.90.225
        up route add -net 46.4.90.232  netmask 255.255.255.224 gw 46.4.90.225 eth0
        up route add -net 46.4.90.224 netmask 255.255.255.224 gw 46.4.90.225 dev eth0
# route 46.4.90.224/27 via 46.4.90.225

iface eth0 inet6 static
        address  2a01:4f8:140:73dd::2
        netmask  64
        gateway  fe80::1
        up ip route add 2a01:4f8:140:73dd::3/64 dev eth0

auto vmbr0
iface vmbr0 inet static
       address 46.4.90.232
       netmask 255.255.255.224
       bridge_ports none
       bridge_stp off
       bridge_fd 0
 
I forget to ask you, did you add this addition IP to interface ?

You have manual on Hetzner site, You need to add first additional address to primary interface.

On PM I will send you link.
 
I forget to ask you, did you add this addition IP to interface ?

You have manual on Hetzner site, You need to add first additional address to primary interface.

On PM I will send you link.
Could you send me the code? This is very difficult
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!