Linux-Networking Digest #273, Volume #12         Wed, 18 Aug 99 16:13:42 EDT

Contents:
  Newbie help, can you proxy Linux? (Simon Pallister)
  Re: delaying eth1 initialization ("Josue Batista")
  Re: linux and Frame Relay (ioleann)
  Re: IP Forwarding - What happens without it? (Scott McEachern)
  Win95 lost samba connection after 1-2 hours ("Kallabis, Marcus")
  Re: Dns misconfiguration? ("Phil")
  Re: Gateway Configuration (ioleann)
  network: command not found ([EMAIL PROTECTED])
  PPP & mgetty problem ([EMAIL PROTECTED])
  Re: Linux and MSExchange Mail (/dev/niall)
  PPP & mgetty problem ([EMAIL PROTECTED])
  Re: Single IP Address on a multihomed system ("David Pereira")
  Re: Limited internet access (Chris Butler)
  Re: IP Monitoring (GCP)
  Re: help with slow ppp connection (Chris Butler)
  Re: network: command not found ("gonZo theGreaT")
  newbie ifconfig/eth question ([EMAIL PROTECTED])
  the newaliases-script in a sandbox (svendi2)
  Re: Transparent firewall - any such thing? (Yousuf Khan)
  Re: IBM Etherjet ISA (GCP)
  Re: Diskless workstation using ethernet boot ROM (GCP)
  Re: Can't quit Gnome (John Strange)
  Solved Linksys Etherfast 10/100 Problems ([EMAIL PROTECTED])

----------------------------------------------------------------------------

From: Simon Pallister <[EMAIL PROTECTED]>
Subject: Newbie help, can you proxy Linux?
Date: Tue, 17 Aug 1999 17:26:24 +1700

you sure can. Squid is one of the best proxies about - much 
better (IMHO) than MS Proxy. It's pretty easy to set up (I 
managed it, and I'm a relative newbie). Have a look at the 
Squid web site 

http://squid.nlanr.net/

hth

* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!


------------------------------

From: "Josue Batista" <[EMAIL PROTECTED]>
Subject: Re: delaying eth1 initialization
Date: Wed, 18 Aug 1999 14:04:02 -0400

Hi A Chawla,

I am running into the same problem you have. I am running Red Hat Linux
release 5.2 (Apollo)
Kernel 2.0.36 on an i486. I have two network cards and they work fine
independently but no together!

If I modify my conf.modules to say

[josue@linuxdev /]$ cat /etc/conf.modules
alias eth0 ne
#alias eth1 ne
#options ne io=0x300, 0x240
options ne io=0x240
#options ne io=0x300

I get io=0x240 working on irq 11; if I do change the file to:

[josue@linuxdev /]$ cat /etc/conf.modules
alias eth0 ne
#alias eth1 ne
#options ne io=0x300, 0x240
#options ne io=0x240
options ne io=0x300

then, I get the other card working perfectly on irq 5. If I try to do this:

[josue@linuxdev /]$ cat /etc/conf.modules
alias eth0 ne
alias eth1 ne
options ne io=0x300, 0x240
#options ne io=0x240
#options ne io=0x300

It seems my system does not recognize eth1 as a valid device.

I boot from a floppy, and I would like to try the append="ether=5,0x300,eth0
ether=11,0x240,eth1" at LILO. I did try:

LILO: linux ether=5,0x300,eth0 ether=11,0x240,eth1

at the LILO command prompt, but it did not work. My systems lilo.conf is
very similar to the floppy's:

[josue@linuxdev /]$ cat /etc/lilo.conf
boot=/dev/hdc1
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/vmlinuz-2.0.36-0.7
        label=linux
        root=/dev/hdc1
        read-only
other=/dev/hda1
        label=ntdev
        table=/dev/hda

Where should I include the append="ether=..." line??? I did try:

[josue@linuxdev /]$ cat /etc/lilo.conf
boot=/dev/hdc1
map=/boot/map
install=/boot/boot.b
append="ether=5,0x300,eth0 ether=11,0x240,eth1"
prompt
timeout=50
image=/boot/vmlinuz-2.0.36-0.7
        label=linux
        root=/dev/hdc1
        read-only
other=/dev/hda1
        label=ntdev
        table=/dev/hda

but, it did not work.

Thanks in adavance.

Josue


