Old Laptop + Ubuntu

Ubuntu China ubuntu-user at ubuntu.org.cn
Fri Oct 28 01:54:36 UTC 2005


Here's mine:

 $ netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.0.0     *               255.255.255.0   U         0 0          0 ath0
default         192.168.0.1     0.0.0.0         UG        0 0          0 ath0

The only difference I see is mine is set as default. Try this:

ifconfig eth0 down
route del 192.168.1.1 eth0
route add -net 192.168.1.0 netmask 225.225.225.0 eth0
route add default gw 192.168.1.1 eth0
ifconfig eth0 192.168.1.48 netmask 255.255.255.0 broadcast 192.168.1.255 up


On 10/28/05, Conlan Kreher <eggmanx at gmail.com> wrote:
> $netstat -n
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface
> 192.168.1.0 <http://192.168.1.0> 0.0.0.0 <http://0.0.0.0>
> 255.255.255.0<http://255.255.255.0>U 0 0 0 eth0
> 0.0.0.0 <http://0.0.0.0> 192.168.1.1 <http://192.168.1.1>
> 0.0.0.0<http://0.0.0.0>UG 0 0 0 eth0
>
> On 10/27/05, rpowersau at gmail.com <rpowersau at gmail.com> wrote:
> >
> > What is localnet defined as?
> >
> >
> > On 10/28/05, Conlan Kreher <eggmanx at gmail.com> wrote:
> > > OK I rebooted and still no net, here's my netstat -r and my ifconfig is
> > the
> > > same
> > > $ netstat -r
> > > Kernel IP routing table
> > > Destination Gateway Genmask Flags MSS Window irtt Iface
> > > localnet * 255.255.255.0 <http://255.255.255.0> <http://255.255.255.0>
> U
> > 0 0 0 eth0
> > > default 192.168.1.1 <http://192.168.1.1> <http://192.168.1.1>
> 0.0.0.0<http://0.0.0.0><
> > http://0.0.0.0> UG 0 0 0
> > > eth0
> > >
> > >
> > >
> > >
> > > On 10/27/05, Kim Briggs <patiodragon at gmail.com> wrote:
> > > >
> > > >
> > > >
> > > > On 10/27/05, Conlan Kreher <eggmanx at gmail.com> wrote:
> > > > >
> > > > > OK I added 192.168.1.1 <http://192.168.1.1> <http://192.168.1.1>
> (my
> > router) as the gateway
> > > > > address but netstat -r still gives me the same output. :-/
> > > > >
> > > > > Often times you need to restart a service in order to get the conf
> > file
> > > > re-read. You didn't mention whether you did this or not....
> > > > --
> > > > http://kimbriggs.com
> > > > --
> > > > ubuntu-users mailing list
> > > > ubuntu-users at lists.ubuntu.com
> > > > http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Regards,
> > Russ
> >
> > --
> > ubuntu-users mailing list
> > ubuntu-users at lists.ubuntu.com
> > http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> >
>
>


--
Regards,
Russ

-- 
ubuntu-users mailing list
ubuntu-users at lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/ubuntu-users








More information about the ubuntu-users mailing list