Re: [SLUG] Router

From: Dean Shepherd (deanthecrabman@yahoo.com)
Date: Mon Oct 11 2004 - 19:38:05 EDT


I got the ethernet device activated by putting in 192.168.123.10 for address, 192.168.123.20 for subnet, and 192.168.123.254 for gateway. I can ping 192.168.123.254. However, the light on the router still doesn't light up. I tried configuring a DSL connection, setting it up for DHCP, but couldn't get it to activate. The connection failed. "system-config-network" gave up this:
/sbin/adsl-start: line 217: 4723 terminated
$ CONNECT "$@">/dev/null 2>&1
It doesn't seem to be picking up the router. Is there a Linux driver that needs to be installed for this(USR 8054 wireless router)? Thanks again for your help, mucho appreciated!!

Eben King <eben1@tampabay.rr.com> wrote:
On Sun, 10 Oct 2004, Dean Shepherd wrote:

> Dean Shepherd wrote:
>
> > Being the NOOB that I am, I am having trouble setting up my DSL. I
> > have a USRobotics wireless router, but the system is wired in via
> > ethernet card. I can't seem to get the NIC configured so that it
> > picks up. Any help would be appreciated

> I am using Fedora 2, when I set up DHCP as instructed by verizon, it
> doesn't give me the option to put in a gateway IP. If I set to DHCP,
> and ping 192.168.123.254, I get "network is unreachable". If I set it
> to static IP, it requires an IP address in addition to a gateway.
> Since IP address is dynamic, I don't know what to put for it.
> "ifconfig" in root gives the following:

> etho Link:encap Ethernet HWaddr: 00:50:2C:07:DA:3F
> inet6addr: fe80::250:2cff:fe07:da3f/64
> UPBROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> Rx Packets: 0 errors: 0 dropped: 0 overruns: 0 frame: 0
> Tx Pacets: 13 errors: 0 dropped: 0 overruns: 0 carrier: 0 collisions : 0 txquelen
> Rx bytes:0 Tx Bytes:0
> Interrupt: 225 Base address:0xb400
>
> lo Lincencap: Lower loopback
> inet addr: 1237.0.0.1 Mask 255.0.0.0
> inet6 addr: ::1/128 Scope: Host
> UPLOOPBACK RUNNING MTU:16436 Metric:1
> Rx Packets 2299: errors: 0 dropped: 0 overruns: 0 frame:0
> Tx packets 2299: errors:0 dropped:0 overruns: 0 carrier: 0 collisions: 0 txqueuelen: 0 Rx bytes: 2299609(28Mb) Tx bytes 2991609 (2.8Mb)
>
> Hope this helps, forgive any typos. Thanks for the response!!

(why not copy+paste?)

But if it's set up as I think it is:

( internet )
|
[DSL/cable modem]
|
[USR router]
|
[Fedora machine]

then set the Fedora machine to a static address (IP address=192.168.123.x,
gateway=192.168.123.254) until you get the router configured. Make sure
the router runs a DHCP client on its WAN side (so it gets an IP address
from Verizon) and a DHCP server on its LAN side (so you get an IP addres
from it). Actually, any machine on your LAN can run a DHCP server (or
you can use static addresses on all the machines), but that's the easiest.

Once you get the router fixed up, you can use DHCP. Most likely, it will
take whatever address Verizon assigns to it for its WAN side, and its LAN
side will be in the 192.168.123.0/24 subnet, and it'll use IP
Masquerading aka Network Address Translation between them.

Fedora does appear to use IPv6, and it looks like that coexists with IPv4.
IPv6 may be extra overhead, if nothing else needs it.

-- 
-eben ebQenW1@EtaRmpTabYayU.rIr.OcoPm home.tampabay.rr.com/hactar

A: Because it looks dumb and is hard to read. Q: Why is top-posting wrong? -- from lots42@xxx.com

----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.

--------------------------------- Do you Yahoo!? vote.yahoo.com - Register online to vote today! ----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:59:49 EDT