-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.
No comments:
Post a Comment