(E-Mail Removed) (hairy918) wrote in
news:(E-Mail Removed) om:
> I think your two nics have to be on different networks:
>
> eth0: 192.168.1.1/255.255.255.0
> eth1: 192.168.2.1/255.255.255.0
>
> Then set up appropriate routes and iptables rules.
This pretty much appears to be the concensus, and now that I've read all
of the comments, it certainly makes sense to me.
Now I just have to pick which choice for the new subnet means the least
reconfiguration of the other computers on the LAN. If I switch the
subnet for eth1, then the other computers on the LAN have to all get new
IP addresses, and all of the folder and print shares have to be reset.
If I switch the subnet for eth0, that means only the router and eth0 have
to be given new IP addresses, and the gateway has to be redefined. I
need to change the gateway IP addresses on the other computers anyway to
be redirected through the firewall system rather than through the router,
so there's no additional cost for that.
Sounds like switching the eth0 subnet is the best choice.
Thanks for the responses, everyone.