A Chawla wrote in message ...
>Thanks,
>I actually had /etc/conf.modules set up as:
>alias eth0 ne
>alias eth1 ne
>options ne io=0x300, 0x320 irq=3,5
>
>I decided to also change lilo.conf to include after the 'image=' stuff:
>append="ether=3,0x300,eth0 ether=5,0x320,eth1"
>
>This got things working. Thanks again,
>
>Anoop
>
>Steve Cowles wrote in message ...
>> Try adding
>>an alias to the file /etc/conf.modules (see below) so that it will load
the
>>driver (prior to the network stack being brought up). Which by the way, is
>>why you are getting your "delaying eth1 initialization" message.
>>
>>In your case, you will probably have to add some additional information
>>(like irq/io address) to this file to tell the kernel which card is eth0,
>>eth1. On my system (RH60) there is a file in the /boot directory called
>>module.info that has some good infoformation on what that particular
>>driver/module is expecting for directives placed in the conf.modules file.
>>ie How to specifiy irq/baseio per driver. Since I'm using two different
>>drivers, I did not have to specifiy the irq/baseio stuff.
>>
>
>>> I cannot seem to get a second card recognized which is a ISA  NE2000
>>> compatible with a realtek8019 chipset.  My first card is also an ne2000
>>> compatible D-Link card.
>>>
>>>
>>> I upgraded to the 2.2.11 kernel (and also had to change to ISC's dhcp
>>> client). But the DHCP address is really only for eth0.
>>>
>>> cards are configured as follows:
>>> eth0  interrupt=3, io=0x300
>>> eth1  interrupt=5, io=0x320
>>>
>>> I previously tried interrupt=9 and 0x280 but same problem. I did check
>>that
>>> there are no io conflicts.
>>>
>>> On bootup I get:
>>>
>>> NE*000 ethercard probe at 0x300: xx xx xx xx xx xx
>>> eth0: NE2000 found at 0x300, using IRQ 3.
>>>
>>> But no mention of eth1.
>>>
>>> then later I get
>>>
>>> "Delaying eth1 initialization"
>>>
>
>
>



------------------------------

From: [EMAIL PROTECTED] (ioleann)
Crossposted-To: comp.os.linux.development.apps,israel.internet
Subject: Re: linux and Frame Relay
Date: Wed, 18 Aug 1999 17:46:02 GMT

I've checked it thoroughly : it's a DTU

On Mon, 16 Aug 1999 23:04:52 -0700, "Andrey Smirnov"
<[EMAIL PROTECTED]> wrote:

>There is no such thing as Frame Relay modem, may be you are talking about
>CSU/DSU or a serial router?
>
>
>ilan bloch <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]...
>> Has anybody ever configured a Frame Relay modem?
>> They usually use a router with an internal IP and I would like to use my
>> linux box straight.
>> Such modems have 25 pins parallel like connexions to the router and then
>> RJ45 to the hub/machine connected to it.
>>
>
>
>


------------------------------

From: Scott McEachern <[EMAIL PROTECTED]>
Subject: Re: IP Forwarding - What happens without it?
Date: Wed, 18 Aug 1999 17:25:58 GMT

chuanwee wrote:

> Hi,
>
> I am having this setup of a PC with a Ethernet card for the LAN network. And at
> regular interval, this machine will connect up to my ISP using an external
> modem.
>
> Does this means that I must include ip forwarding in my kernel? Can anyone tell
> me what happens if this is not done? Will the speed of either networks get
> affected?
>
> THanx for any feedback :-)

    If you plan on using IP masquerading (to make it look like your intranet
traffic is coming from the valid IP addy of your modem) you will have to have ip
forwarding enabled.  Don't forget that on newer kernels (2.2 for sure, possible
2.1) it's not a compile option.  Instead use:
echo 1 >> /proc/sys/net/ipv4/ip_forward
to enable it.
    However, you _do_ have to have IP Masquerading in your kernel.  Don't forget
to enable IP_ALWAYS_DEFRAG to close up some security holes.
    Good luck!

--
mailto:[EMAIL PROTECTED]

On the side of the software box, in the "System requirements section",
it said "Requires Windows 95 or better."  So I installed Linux.




------------------------------

From: "Kallabis, Marcus" <[EMAIL PROTECTED]>
Subject: Win95 lost samba connection after 1-2 hours
Date: Wed, 18 Aug 1999 15:56:58 +0200

Hi,

I've some Win95 clients using shared directories on a Linux box (SuSE
6.1, Kernel 2.2.7, Samba 2.0.3). After 1-2 hours the connection is lost.
The users have to remount the directories but then the message "invalid
password" appears. After setting the (same) password with smbpasswd
again the mount is ok. Any ideas ?

