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

Posted in General | Tagged , | Comments Off

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.

Posted in General | Tagged , | Comments Off

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

Posted in General | Tagged , | Comments Off

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

Posted in General | Tagged , | Comments Off