unable to resolve networking issue

andrew_s

New Member
Dec 18, 2021
2
0
1
52
I built a test environment on some old HP kit, it was flawless

Now running Promax on a Moonshot cartridge

configured networking at install, chose interface 0 - installation completes ., but no networking

run through many of the posts here to try and resolve - here is where I am now - ideally this should communicate on vlan 63

the switches are presenting all vlans to the interfaces

still no joy - I must be missing something very obvious

auto lo
iface lo inet loopback

iface eno1np0 inet manual

auto vmbro inet manual
bridge-ports eno1np0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094

auto vmbr0.63
iface vmbr0.63 inet static
address 172.16.74.102/24
gateway 172.16.74.254
 
auto lo
iface lo inet loopback

iface eno1np0 inet manual

auto vmbro inet manual
bridge-ports eno1np0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094

auto vmbr0.63
iface vmbr0.63 inet static
address 172.16.74.102/24
gateway 172.16.74.254
Except for the "auto vmbro inet manual" that should be ...
Code:
auto vmbr0
iface vmbr0 inet manual
...it looks fine.
 
Last edited:
thank you - that was just a typo in the post , rather then an error in the config file (I am very dyslexic so have to check very carefully) - you have confirmed my suspicions that it can't be this hard, I have been going in loops for days- I think i may just pop on a standard linux build and see if I can get the networking stood up on that - could it be networking drivers - they appear fine in the gui install phase so seems unlikely, thank you.
 

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!