-
Archives
- July 2011
- December 2010
- June 2009
- January 2009
- December 2008
- November 2008
- October 2008
- July 2008
- June 2008
- April 2008
- March 2008
- February 2008
- December 2007
- April 2007
- February 2007
- January 2007
- May 2006
- January 2006
- October 2005
- August 2005
- June 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- July 2003
- May 2003
- April 2003
- March 2003
- February 2003
- January 2003
- December 2002
- November 2002
- September 2002
- August 2002
- July 2002
- June 2002
-
Meta
Tag Archives: restek
Fake DNS
So to properly do the fake DNS with selective forwarding requires 3 nameservers. That is going to be a pain to pull off with the limited number of servers we have. DNS servers only work on one port, UDP 53. … Continue reading
OMG FIRED
demaram, joseph, and rock just got fired. I’m not sure why rock had his account for so long. He should be pretty set with his gmail account.
Monday
We now have a working SMTP server for staff to use. The server will securely authenticate users to insure they are a staff member. See the wiki page EmailAccount for details on configuring your mail client. There is a kink … Continue reading
Bridging Firewall
We now have a bridging firewall setup in the office. The bridging is pretty easy. I’m using a patch from ebtables to the 2.4.25 kernel. Blocking an IP is easy: ebtables -A FORWARD -p 0800 –ip-src 140.160.214.86 -j DROP It … Continue reading