S
Siggib
Guest
Hi all,
just started to use proxmox ..or trying that is.
I am running into problems with virtual machines not getting DHCP from my vmbr0 interface.. dhcp works in the interface.. but not on the clients
SERVER:
[Proxmox1 Production] root@grbsr0112 [ /etc/network ]$ dhclient -v
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/vmbr0/f0:92:1c:0b:21:00
Sending on LPF/vmbr0/f0:92:1c:0b:21:00
Sending on Socket/fallback
DHCPREQUEST on vmbr0 to 255.255.255.255 port 67
DHCPACK from 10.8.3.254
RTNETLINK answers: File exists
Stopping NTP server: ntpd.
Starting NTP server: ntpd.
bound to 10.8.3.3 -- renewal in 330931 seconds.
config
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto vmbr0
iface vmbr0 inet static
address 10.8.3.112
netmask 255.255.255.0
gateway 10.8.3.254
bridge_ports eth0
bridge_stp on
bridge_fd 0
ON the clients I get
[root@test network-scripts]# dhclient
Internet Systems Consortium DHCP Client V3.0.5-RedHat
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/d6:8a:e9:99:71:33
Sending on LPF/eth0/d6:8a:e9:99:71:33
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 (xid=0x270aeed9)
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x270aeed9)
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21 (xid=0x270aeed9)
just hangs and no ip added to the machine?
Can someone point me in the right direction with this please?!
Best Regards
SIggi
just started to use proxmox ..or trying that is.
I am running into problems with virtual machines not getting DHCP from my vmbr0 interface.. dhcp works in the interface.. but not on the clients
SERVER:
[Proxmox1 Production] root@grbsr0112 [ /etc/network ]$ dhclient -v
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/vmbr0/f0:92:1c:0b:21:00
Sending on LPF/vmbr0/f0:92:1c:0b:21:00
Sending on Socket/fallback
DHCPREQUEST on vmbr0 to 255.255.255.255 port 67
DHCPACK from 10.8.3.254
RTNETLINK answers: File exists
Stopping NTP server: ntpd.
Starting NTP server: ntpd.
bound to 10.8.3.3 -- renewal in 330931 seconds.
config
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto vmbr0
iface vmbr0 inet static
address 10.8.3.112
netmask 255.255.255.0
gateway 10.8.3.254
bridge_ports eth0
bridge_stp on
bridge_fd 0
ON the clients I get
[root@test network-scripts]# dhclient
Internet Systems Consortium DHCP Client V3.0.5-RedHat
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/d6:8a:e9:99:71:33
Sending on LPF/eth0/d6:8a:e9:99:71:33
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 (xid=0x270aeed9)
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x270aeed9)
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21 (xid=0x270aeed9)
just hangs and no ip added to the machine?
Can someone point me in the right direction with this please?!
Best Regards
SIggi