--- Thomas Buntrock <[EMAIL PROTECTED]> wrote: > On Thu, Sep 25, 2003 at 09:33:49PM +0300, Kasper R�nning wrote: > > > > # route (I took out the Ref and Use columns, all were 0) > > Kernel IP routing table > > Destination Gateway Genmask Flags Metric Iface > > 130.233.16.0 * 255.255.240.0 U 0 eth0 > > default trinet-gw.tky.h 0.0.0.0 UG 1 eth0 > > > > # cat /etc/conf.d/net (Comments removed) > > > > iface_eth0="130.233.30.18 broadcast 130.233.31.255 netmask 255.255.240.0" > > gateway="eth0/130.233.31.254" > > 130.223.31.254 == trinet-gw.tky.h? > > if I read this correcly your machine is in the subnet 130.233.30.0/24, > while your gw is in 130.233.31.0/24 > > you gw MUST be in the same subnet. > > try ping your gw. I think it should fail.
Hmmm. Well the subnet mask isn't a /24. But you probably just typo'ed that. IP Address of 130.223.30.18 with a 255.255.240.0 subnet mask and a broadcast or 130.223.31.255. If this isn't subnetted out then you would have: 130.223.16.1-130.223.31.254 total avaible hosts if this is a single subnet. The network address is 130.223.16.0>>>unusable The broadcast would be 130.223.31.255>>>unusable The subnet mask would be 255.255.240.0 or /20 So your default gateway appears to fall within the same subnet.. (looks good so far but were only seeing half the story. What about the same info off of 130.223.31.254??)...using the very last usable ip address. So I would have to venture to say that you will need to compair your settings: Specifically the subnet mask that your using wich again is (shorthand) /20 or (longhand) 255.255.240.0 and make sure that the machine that is acting as the default gateway have the same subnet mask. If you don't have the same subnet mask as the default gateway then just go in and change it on the .18 pc. Can 130.223.31.254 ping 130.223.30.18? JBanks __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- [EMAIL PROTECTED] mailing list
