Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170688

use of /etc/init.d/networking retart - Now Guests have no network access

$
0
0
Hello,

I foolishly issued the command /etc/init.d/networking restart on my Proxmox server and now all my Guests have no network access. All Guests are using vmbr0 (connected to eth0). I can still access my webpage (which is the IP in vmbr0). I was working on setting up vmbr1, vmbr2 and vmbr4 when I thought I could restart my network interfaces with the networking restart command.

I know I could restart my Server, but before I do I'm backing up my guests first (just to be safe). So as I sit here waiting for my guests to backup and copy off my server I'm wondering...why would issuing this command make all my Guest loose their network access? And by issuing this command have I done something seriously wrong to my Proxmox server whereupon a restart will not fix it?

Is there a way to fix this without a restart?

In case it helps...here is the contents of my interfaces file:

Code:

# network interface settings
auto lo
iface lo inet loopback


iface eth0 inet manual


iface eth1 inet manual


iface eth2 inet manual


iface eth3 inet manual


auto vmbr0
iface vmbr0 inet static
        address  192.168.10.9
        netmask  255.255.255.0
        gateway  192.168.10.1
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0


auto vmbr4
iface vmbr4 inet manual
        bridge_ports eth3
        bridge_stp off
        bridge_fd 0


auto vmbr1
iface vmbr1 inet manual
        bridge_ports eth1
        bridge_stp off
        bridge_fd 0


auto vmbr2
iface vmbr2 inet manual
        bridge_ports eth2
        bridge_stp off
        bridge_fd 0


Viewing all articles
Browse latest Browse all 170688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>