Not sure if this should go here or under Networking and Firewall, but this issue is just after installing Proxmox.
I have a server that had 4 internal network ports (eth0, eth1, eth2, and eth3). For some reason, the switch this is connected to does not like the hardware and the ports on the switch get disabled. So I had to add another NIC to the server, which does not create the port flap.
Anyway, I need to change the default management NIC port to eth4, which I have done under /etc/network/interfaces. This is what my interface looks like:
auto lo
iface lo inet loopback
iface eth4 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.57.23
netmask 255.255.255.128
gatway 192.168.57.1
bridge_ports eth4
bridge_stp off
bridge_fd 0
First, don't let the IP throw you off with the netmask, I just substituted our internal IP for 192.168. After restarting the server and everything, I cannot ping the gateway.
Is there anything else that really needs to change? I had to do this on a regular CentOS box and it seemed to work fine. Just not with Proxmox.
Thank you.
I have a server that had 4 internal network ports (eth0, eth1, eth2, and eth3). For some reason, the switch this is connected to does not like the hardware and the ports on the switch get disabled. So I had to add another NIC to the server, which does not create the port flap.
Anyway, I need to change the default management NIC port to eth4, which I have done under /etc/network/interfaces. This is what my interface looks like:
auto lo
iface lo inet loopback
iface eth4 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.57.23
netmask 255.255.255.128
gatway 192.168.57.1
bridge_ports eth4
bridge_stp off
bridge_fd 0
First, don't let the IP throw you off with the netmask, I just substituted our internal IP for 192.168. After restarting the server and everything, I cannot ping the gateway.
Is there anything else that really needs to change? I had to do this on a regular CentOS box and it seemed to work fine. Just not with Proxmox.
Thank you.