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:

Ex. # iptables -A(add) -s(source) -p(protocol) -j

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.




No comments: