#allow udp connections from lyman and draco for afs ipchains -A input -j ACCEPT -i eth0 -s 198.35.4.70 --dport 1024:65535 -p udp ipchains -A input -j ACCEPT -i eth0 -s 192.55.106.95 --dport 1024:65535 -p udpIf you are interested in using AFS resources in other cells (nersc.gov, etc) then you'll need to allow the same access from their AFS cell servers (check
/usr/vice/etc/CellServerDB
for a list of
cells and their servers).
service afs start
, and
add it to boot time scripts with chkconfig --add afs
.