Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Configuring DHCP in RHEL4
Name: raji10k Date: December 30, 2008 at 20:00:59 Pacific OS: win 2003 CPU/Ram: 2gb Product: Intel / DG33
Comment:
Hai Frndz
I would like to configure DHCP in my REDHAT EL 4,I have 40 computers in my network, can any one please help me to configure the server.
Name: unixmen Date: January 6, 2009 at 09:29:14 Pacific
Reply:
cat /etc/sysconfig/network-scripts/ifcfg-eth0 OUTPUT for static IP (example) # # File: ifcfg-eth0 # DEVICE=eth0 IPADDR=192.168.1.100 NETMASK=255.255.255.0 BOOTPROTO=static ONBOOT=yes # # The following settings are optional # BROADCAST=192.168.1.255 NETWORK=192.168.1.0
edit the file with nano or vi nano /etc/sysconfig/network-scripts/ifcfg-eth0 # Intel Corporation 82557/8/9 [Ethernet Pro 100] DEVICE=eth0 BOOTPROTO=dhcp HWADDR=00:D0:B7:08:09:BB (your Mac adress) ONBOOT=yes
Summary: having some trouble finding a config tool for DHCP in SuSE 8.2 - i had configured DHCP to share the internet connection via Mandrake 9.1 - but when i moved to SuSE 8.2 - i cannot find a config tool. ...
Summary: I recently bought a Netgear fa311 ethernet card and attempted to configure it in linux (I am using linux-mandrake 7.1 with kernel 2.2.15). I have tried several drivers, including fa311.c and natsemi....