
22
Set Client LAN IP Address
1. Log in RHEL5.
2. Check your LAN hardware device, eth0 and eth1 would show in list.
#ifconfig –a
3. Set LAN IP address.
#ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up
4. Check if IP is set on eth0, IP and mask will be set and enabled.
#ifconfig