Re: [techtalk] Building ADSL - LAN

1999-10-08 Thread Lyta Alexander
you could check your /etc/rc.d/rc.inet1 file On Fri, 8 Oct 1999, Just This Girl wrote: > Date: Fri, 08 Oct 1999 02:58:03 -0500 > From: Just This Girl <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: [techtalk] Building ADSL - LAN > > First off, I would like t

Re: [techtalk] Building ADSL - LAN

1999-10-08 Thread Ian Hall-Beyer
On Fri, 8 Oct 1999, Just This Girl wrote: > ifconfig eth0 xxx.yyy.zzz.242 > > it automatically inserts this into the route table: > > Kernel IP routing table > Destination Gateway Genmask Flags Metric RefUse > Iface > xxx.yyy.zzz.240 0.0.0.0 255.255.255.248 U

[Fwd: Re: [techtalk] Building ADSL - LAN]

1999-10-08 Thread Yann Vernier
Just This Girl wrote: > Network Address Netmask Gateway Address Interface > 0.0.0.0 0.0.0.0 xxx.yyy.zzz.246 xxx.yyy.zzz.242 > 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 > xxx.yyy.zzz.240 255.255.255.248 xxx.yyy.zzz.242 xxx.yyy.zzz.242

Re: [techtalk] Building ADSL - LAN

1999-10-08 Thread Yann Vernier
Oops. misread, and made the same mistake... bash# route add default gw xxx.yyy.zzz.246 is the proper line. The rule is simple; if windows says _your IP_ is the gateway, there _is no gateway_. Never point a gateway route at yourself, that would be recursive. [EMAIL PROTECTED] http:

Re: [techtalk] Building ADSL - LAN

1999-10-08 Thread Yann Vernier
Just This Girl wrote: > Network Address Netmask Gateway Address Interface > 0.0.0.0 0.0.0.0 xxx.yyy.zzz.246 xxx.yyy.zzz.242 > 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 > xxx.yyy.zzz.240 255.255.255.248 xxx.yyy.zzz.242 xxx.yyy.zzz.242

Re: [techtalk] Building ADSL - LAN

1999-10-06 Thread Ian Hall-Beyer
On Wed, 6 Oct 1999, Just This Girl wrote: > (Internet) <-> (Alcatel 1000) <-> (Eth0 <-> Eth1) <~> (Windows) > I am running Slackware 4.0 on the Linux box. I want to be able to run a > web server and a MUSH off of the box, so using private network numbers > is not an option, except possibly betwe

Re: [techtalk] Building ADSL - LAN

1999-10-06 Thread Amos Hayes
On Wed, 6 Oct 1999, Just This Girl wrote: > Thank you for the pointer, and I am certain that I might be interested > in this later, but upon reading the document, I do have IP addresses of > the public variety that I can assign to each card that I have on my > network. I do not need to use the pr

Re: [techtalk] Building ADSL - LAN

1999-10-06 Thread Richard H. Fifarek
On Wed, 6 Oct 1999, Just This Girl wrote: > Here is a diagram of my LAN. ~ = twisted pair. > > (Internet) <-> (Alcatel 1000) <-> (Eth0 <-> Eth1) <~> (Windows) If you are trying to connect all the machines to the ADSL line WITHOUT using IP Masq then you need to place a network hub in the

Re: [techtalk] Building ADSL - LAN

1999-10-06 Thread Laurel Fan
Excerpts from linuxchix: 6-Oct-99 [techtalk] Building ADSL - LAN by Just This [EMAIL PROTECTED] > assistance. I went and bought the Linux Network Administrators' Guide > from O'Reilly, but to my horror discovered that it hasn't been updated > since 1995!!! Stuff hasn't actually changed a whole l

Re: [techtalk] Building ADSL - LAN

1999-10-06 Thread Just This Girl
Thank you for the pointer, and I am certain that I might be interested in this later, but upon reading the document, I do have IP addresses of the public variety that I can assign to each card that I have on my network. I do not need to use the private network addresses, and I would rather refrain

Re: [techtalk] Building ADSL - LAN

1999-10-06 Thread Amos Hayes
On Wed, 6 Oct 1999, Just This Girl wrote: > I have been trying to find a source of detailed instructions on setting > up a small home LAN attached to the Internet through ADSL. > > I have read the ADSL Mini How-To, but its examples did not seem to > clearly apply to my situation. I am, admittedl