Skip to Content.
Sympa Menu

baslinux - Re: [BL] ADSL setup

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] ADSL setup
  • Date: Sun, 30 Jul 2006 19:30:18 +1200

Ron Clarke wrote:
>
> And ping worked this time.

OK, you have a connection to the router.

> route:
> Kernal IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface
> 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0

No default route. You need to do:
--------------------------------
route add default gw 192.168.1.1
--------------------------------
Then execute: route


> I also noticed that the executable file /etc/rc.d/rc.inet1 is of
> yesterdays date and of zero bytes.

It probably should look something like this:
---------------------------------------------
#! /bin/sh
PATH=/bin:/sbin:/bin/busybox
hostname `cat /etc/HOSTNAME | cut -f1 -d .`

ifconfig lo 127.0.0.1
route add -net 127.0.0.0 netmask 255.0.0.0 lo

ifconfig eth0 192.168.1.13
route add default gw 192.168.1.1
---------------------------------------------

> I am just about tearing my hair out.

Don't worry, you are almost there. Pinging the
router is the most difficult part.

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page