Wondering if anyone can help me with this. I can access my proxmox instance and upload ISO's etc, however I just want to connect my vm's to the internet.
I am renting a server from hetzner and have two IPs from them.
From the documentation I have seen I am wanting to set up a bridged network
I have followed the above guide and just like that user I am being locked out as soon as I switch it up
Once i set up vmbr0 and attach the IP to that rather than the physical device I am locked out and have to disable it in rescue mode.
Over all my plan is to just connect the machines to the internet.
Edit : Im not sure if I even need a 2nd ip as apparently its possible with 1, but I have it just incase.
I am a rookie at this but i feel like ive exhausted my options and require expert help
I am renting a server from hetzner and have two IPs from them.
From the documentation I have seen I am wanting to set up a bridged network
Hello,
I can't figure out how to setup a bridged config on hetzner. I followed there tutorial and have an /etc/network/interfaces below
When...
I can't figure out how to setup a bridged config on hetzner. I followed there tutorial and have an /etc/network/interfaces below
Code:
auto lo
iface lo inet loopback
auto enp35s0
iface enp35s0 inet static
address 65.108.xxx.xxx
netmask 255.255.255.255
pointopoint 65.108.xxx.yyy
gateway 65.108.xxx.yyy
auto vmbr0
iface vmbr0 inet static
address 65.108.xxx.xxx
hwaddress 00:50:56:00:28:BF
netmask 255.255.255.255
pointopoint 65.108.xxx.yyy
gateway 65.108.xxx.yyy
bridge_ports enp35s0
bridge_stp off
bridge_fd 1
When...
- tompinn23
- hetzner hetzner bridge
- Replies: 3
- Forum: Proxmox VE: Networking and Firewall
I have followed the above guide and just like that user I am being locked out as soon as I switch it up
Once i set up vmbr0 and attach the IP to that rather than the physical device I am locked out and have to disable it in rescue mode.
Over all my plan is to just connect the machines to the internet.
Edit : Im not sure if I even need a 2nd ip as apparently its possible with 1, but I have it just incase.
I am a rookie at this but i feel like ive exhausted my options and require expert help
Last edited: