View Single Post
Old 02-13-2008   #3 (permalink)
AmunRa
Registered Member
 
AmunRa's Avatar
 
Join Date: Apr 2007
Location: Annapolis, MD
Posts: 73
Hey Streaker--

I meant to say "goes well." I actually cannot make it, as the Navy has me doing a few other things this coming weekend.

I also figured out my iptables problem, but thanks anyway.

Quote:
# Block Outgoing SSH connections to prevent connection bouncing
iptables -A OUTPUT -p tcp -m tcp --dport 22 -j DROP
should have read

Quote:
# Block Outgoing SSH connections to prevent connection bouncing
iptables -A FORWARD -p tcp -m tcp --dport 22 -j DROP
__________________
-AR
Please be offended by my post.
"Well, someone scraped the bottom of the gene pool when they made her."
"Don't you usually vacuum that kinda stuff up?"
AmunRa is offline   Reply With Quote