Diaries and Linux Routing.

I'm thinking about trying to blog more often. Try and update daily. We'll see how that works out. I do enjoy reading other people's diaries sometimes.

Spent most of yesterday learning about iptables, routing, and nat. Still can't print on computer behind the firewall from computer outside the firewall. This type of command should do it, but it doesn't.

/sbin/iptables -t nat -A PREROUTING \ -p tcp -i eth0 --dport 663 \ -j REDIRECT --to 192.168.1.11:663

Also went to class yesterday. Took good notes.