network doens't work.

  • Thread starter Thread starter msan
  • Start date Start date
M

msan

Guest
Hallo.
I've installed proxmox ve 1.5 in a pc.
The installation is ok but now I can't connect with any machine in my lan.
The network card is ok, before installing proxmox I had the pc connected in my lan and the network were worked fine.
After installing proxmox here is my /etc/network/interfaces:


auto vmbr0
iface vmbr0 inet static
address 192.168.4.87
netmask 255.255.255.0
gateway 192.168.4.9
bridge_ports eth0
bridge_stp off
bridge_fd 0

I can't ping any host.
What' s the problem?
Thank you and sorry for my bad english.
 
No I can't ping my gateway.
Here ifconfig -a i can't paste all the output I hope this is enough:

eth0 inet6 addr............
lo inet 127.0.0.1
sit0 NOARP......
venet0
vmbr0 inet addr 192.168.4.87 broadcast 192.168.4.255
mask 255.255.255.0
 
Hi,
no thats not enough...
Try for test:
Code:
ifconfig vmbr0 down
ifconfig eth0 192.168.4.87 netmask 255.255.255.0 up
can you ping now?
look at /etc/udev/rules.d/70-persistent-net.rules
and
Code:
dmesg | grep eth

Udo
 
Yes, solved, ther problem was in /etc/udev/rules.d/70-persistent-net.rules there was a mapping to eth1 rather than eth0.
Proxmox doens't work with xen?