Send As SMS

Thursday, June 01, 2006

King's Dominion 2006

Joanna, Marshall and I went to King's Dominion this past Sunday. We waited in line for an hour to ride the new "Italian Job Turbo Coaster." The little automatic doors on those Mini Coopers were so cool. Then we went on the Anaconda and the Volcano. For lunch we had Angus Burgers, fries and drinks at the Tomb Raider Grill. Pretty darn good, I'll say. We rode the Rebel Yell both forward and backwards. Joanna and I rode The Grizzly which was very "grizzly." Marshall and I rode the Avalanche. For snack we had Soft Frozen Lemonade and later, Dippin Dots. The Scooby Doo Ghoster Coaster is toooo small for me. Or maybe, I'm too big for it. I must remember not to try that again. Joanna drive me around the Blue Ridge Tollway (Antique Cars) while Marshall rode the Flying Eagles. We explored the Treasure Cave and the Scooby-Doo Haunted Mansion in Kidzville. By the way, white shirts don't necessarily look white under a black light. Then we helped rescue Elroy Jetson from the evil clutches of Dick Dastardly.
We left the park around 7:30pm. On the way home, we had supper at Friendly's in Richmond. We had Burgers, fries and drinks again. Made theme park prices seem pretty reasonable. Each place was right at thirty dollars. We arrived home at 11:15pm. Overall, a really good day.

Tuesday, May 16, 2006

iptables.script

# (6) POSTROUTING chain rules
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

# (7) PREROUTING chain rules
iptables -t nat -A PREROUTING -p tcp -d 127.0.0.1 --dport 80 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp -d 192.168.1.2 --dport 80 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp -i eth1 --dport 80 -j REDIRECT --to-port 8080


Monday, May 15, 2006

001 Broken pipe

Enable the /var/log/vsftpd.log file:
In /etc/vsftpd.conf change xferlog_std_format=YES to NO and add log_ftp_protocol=YES.

If after attempting to Publish, the last line in the log says 227 Entering Passive Mode, then passive mode has failed.

To allow passive FTP connections the following modules must be loaded:
modprobe ip_conntrack
modprobe ip_conntrack_ftp
modprobe ip_nat_ftp

Sunday, May 14, 2006

Hello World!

Hello World!