Re: Network addressing

1999-07-27 Thread Tom Brown
To: <[EMAIL PROTECTED]> Cc: Sent: Monday, July 26, 1999 1:06 PM Subject: RE: Network addressing > > > > >From: "Mike Lieberman" <[EMAIL PROTECTED]> > >Date: Mon, 26 Jul 1999 10:03:30 -0600 > > > > >Neither plan is good. Please remember that cable

Re: Network addressing

1999-07-26 Thread John Hasler
Kaa writes: > So, my question is: can I simply set the netmask to 255.0.0.0 on both of > them and put appropriate entries into the /etc/hosts file? Is this likely > to break anything? There may be hosts you need to reach that are on network 24 but on a subnet reachable only via the gateways. How

Re: Network addressing

1999-07-26 Thread Mark Buda
> "Kaa" == \[ Kaa \] writes: Kaa>route add -net 24.5.xx.yy -netmask 255.255.255.0 eth0 Kaa> did NOT work ('route' complained about inconsistency) You used the host address (24.5.xx.yy) instead of the network address (24.5.xx.0). The route to use for a packet is determined by

Re: Network addressing

1999-07-26 Thread Carl Mummert
>> route add -host 24.5.xx.yy eth0 >> route add -net 24.5.xx.yy -netmask 255.255.255.255 eth0 > route add -net 24.5.xx.yy -netmask 255.255.255.0 eth0 >did NOT work ('route' complained about inconsistency) You used FF00 as the netmask; this implies a 255-host subnet. You do not want

RE: Network addressing

1999-07-26 Thread \[ Kaa \]
From: "Mike Lieberman" <[EMAIL PROTECTED]> Date: Mon, 26 Jul 1999 10:03:30 -0600 Neither plan is good. Please remember that cable modems are broadcast networks. Your ISP, @Home, uses that Class A as subnetted Class C's for good reason. If @Home is unwilling to assign you two addresses i

Re: Network addressing

1999-07-26 Thread \[ Kaa \]
From: Carl Mummert <[EMAIL PROTECTED]> Date: Mon, 26 Jul 1999 11:51:58 -0400 I would try using 'route' to add a route to just add a route to the local computers on the local interface; try route add -host 24.5.xx.yy eth0 on one machine (with the other machine's IP address) or route add -

Re: Network addressing

1999-07-26 Thread Mark Buda
> "Mike" == Mike Lieberman <[EMAIL PROTECTED]> writes: Mike> Neither plan is good. Please remember that cable modems are Mike> broadcast networks. Your ISP, @Home, uses that Class A as Mike> subnetted Class C's for good reason. If @Home is unwilling Mike> to assign you two add

Re: Network addressing

1999-07-26 Thread Mark Buda
> "Kaa" == \[ Kaa \] writes: Kaa> I have two machines [...] One is 24.6.xxx.xxx, and the Kaa> other is 24.5.xxx.xxx. [...] However the ISP says that the Kaa> netmask for these addresses should be 255.255.255.0 [...] Kaa> So [...] can I simply set the netmask to 255.0.0.0 K

Re: Network addressing

1999-07-26 Thread \[ Kaa \]
From: Mark Buda <[EMAIL PROTECTED]> Date: 26 Jul 1999 11:35:29 -0400 > "Kaa" == [ Kaa ] writes: Kaa> I have two machines plugged into a cable modem. Both have IP Kaa> addresses provided by the ISP. One is 24.6.xxx.xxx, and the Kaa> other is 24.5.xxx.xxx. [...] However the ISP sa

Re: Network addressing

1999-07-26 Thread Stephen Pitts
> So, my question is: can I simply set the netmask to 255.0.0.0 on both of > them and put appropriate entries into the /etc/hosts file? Is this likely to > break anything? Alternatively, can I use arp to specify the Ethernet address > - IP address correspondence, or something will get confused?

RE: Network addressing

1999-07-26 Thread Mike Lieberman
Kaa wrote: > > > I have two machines plugged into a cable modem. Both have IP > addresses > provided by the ISP. One is 24.6.xxx.xxx, and the other is > 24.5.xxx.xxx. > Theoretically that's all fine 'cause 24. is an A class > network. However the > ISP says that the netmask for these addresses shou

Re: Network addressing

1999-07-26 Thread Carl Mummert
I am reasonably sure that it will NOT work to change the netmask; if the netmask is wrong, then some things that need directed to the gateway/router will not be, and stuff will break. I would try using 'route' to add a route to just add a route to the local computers on the local interface; try

Re: Network addressing

1999-07-26 Thread Mark Buda
> "Kaa" == \[ Kaa \] writes: Kaa> I have two machines plugged into a cable modem. Both have IP Kaa> addresses provided by the ISP. One is 24.6.xxx.xxx, and the Kaa> other is 24.5.xxx.xxx. [...] However the ISP says that the Kaa> netmask for these addresses should be 255.255.25

Network addressing

1999-07-26 Thread \[ Kaa \]
I have two machines plugged into a cable modem. Both have IP addresses provided by the ISP. One is 24.6.xxx.xxx, and the other is 24.5.xxx.xxx. Theoretically that's all fine 'cause 24. is an A class network. However the ISP says that the netmask for these addresses should be 255.255.255.0, that