It seems that trackerd is part of the nfs problems we have been having.
There was a rogue that I found running today and it was sending about 3Gb/hour and receiving about 800MB/hour with the server. Luckily most everyone has turned them off now, but it is a "feature" that I wish gnome hadn't included.
Tuesday, February 26, 2008
Thursday, February 14, 2008
Testing environment
-Create a guest account
-Configure iptables
Guest account is already enabled: "/etc/group" shows if guest account exists.
username: std
password: std
######################################
Game removal -- Games are in "/usr/games/"
######################################
iptables configuration:
# host -- Gives addresses
Testing rules can be done in terminal:
Put script in "/etc/init.d/"
After script creation: # update-rc.d multiuser
Script will run at startup from now on
###########################################
To do list: Create a script that allows an instructor to lock a lab computer by denying the specific localhost to communicate with itself...Maybe implement web-based interface? Webpage would show computers in lab and when instructor clicks on specified host SSH connects them to computer creates a temporary rule that drops local packets.
-Configure iptables
Guest account is already enabled: "/etc/group" shows if guest account exists.
username: std
password: std
######################################
Game removal -- Games are in "/usr/games/"
######################################
iptables configuration:
Testing rules can be done in terminal:
Ex. # iptables -A(add) -s(source) -p(protocol) -j
Put script in "/etc/init.d/"
After script creation: # update-rc.d
###########################################
To do list: Create a script that allows an instructor to lock a lab computer by denying the specific localhost to communicate with itself...Maybe implement web-based interface? Webpage would show computers in lab and when instructor clicks on specified host SSH connects them to computer creates a temporary rule that drops local packets.
Wednesday, February 13, 2008
nfs
Changed the number of nfs threads from the default of 8 to 40 in an attempt to resolve the problem that users are having logging into gnome.
Subscribe to:
Posts (Atom)