Posts
SMTP NAT with Sendmail
- Get link
- X
- Other Apps
This post is closely related to my previous one. Big difference is that in this case company we bought had Lotus Notes based email system that had to be kept running concurrently with new common email platform for several months. Well, actually it is still running to some extent over 4 years later but that's another story.
Reliable IP over multiple unrealiable IP links with Linux and Strongswan
- Get link
- X
- Other Apps
Layer 2 over Layer 3 using Linux built-in features
- Get link
- X
- Other Apps
Often it's not necessary to encrypt traffic when tunneling L2 network over L3 in corporate environment. I hear, you say use OpenVPN, tinc, gvpe, n2n etc. Now, did you know that there's easy built-in solution that has been part of Linux kernel since 2.6.29? If you need encryption just use IPsec to protect GRE traffic.