vi /etc/pump.cfg
delete nodns
configure network
netcfg
/etc/init.d/network restart
netscape
http://208.54.1.1./cgi-bin/login.sh
october
conference
ping www.yahoo.com
Download the pacakge
RedHat Package Download Site
http://www.redhat.com/apps/download/
cipe package,
ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/RedHat/RPMS/cipe-1.4.5-5.i386.rpm
install the package
rpm -ihv cipe-1.4.5-5.i386.rpm
Get configfile
Modify Config File
Turn on forwarding
echo 1 > /proc/sys/net/ipv4/ip_forward
Modify Routes
Can be done in the /etc/cipe/ip-up script
On your workstation
route add -net 10.1.1.0 gw xx.xx.xx.xx netmask 255.255.255.0
chains.
allow in
ipchains -I input -s 208.54.1.236/255.255.255.255 -d 10.1.1.0/255.255.255.0 -j ACCEPT
allow out
ipchains -I output -d 208.54.1.236/255.255.255.255 -s 10.1.1.0/255.255.255.0 -j ACCEPT
allow forward
ipchains -I forward -b -d 208.54.1.236/255.255.255.255 -s 10.1.1.0/255.255.255.0 -j ACCEPT
telnet 10.1.1.210
login: student
Password: ibm
cat /proc/cpuinfo