Thanks for any answer (please send a copy via email to me if possible).

Marcus

-- 
Marcus Kallabis               mailto:[EMAIL PROTECTED]
Halstenbach ACT GMBH          http://www.halstenbach.de
Breidenbrucher Strasse 2      phone: +49 2261 9902 0
51674 Wiehl-Bomig             fax:   +49 2261 9902 99 


------------------------------

From: "Phil" <[EMAIL PROTECTED]>
Subject: Re: Dns misconfiguration?
Date: Wed, 18 Aug 1999 10:49:41 -0700

A DNS Caching Only Server  caches information that it looks up but controls
no records of it's own.  Basically, it looks up records on higher level
servers and holds that info for a TTL  in memory to provide if it's needed
again.  If the higher level servers don't have records on your local network
you can't get them.


Regards,


Phil


Aaron Helleman <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm setting up a small network and I'm having some problems with
> sendmail.  Turns out its because there are some DNS queries that are not
> working.
>
> Setup is as such - Gateway machine is running a caching only name
> service setup as per the how-to.  Works great on THAT machine.
>
> Now, I want to have my mailservice machine query the gateway for DNS
> info.  This is where my headaches begin.
>
> I believe I have a configuration problem on my mailservice machine as
> when I type in 'nslookup' on mailservice I get a
>
> [root@gabriel /root]# nslookup
> *** Can't find server name for address 10.0.0.1: Non-existent
> host/domain
> *** Default servers are not available
> [root@gabriel /root]#
>
> FYI, my gateway machine is 10.0.0.1 and my mailservice machine is
> 10.0.0.10.  Both are running RH 6.
>
> On the gateway machine, the resolv.conf file is properly configured
> (otherwise my DNS queries on that machine would fail).
>
> My question is, how should the mailservice machine be configured such
> that it can properly query gateway for DNS info?
>
> I've mucked about with the resolv.conf file on mailservice, and the
> /etc/sysconfig/network lists the following:
>
> [root@gabriel sysconfig]# more network
> NETWORKING=yes
> FORWARD_IPV4=false
> HOSTNAME=gabriel.redeem.org
> DOMAINNAME=redeem.org
> GATEWAY=10.0.0.1
> GATEWAYDEV=eth0
> [root@gabriel sysconfig]#
>
> redeem.org is my 'internal name'.
>
> Thanks folks,
>
> Aaron Helleman
>
> --
> Aaron Helleman
> Wireless ATM Hardware Designer
> Newbridge Networks
>
>
>



------------------------------

From: [EMAIL PROTECTED] (ioleann)
Subject: Re: Gateway Configuration
Date: Wed, 18 Aug 1999 17:51:07 GMT

Hi W,

I've recently tried somethiing like that myself and after I read loads
of howtos and all I settled with a IPMASQ solution.
Depending on your kernel you'll use ipfwadm (2.0) or ipchains (2.2)
Robert Ziegler has developed an *excellent* tool to configure it
either way : http://rlz.mediaone.net/linux

enjoy

ilan

On Wed, 18 Aug 1999 12:08:48 GMT, [EMAIL PROTECTED] wrote:

>Hello out there,
>
>i want to install a linux machine with two ethernet cards as a router
>in a network. At the moment it is configured as a bridge.
>I have read the HOWTOs and man pages but I cant make it work.
>
>Here is my problem:
>
>
>external                                      internal
>53.xxx.xxx.xxx network ----- bridge ----- (some 53.xxx.yyy.zzz machines)
>
>I have two ip addresses for my bridge/gateway (one interal and one
>external). On our machines (53.xxx.yyy.zzz) the default router is the
>new gateway, on the new gateway the default router is the external
>default router.
>
>If I send a ping from an interal to an external machine I can see
>the package going from my internal machine to the new gateway, from
>the new gateway to the external machine (over the external default
>router) and coming back from the pinged machine to my source machine.
>But it is not forwarded by the new gateway to our internal network.
>
>One of the features is that there is no access to the routing table of
>the external router.
>
>Is there a solution for that problem ??
>
>Thanks.
>
>Best Regards
>
>W.Kelch
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.


------------------------------

From: [EMAIL PROTECTED]
Subject: network: command not found
Date: Wed, 18 Aug 1999 16:23:24 GMT

I'm trying to get networking up and running.  I'm
running Red Hat 4.2, Kernel 2.0.31.  When booting
up, a script calls the command "network" to bring
up networking at which point I get an
error--"network: command not found."  I can't find
this utility anywhere.  Can anyone tell me where
or how to get it?


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: [EMAIL PROTECTED]
Subject: PPP & mgetty problem
Date: Wed, 18 Aug 1999 18:00:30 GMT

