Gary Smith wrote:
> I have been using the 10.0.0.0 block with a subnet of 255.255.0.0. This
> weekend I changed my subnet to 255.255.255.0 and found that I have problems
> connecting with telnet. I also use ip masquerade on this machine to put the
> lan onto the internet using ppp. Ppp works fine but I have found that when
> I am not connected to the internet with ppp my local machines cannot connect
> using telnet. But as soon as I connect to the internet with ppp all machine
> instantly have access to telnet.
> Here is what I think is wrong. Even though I changed the subnet mask it is
> still broadcasting with the 255.255.0.0 subnet. HOW OR WHERE do I change
> this broadcast?
>
> eth0 Link encap:Ethernet HWaddr 00:A0:4B:03:35:83
> inet addr:10.0.0.1 Bcast:10.0.255.255 Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:22231 errors:0 dropped:0 overruns:0
> TX packets:19982 errors:24 dropped:0 overruns:0
> Interrupt:10 Base address:0xff80
By using
ifconfig eth0 10.0.0.1 netmask 255.255.255.0 broadcast 10.0.0.255
This is normally performed in your init scripts. The exact details
depend upon which distribution you are using.
However, I'm not sure that this is the reason for your problem. Using
telnet shouldn't involve any broadcast traffic.
--
Glynn Clements <[EMAIL PROTECTED]>