We are in the process of converting our network into a private IP network using the 10.0.0.0 range. We want an easy way to do this without having to convert the network all at once (around 600 computers total.)
I have never done this in linux before, but I can remember from my Cisco experience that you can configure subinterfaces to talk to 2 networks at the same time. So you have one physical interface that has 2 different IPs, and two different subnet masks so it can talk to two at once.
I do know that this is possible using linux, but I'm not sure how to do it. But since I will essiently have 2 networks that need to reach the internet at the same time, I have this requirement:
Network Address Translation needs to be working to route the 10.0.0.0 network.
The squidguard proxy needs to work on both interfaces, so that people from the old IP range as well as people from the new 10.0.0.0 range can use the proxy at the same time.
What do you think?