I use my win98 at home to dialup to my linux (RH5.2) box at office
which is connected to the LAN and has access to the internet behind a
firewall.
I can ping, browse, ftp, telnet with my win98... however, ICQ doesnt
work at home whereas it works fine at my office PC...
I have enable IP forwarding and add port 4000 UDP in /etc/services...
from my linux box, nslookup works fine.. I check this because ICQ
server domain name aliases a number of IPs...
I think I should have missed out something that I should setup... can
anyone give me some ideas?
many thx


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: /dev/niall <[EMAIL PROTECTED]>
Subject: Re: Linux and MSExchange Mail
Date: Wed, 18 Aug 1999 18:31:38 GMT

Exchange can be setup to act as a POP3 or IMAP server, allowing you to
get your mail any way you want (IMAP client such as Pine, or Fetchmail
for POP).
You can also use (if it's configured) the web interface to exchange to
read your mail. Contact the exchange admin for details.



In article <7pekto$3st$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> i was wondering if there were any packages which would allow me to
> receive our internal e-mail which is handled by Exchange server. I can
> receive internet mail, however.  Any help would be appreciated.
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
>

--
--
/dev/niall
http://www.kst.com/knownspace/


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: [EMAIL PROTECTED]
Subject: PPP & mgetty problem
Date: Wed, 18 Aug 1999 17:58:32 GMT

I use my win98 at home to dialup to my linux
(RH5.2) box at office which is connected to the
LAN and has access to the internet behind a
firewall.
I can ping, browse, ftp, telnet with my win98...
however, ICQ doesnt work at home whereas it works
fine at my office PC...
I have enable IP forwarding and add port 4000 UDP
in /etc/services...
from my linux box, nslookup works fine.. I check
this because ICQ server domain name aliases a
number of IPs...
I think I should have missed out something that I
should setup... can anyone give me some ideas?
many thx


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: "David Pereira" <davidp att wwg d0t c0m>
Subject: Re: Single IP Address on a multihomed system
Date: Wed, 18 Aug 1999 11:25:41 -0700

So, is the answer yes or no?


Raymonds Doetjes wrote in message <[EMAIL PROTECTED]>...
>Why should you wanna do that?!
>
>A firewall should always be subnetted to make it save! Otherwise sniffers
can
>do there work when they force into your firewall.
>
>In the cisco this feature is build in to apply loadbalancing over 2 nic's.
>Specially the serial since the bandwidth is relativaly small.
>
>Raymond
>




------------------------------

From: [EMAIL PROTECTED] (Chris Butler)
Subject: Re: Limited internet access
Date: 18 Aug 1999 10:04:36 +0100

[comp.os.linux.networking - Tue, 17 Aug 1999 11:20:23 -0400] * Michael wrote *
> I work for a chain of retail stores. We are in the process of changing
> the point of sale system to a Linux solution (Mandrake 5.3). We want to
> give the stores the ability to access two things via the internet (using
> Netscape).
> 1. The company's intranet site (ie www2.fakename.com).
> 2. E-mail for the store (smtp.fakename.com).

Setup the gateway machine with a firewall that only allows connections
to these two places, ie:

ipchains -P forward DENY
ipchains -A forward -S 192.168.1.0/24 -D www2.fakename.com 80 -j ACCEPT
ipchains -A forward -S 192.168.1.0/24 -D smtp.fakename.com 25 -j ACCEPT

Obviously, replace 192.168.1.0/24 with the relevant address/mask for
your network.

-- 
Chris Butler
<[EMAIL PROTECTED]>

------------------------------

From: [EMAIL PROTECTED] (GCP)
Subject: Re: IP Monitoring
Date: Wed, 18 Aug 1999 18:49:34 GMT

On Sun, 15 Aug 1999 20:22:12 -0400, Benu <[EMAIL PROTECTED]> wrote:

>Hi !
>
>Does anybody know about a good IP Monitoring software. It's to find the
>IP adress of the host who logged to my machine ...

/var/log/messages

-- 
GCP

------------------------------

From: [EMAIL PROTECTED] (Chris Butler)
Subject: Re: help with slow ppp connection
Date: 18 Aug 1999 09:56:53 +0100

[comp.os.linux.networking - Tue, 17 Aug 1999 09:47:38 -0400] * Samuel wrote *
> I have /dev/ttyS0 set to 230400 baud through stty.
> I have setserial flagged at spd_vhi (though this isn't neccesary)
> My pppd options include '115200' (for some reason 230400 won't work),
> 'crtscts' and 'bsd_cmp 15,15' i think these are the relevant settings.
> the chat log reports that i am connection above 50000 so i'm guessing
> the problem is with pppd.

What are the MTU and MRU settings?

(You can check this with "ifconfig ppp0" when you're connected)

The best setting for PPP is 576 (for both).

-- 
Chris Butler
<[EMAIL PROTECTED]>

------------------------------

From: "gonZo theGreaT" <[EMAIL PROTECTED]>
Subject: Re: network: command not found
Date: Wed, 18 Aug 1999 16:48:53 GMT


<[EMAIL PROTECTED]> wrote in message news:7pemld$58q$[EMAIL PROTECTED]...
> I'm trying to get networking up and running.  I'm
> running Red Hat 4.2, Kernel 2.0.31.  When booting
> up, a script calls the command "network" to bring
> up networking at which point I get an
> error--"network: command not found."  I can't find
> this utility anywhere.  Can anyone tell me where
> or how to get it?
>
I would suggest, that you do some reading about
basic networking with linux.
For example the NETWORK-OVERVIEW-HOWTO, or NET-3-HOWTO, or similiar
to get used to this really "wide area" .

need a link ?:
http://www.suse.de/doku/LDP/HOWTO/Networking-Overview-HOWTO.html

Enjoy learning linux !

Gonzo




------------------------------

From: [EMAIL PROTECTED]
Subject: newbie ifconfig/eth question
Date: Wed, 18 Aug 1999 18:28:58 GMT

Question ... I'm trying to learn to talk the talk here ...

My rc.local file has entries to define multiple IP interfaces on eth0.
e.g.:
/sbin/ifconfig eth0:3 207.44.26.132 netmask 255.255.255.128
/sbin/route add -host 207.44.26.132 dev eth0:3
/sbin/ifconfig eth0:4 207.44.26.133 netmask 255.255.255.128
/sbin/route add -host 207.44.26.133 dev eth0:4
/sbin/ifconfig eth0:5 207.44.26.134 netmask 255.255.255.128
/sbin/route add -host 207.44.26.134 dev eth0:5
/sbin/ifconfig eth0:6 207.44.26.135 netmask 255.255.255.128
/sbin/route add -host 207.44.26.135 dev eth0:6

My question is what exactly the number following eth0: represents
(e.g., eth0:3, eth0:4)??  Obviously it is used to allow one to bind
multiple IPs to a NIC.  What would we call these numberings?
Bindings?  Binding instances?  I'm just looking for some terminology
here (plus any explanation).

Thanks,
  Matthias


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: svendi2 <[EMAIL PROTECTED]>
Subject: the newaliases-script in a sandbox
Date: Wed, 18 Aug 1999 20:57:29 +0200

Hi folks,

after editing the 'aliases' I startet 'newaliases' to generate a new
'..db'.
...hanging!

I controlled the file for bad circumstances like '@' or other in it.
No result.

Any idea, knowledge or gun for this problem?

Thanks for reading - answering.

OS

Olav Svendi
living in Freilassing near Salisbury
(I'm really not everybody! -> "JEDERMANN")



------------------------------

From: Yousuf Khan <[EMAIL PROTECTED]>
Subject: Re: Transparent firewall - any such thing?
Date: Wed, 18 Aug 1999 18:34:39 GMT

In article <7penla$66b$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> The IP stuff is already on the win box, configured to point at the
ISP.
> That's my problem.  i know how to setup a linux firewall, provider
there
> is a network on either side.  perhaps, in the case, 'firewall' is a
poor
> choice of words.  here's what i want to do:
> plug the cable modem into a NIC on the linux box.
> plug the win box into a 2nd NIC on the linux box without subnetting
the
> win box.

What exactly do you mean by you don't want to "subnet" the Win box? If
you're going to be plugging the Linux box into the cable modem, then
you're going to have assign that box the Win box's IP address, and
assign the Win box one of private Intranet IP addresses. The private
intranets are the ones that have IP addresses of 192.168.x.x (there are
a couple of other IP address ranges reserved for intranets, but the
192.168.x.x ranges are all that you'll need).

The Linux box will act in place of the Win box on the real IP address
that the cable modem provider assigned you, and pass (route) all
packets back to the Win box, through the intranet addresses.

The only way you can let the Win box keeps its own real IP address is
to also obtain a real IP address for your Linux box, and at that point,
you no longer have a client/server arrangement, but a peer-peer
arrangment, and the Linux box can no longer do any filtering for your
Win box because they are both going to the Internet independently.

> hopefully, the linux box can filter the packets.  if not, maybe i can
at
> least close the route to the win box when it is not in use.

The Linux box excels at filtering packets.

    Yousuf Khan


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: [EMAIL PROTECTED] (GCP)
Subject: Re: IBM Etherjet ISA
Date: Wed, 18 Aug 1999 18:49:34 GMT

On Mon, 16 Aug 1999 23:19:44 +1000, "Acay news" <[EMAIL PROTECTED]>
wrote:

>I would be truly grateful to anyone that can give me a clue on how to get
>this ethernet card to work.
>
>I've read all the how-to's and as far as I can figure out I think it is a
>ne2000 compatible card. I've tried loading the 'ne' kernel module at every
>io address from 100 to 390 and it doesn't find the card. 

>(Being an ISA card autoprobe is not an option)

Are you sure ?  ISA and autoprobe do not exclude each other. I'm using
cheap NE2000 clones in old 486 class systems (with ISA busses) and all
of the cards get autoprobed at boot. 

Trying won't hurt. [1]

>If anyone knows anything about this card or possible solutions to my problem
>I'd be more than pleased to hear from you, in fact I'll buy you a beer !

If you get it to work, be sure to post a reply, so I can keep you to
that :)

-- 
GCP

------------------------------

From: [EMAIL PROTECTED] (GCP)
Crossposted-To: comp.os.linux.questions
Subject: Re: Diskless workstation using ethernet boot ROM
Date: Wed, 18 Aug 1999 18:49:35 GMT

On Sun, 15 Aug 1999 09:10:00 +1000, "J. Michael Brown"
<[EMAIL PROTECTED]> wrote:

>Hi
>
>I have an old P75 which I want to set up to work purely as a workstation (an
>X-Windows terminal would be great).  I am wondering if it would be possible
>(and I am assuming that it would) to add a boot ROM chip to the ethernet
>adapter (NE2000 compatible) and run this term diskless, using some king of
>X-Server program to run the X-Windows session.  For that I would probably
>use the grunty Alpha I am awaiting delivery on.
>
>Does this sound feasable?  

Certainly.

>Is there anyone out there who has already done this and could point me in the 
>direction 
>of the correct man pages/HOWTOs?

NFS-Howto, NFS-Root and NFS-Root-Client should do the trick. As well
as /linux_source_tree/Documentation/nfsroot.txt

>Could anyone reccomend the specs of the boot ROM that I have to buy?

What about a simple floppy disk ? Admitted, it isn't really "diskless"
then but your kernel for the client will typically be less than 300k
and load fast enough. Easier to handle than a boot ROM if you've never
done this before, "already there", and no DHCP, TFTP or BOOTP worries.
Just RARP should be enough.

-- 
GCP

------------------------------

From: [EMAIL PROTECTED] (John Strange)
Subject: Re: Can't quit Gnome
Date: 18 Aug 1999 18:18:51 GMT

When that happens to me I do a
                Control ALt Backspace

Kelvin Dam ([EMAIL PROTECTED]) wrote:
: Hey there!

: Sometimes when I'm using Gnome in RH 6.0, and I click "log out" it don't
: work!
: Theres just no reaction, and Gnome continues......

: In such cases, how do I quit? and is there a workaround to this?

: Thx

: Kelvin "newbie" Dam



--
While Alcatel may claim ownership of all my ideas (on or off the job),
Alcatel does not claim any responsibility for them. Warranty expired when u
opened this article and I will not be responsible for its contents or use.

------------------------------

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.hardware
Subject: Solved Linksys Etherfast 10/100 Problems
Date: Wed, 18 Aug 1999 19:01:41 GMT

Hi All,

This message is for people who have successfully got their Linksys
Etherfast 10/100 LAN cards working properly under RedHat Linux 6.0.

Could you please send in your BIOS settings for PCI/PnP, please also
let me know the release of the tulip.c driver that you are using if
different from the one used during the Linux installation. Also, please
let me know what you had to do, if any to get the card working.

The problem that I have is that the kernel see's the card but I have
not been able to ping any host on the same subnet. When I try this, I
get this continuous transmission time out error message. I was able to
ping the IP address of the card from the PC that it is on. When I do a
netstat -in, I see packets going through the loopback interface and
transmission errors for all packets that were sent to the card (eth0)
for outbound transmission.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to