Displaying 6 results from an estimated 6 matches for "dhcpclass".
2012 Jun 25
3
CentOS 6 bridging problem.
...et"
HWADDR=00:25:22:0D:C2:2A
DOMAIN=domain.eu
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
BRIDGE=vmbr0
cat ifcfg-eth0.20
DEVICE=eth0.20
BOOTPROTO=none
ONBOOT=yes
VLAN=yes
BRIDGE=vmbr20
cat ifcfg-vmbr20
DEVICE=vmbr20
BOOTPROTO=none
DHCPCLASS=
IPADDR=10.20.0.108
NETMASK=255.255.0.0
ONBOOT=yes
TYPE=Bridge
cat ifcfg-vmbr0
DEVICE=vmbr0
BOOTPROTO=none
DHCPCLASS=
IPADDR=195.218.152.219
NETMASK=255.255.255.0
ONBOOT=yes
TYPE=Bridge
cat ifcfg-vmbr0:1
DEVICE=vmbr0:1
BOOTPROTO=none
IPADDR=192.168.2.203
NETMASK=255.255.255.0
ONBOOT=yes
cat ifcf...
2008 Aug 16
0
kickstart and 5.2 x86_64 giving errors.
...kstart file at the end.
Do I have something incomaptible in the file?
jerry
--------------------------------------
Traceback (most recent call first):
  File "/usr/lib/anaconda/network.py", line 341, in lookupHostname
    ret = isys.pumpNetDevice(dev.get('device'), dev.get('dhcpclass'))
  File "/usr/lib/anaconda/network.py", line 531, in write
    ip = self.lookupHostname()
  File "/tmp/treedir.1828/instimage/usr/lib/anaconda/yuminstall.py", 
line 1401, in doPreInstall
    anaconda.id.network.write(anaconda.rootPath)
  File "/tmp/treedir.1828/instim...
2007 Aug 23
3
Using Puppet to swap eth0 and eth1
...g.erb":
	DEVICE=<%= name %>
	HWADDR=<%= hwaddr %>
	ONBOOT=<%= onboot %>
	BOOTPROTO=<%= bootproto %><% if bootproto.eql?("static") %>
	IPADDR=<%= ipaddr %>
	NETMASK=<%= netmask %><% elsif bootproto.eql?("dhcp") %>
	PEERDNS=no
	DHCPCLASS=<% end %>
I provide the appropriate MAC addresses for a node by specifying them
in the node file:
	node somehost inherits xenserver {
		network-interface { eth0:
			onboot => "yes",
			bootproto => "static",
			ipaddr => "123.45.67.89",
			hwaddr =>...
2008 Aug 21
0
kickstart error on 5.2 exception
...ems to be related to network, my line seems fine (I think) for network.
Thanks,
Jerry
-----------------------------
Traceback (most recent call first):
  File "/usr/lib/anaconda/network.py", line 341, in lookupHostname
    ret = isys.pumpNetDevice(dev.get('device'), dev.get('dhcpclass'))
  File "/usr/lib/anaconda/network.py", line 531, in write
    ip = self.lookupHostname()
  File "/tmp/treedir.1828/instimage/usr/lib/anaconda/yuminstall.py", line 1401, in doPreInstall
    anaconda.id.network.write(anaconda.rootPath)
  File "/tmp/treedir.1828/instima...
2009 Dec 18
3
xen "set encode" (8b2a) problem
Hi my friends,
I am running into a problem with my NIC.
[root@xxxx ~]# ifup eth0
Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth0 ; No such device.
SIOCGIFFLAGS: No such device
Failed to bring up eth0.
eth0 is not a wireless device. Below are some information about my host:
[root@xxxx ~]# lspci |grep -i ether
00:04.0 Ethernet controller: Intel Corporation
2009 Apr 26
18
network-bridge breaks networking when eth0:1 is added
I added a virtual interface eth0:1 on one of my machines and suddenly 
networking breaks on startup of the system (eth0 is gone) when xend starts 
and runs the network-bridge script. This is supposed to be fixed according 
to: https://bugzilla.redhat.com/show_bug.cgi
I checked and the network-bridge script contains this fix. It works fine 
on one of my PCs when eth0:1 is added, but not on this