I use static. I'm using the gui interface for configuration and in the
past have tried to get DHCP to work so that is probably a remnant but
DHCP is not currently active on any of the interfaces. It's getting the
hostname infomation from the hostname section of the greyed out DHCP
information. I've manually removed that from the ifcfg-eth files and the
problem persists.
++ Kevin Kimmell + kevin_AT_dynamictrend.com + Dynamic Trend, Inc. ++
Alexander Dalloz wrote:
Am Mo, den 17.05.2004 schrieb Kevin Kimmell um 17:05:
Here are the ifcfg-eth files. And currently I have eth1 set to NOT be active
by default on reboot since that caused problems.
Following looks a bit curious. And you did not answer the question
whether you have 2 class C nets or just 2 IPs from class C nets.
eth0
----
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
ONBOOT=yes
USERCTL=no
PEERDNS=no
GATEWAY=12.168.88.254
TYPE=Ethernet
DHCP_HOSTNAME=dtweb02
IPADDR=12.168.88.12
DEVICE=eth0
HWADDR=00:0E:7F:30:52:53
BOOTPROTO=none
NETMASK=255.255.255.0
You use DHCP or static IP?
eth1
----
# Broadcom Corporation|NetXtreme BCM5704 Gigabit Ethernet
DEVICE=eth1
BOOTPROTO=none
HWADDR=00:0E:7F:30:52:52
ONBOOT=no
TYPE=Ethernet
DHCP_HOSTNAME=dtweb02
USERCTL=no
PEERDNS=no
NETMASK=255.255.255.0
IPADDR=204.117.218.12
GATEWAY=204.117.218.254
The same DHCP hostname?
Alexander