Re: How to set the LAN up automatically

1998-08-27 Thread Hamish Moffatt
On Wed, Aug 26, 1998 at 03:29:44PM +0200, [EMAIL PROTECTED] wrote: > You have PCMCIA (IIRC it means "PC Manufacturers Create Irksome Acronyms") People Can't Memorise Computer Industry Acronyms. But yours is good too :-) > That's an entirely different ballgame. It should be easy to get that > ri

Re: How to set the LAN up automatically

1998-08-26 Thread joost
On Wed, 26 Aug 1998, Alex Kwan wrote: > Hi! Joost, > > My LAN card is 3com 3C-574 TX, PCMCIA type. > I can see the message "loading device 'eth0'...done" > at the boot time Ah! You have PCMCIA (IIRC it means "PC Manufacturers Create Irksome Acronyms") That's an entirely different ballgame.

Re: How to set the LAN up automatically

1998-08-26 Thread Alex Kwan
Hi! Joost, My /etc/init.d/network is (before I added two lines): ifconfig lo 127.0.0.1 route add -net 127.0.0.0 IPADDR=192.168.1.6 NETMASK=255.255.255.0 NETWORK=192.168.1.0 BROADCAST=192.168.1.255 GATEWAY= - belows are same as yours - My LAN card is 3com 3C-574 TX, PCMCIA type. I can see the mes

Re: How to set the LAN up automatically

1998-08-26 Thread joost
On Wed, 26 Aug 1998, Alex Kwan wrote: > Every time I want to make my LAN up, I need to config as follow: > # ifconfig eth0 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255 > up > and > #route add -net 192.168.1.0 eth0 > > I have try to added these two line on /etc/init.d/network and re

How to set the LAN up automatically

1998-08-26 Thread Alex Kwan
Every time I want to make my LAN up, I need to config as follow: # ifconfig eth0 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255 up and #route add -net 192.168.1.0 eth0 I have try to added these two line on /etc/init.d/network and reboot, but still failure, If I want to use the eth0 I ne