Results 11 to 11 of 11
if you are getting to your box to get the error then the school isn't blocking out bound 22 which is good.
You can check you logs in /var/log as ...
- 02-08-2005 #11
if you are getting to your box to get the error then the school isn't blocking out bound 22 which is good.
You can check you logs in /var/log as root
interesting ones are messages, secure and xferlog
command
same code works for secure and xferlogCode:tail -f messages # this Keeps the logs continuous ctl-c gets you out tail -100 messages #this gives you the last 100 messages and so forth
messages are system logs
secure is breakin and security logs # this is most likes where you will get your IP from your school
xferlog is a log of ftp transfers. This is where you for sure find out if you have been hacked if files moved and you haven't done it.
usually xferlog is empty.
Let me know if this helps or if you need more clarification.
MikeSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds


Reply With Quote