Please be more specific on what is the problem? For @home, it's pretty simple, go thrue the list below:
1) /etc/resolve.conf
nameserver dns ip address
nameserver secondary dns ip paddress
2) /etc/nsswitch.conf
hosts: dns files
3) make sure your hostname is the one @home provided
4)/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
BOOTPROTO="none"
IPADDR="192.168.0.1" <----------- This is your ip address
NETMASK="255.255.255.128" <----- and subnet mask
ONBOOT="yes"
5) linuxconfig will do all of this for you!!
If it still does not work, give us details.
Tony