> This may not be exactly a Linux question, but I will ask anyway. My
> home network has a business cable modem thyat also doubles as a DHCP
> server. Note that my network has statis IPs for servers and a bunch of
> workstations with private 10.* addresses.
> I tried making my linux server be a DHCP server, but the cable modem
> seems to take precedence. The problem with addresses assigned by the
> sable modem is that they act as if they were outside my home network
> and do not reach my other NATTed workstations.
I must say I don't understand your setup. You seem to say that you have
a Linux PC acting as a NATing gateway, but the cable modem already acts as
a NATing gateway from what I can tell, so I'm really at a loss for why
you need your PC's NATing.
I.e. from what I understand you have the following setup:
10.X.X.X local NATed network
|
|
+-- laptops
|
internet --> modem -->--+ |
| |
| |
+-- PC gateway --+
| |
| |
+--- workstations
|
|
|
192.X.X.X second NATed network
[ here I presume that your PC's NAT uses 192.X.X.X, but the actual
range of addresses doesn't matter. ]
I'm not sure if the gateway has a 10.X.X.X address as well on the first
network (probably), and it seems that your 2 local networks (the
10.X.X.X and then 192.X.X.X) are actually physically shared, which is
asking for trouble.
Please tell us which part of the above is wrong,
Stefan
|