Linux-Networking Digest #213, Volume #10         Mon, 15 Feb 99 11:13:40 EST

Contents:
  how can i make a backup with a dat-streamer? (Yves Langisch)
  Re: Serial link not 8-bit clean ==> probs with german umlauts??? (john -r s)
  Re: SCIOCADDRT: Invalid Argument.... HELP (Anthony Campbell)
  Samba problem: References do not match ? ([EMAIL PROTECTED])
  INN: Reading in var/spool/news/in.coming before NNTP uplink ? (Andreas Grosche)
  pop3 or imap server? (Fausto Iannuzzi)
  ftp security ("Matt Chipman")
  Re: PPP problems under 2.2.1 ("F.P. Groeneveld")
  Re: pppd 2.3.5 errors on kernel 2.2.1 (Malware)
  Re: Too Many DNS lookups from win98 machine (Mike Jagdis)
  SIOCADDRT:Invalid argument - need a place to look ("Brian Smith")
  Re: Compaq DeskPro 4000 NIC support? (Kevin Dick)
  Re: Can I setup a standalone Apache Server?? ("Matt Chipman")
  Re: RH 5.1 using /etc/resolv.conf? (Malware)
  IP Masquerade:  Any RedHat5.1 users got IP Masq.  working? ("Vincent")
  Re: Win98 Redhat Linux and a Cable Modem ("Roman Spitzbart")
  diald routing problems with 2.2.1 kernel ("Andre Ilie")
  Dynamic DNS using BIND8 ? ("Andre Ilie")
  Re: Telnet as root (Jordy Leduc)
  Is DNS possible with this network config? (Benjamin Lo)
  ??:Kernel V2.2.1 - IP Alias - eth0:0 Is Invisible To 'ifconfig"???  (Douglas E. 
Mitton)
  Re: MS Explorer 4.0 for Unix ("muppet")
  Re: Cable Modem in a Home Network (Todd Simpson)
  Re: pop authentication via pam fails for some systems not others (Bryan D. McMeen)
  Re: slow networking one way..  what's this mean? (Malware)

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

Date: Mon, 15 Feb 1999 12:16:23 +0100
From: Yves Langisch <[EMAIL PROTECTED]>
Subject: how can i make a backup with a dat-streamer?

hy,

i did install a sony dat-streamer in my linux-box. it is well detected
by the scsi-controller. but i have no idea how i can make a backup now??
how can i access the streamer? which program(s) i need?

can anybody help??

thanks
yves langisch


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

From: [EMAIL PROTECTED] (john -r s)
Subject: Re: Serial link not 8-bit clean ==> probs with german umlauts???
Date: Mon, 15 Feb 1999 11:06:37 GMT

you should read the response to my similar query ->RE:PPP dies after
modem 8 bit not clean!

There is a section on this message in the PPP-HOWTO
heres a link:
http://www.ssc.com/linux/LDP/HOWTO/PPP-HOWTO-18.html#ss18.3


john -r s wrote in message <[EMAIL PROTECTED]>...
>I have been trying to work my way through many problems setting up PPP
>and have so far done ok.  Now I am at a loss as I get a connection
>going only to find it dies after a few seconds with the message:\
>
>Recieve serial link is not 8-bit clean:
>Problem: all had bit 7 set to 0
>

On Sun, 14 Feb 1999 13:04:02 +0100, Enno Middelberg
<[EMAIL PROTECTED]> wrote:

>Hi,
>
>since I'm not able to send german umlauts via my ppp connection with
>kmail, I try to figure out the reason for this. I noticed some messages
>in my /var/log/warn file saying 
>
>pppd[274]: Receive serial link is not 8-bit clean:
>ppd[274]: Problem: all had bit 7 set to 0
>
>Could this be part of the problem? And if so, how can I set up the ppp
>link correctly??
>
>Thanks
>
>Enno
>



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

From: [EMAIL PROTECTED] (Anthony Campbell)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: SCIOCADDRT: Invalid Argument.... HELP
Date: Mon, 15 Feb 1999 10:49:32 GMT
Reply-To: [EMAIL PROTECTED]

On Sun, 14 Feb 1999 11:22:10 +1300, Enkidu <[EMAIL PROTECTED]> wrote:
>Have you looked at the source? I had this problem, but my notebooks
>don't say how I got rid of it. I have a vague recollection that it
>was a simple config problem, so check for leading hashes in your
>rc. files! Do you use modules, and is the correct module activated
>at boot time? Are you sure the card still works?
>
>Cliff 
>
>Nobody wrote:
>> 
>> Thanks.... but it didn't seem to work for me.  I have noticed
>> that I get the same error immediately following the appletalk
>> 0.17 line on bootup.
>> Any other suggestions???
>>

In debian (hamm), the answer is to modify /etc/init.d/network; just comment
out "route add -net 127.0.0.0".  I believe this is now included in the
kernel.   

Anthony
-- 
Anthony Campbell  -  running Linux Debian 2.0
[EMAIL PROTECTED]  http://www.achc.demon.co.uk

"The Moving Finger writes; and, having writ,
Moves on..."   - Edward Fitzgerald (Rubaiat of Omar Khayyam)


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

From: [EMAIL PROTECTED]
Subject: Samba problem: References do not match ?
Date: Mon, 15 Feb 1999 12:14:07 GMT
Reply-To: [EMAIL PROTECTED]

I have a Samba server running in an NT network. I can setup a service for NT
user names; I use smbpasswd to setup the password. When I setup additional
services with different names, these services are visible in the NT network.
When I try to connect, the password is prompted. When I enter the correct
password, I get a message fro NT saying "access to <service name> not possible,
the references do not match" (translation from german). What does that mean ?
What did I miss to setup ?

Regards, Eggert

=====================================================
Answers please in this newsgroup!
[EMAIL PROTECTED]

=====================================================

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

From: Andreas Grosche <[EMAIL PROTECTED]>
Subject: INN: Reading in var/spool/news/in.coming before NNTP uplink ?
Date: 15 Feb 1999 12:12:35 GMT

[Msg previously unanswered in news.software.nntp]

On a Linux 2.0.36 system running INN 2.0, for best performance the "tin"s
(etc.) of users on the same machine will usually read directly from
/var/spool/news instead of connecting to INN by NNTP. However, when posting
this way, the articles they post will get spooled in /var/spool/news/in.coming
instead of being entered in the out.going/my.nntp.uplink batch file
immediately (which works for those using e.g. "rtin -g localhost", of course).
How can I make sure INN will always read /var/spool/news/in.coming and
enter any articles found there into /var/spool/news/out.going/my.nntp.uplink
just before starting the dial-up connection ?

Thank you in advance for your help (please do also reply by eMail) !

Read U soon...

Greetinx

Andreas Grosche <[EMAIL PROTECTED]>

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

From: Fausto Iannuzzi <[EMAIL PROTECTED]>
Subject: pop3 or imap server?
Date: 15 Feb 1999 13:10:18 +0100

Which is the difference between pop3 and imap protocol?
Now I'm using the in.pop3d server... is it a good server?

-- 

bye, Fausto.

Reply addresses:
  [EMAIL PROTECTED]      (primary - local provider)
  [EMAIL PROTECTED]      (gateway - please no files here)
  [EMAIL PROTECTED]             (gateway - please no files here)
Homepage:
  ** momentaneamente non disponibile **
>> PGP 5.0 key available <<

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

From: "Matt Chipman" <[EMAIL PROTECTED]>
Subject: ftp security
Date: Mon, 15 Feb 1999 23:35:17 +1100

Hi all

after many a late night i have got a stable and usefull (red hat) linux
machine with apache web server.  When i create a new user account on the
system, that user can ftp and look around the whole machine but cannot
delete or change anything.  obviously this is undesirable and i need to set
permissions so they can only see and alter thier own directory.   How do i
do this, i am a tad confused about what file to alter.

thanks

Matt Chipman






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

From: "F.P. Groeneveld" <[EMAIL PROTECTED]>
Subject: Re: PPP problems under 2.2.1
Date: 15 Feb 1999 09:31:45 GMT

J. Scott Berg <[EMAIL PROTECTED]> wrote:
: sends an mru over.  By the way, here's another mystery: my command
: line (below) tells it to do dynamic addresses for both ends; this is
: not changed in any of the option files.  So why in the LCP negotiation
: does it request the 192.168.1.2 address (which corresponds to a dummy
: interface that I have whose sole purpose is to prevent emacs from
: trying to do a dns lookup when there's no nameserver running; it's
: what my hostname resolves to from /etc/hosts)?

I noticed the very same thing running ipppd! And I checked and
double-checked whether there were any references to, in my case,
192.168.0.2, which is my ethernet addy)

As far as I can tell from the /var/log/.debug script everything else goes
okay. But I then get 

ping: sendto: operation not permitted
wrote 195.64.64.1 64 chars ret=-1

when I try to ping my gateway.

Any clues?
Cheers,

  Derk

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

From: Malware <[EMAIL PROTECTED]>
Subject: Re: pppd 2.3.5 errors on kernel 2.2.1
Date: Mon, 15 Feb 1999 00:55:31 +0100

Hi Partha,

you wrote:
> Feb 14 14:25:14 screamer modprobe: can't locate module ppp-compress-21
> Feb 14 14:25:14 screamer modprobe: can't locate module ppp-compress-26
> Feb 14 14:25:14 screamer modprobe: can't locate module ppp-compress-24

In /etc/conf.modules add following lines:

alias ppp-compress-21   bsd_comp
alias ppp-compress-24   ppp_deflate
alias ppp-compress-26   ppp_deflate



Malware

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

From: [EMAIL PROTECTED] (Mike Jagdis)
Subject: Re: Too Many DNS lookups from win98 machine
Date: 15 Feb 1999 12:50:54 GMT

In article <36c71c48$0$[EMAIL PROTECTED]>, Jim Rainville wrote:
>
>1) How do I find out more information about the DNS lookups. I'm using
>ksniffer on the linux box and I can see a packet go out on port 53 (DNS)
>with the IP address of my ISP's DNS. I would like to get more information on
>the packet such as what is being looked up.

First you make sure all your Windows machines are using your
caching DNS server and not your ISP's. Second you make sure
your /etc/resolv.conf has "nameserver 127.0.0.1" as the first
nameserver line. Then you use "killall -WINCH named" to toggle
query logging to syslog on and off (assuming your named was
built with the query logging option).

>2) How do I stop it? I can't put a diald filter rule to ignore DNS because
>then the link would never come up. Any ideas.

Make your local named a master for bogus zones so it doesn't waste
its time asking your ISP or anyone else about them.

                                Mike

-- 
    A train stops at a train station, a bus stops at a bus station.
    On my desk I have a work station...
.----------------------------------------------------------------------.
|  Mike Jagdis                  |  Internet:  mailto:[EMAIL PROTECTED]   |
|  Roan Technology Ltd.         |                                      |
|  54A Peach Street, Wokingham  |  Telephone:  +44 118 989 0403        |
|  RG40 1XG, ENGLAND            |  Fax:        +44 118 989 1195        |
`----------------------------------------------------------------------'

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

From: "Brian Smith" <[EMAIL PROTECTED]>
Subject: SIOCADDRT:Invalid argument - need a place to look
Date: Sun, 14 Feb 1999 22:49:50 -0500

When I boot RedHat 5.2 v2.0.36, my nic is probed and found but I keep
getting two "SIOCADDRT:Invalid argument" errors.  The network seems to work
fine, WIN95 using MI/X works ok.  Pings with no errors.  IFCONFIG looks ok.
PPP works fine. Can someone please point me in the right direction.

Thanks,
Brian Smith



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

From: Kevin Dick <[EMAIL PROTECTED]>
Subject: Re: Compaq DeskPro 4000 NIC support?
Date: Mon, 15 Feb 1999 07:12:49 -0600

In RH 5.2, wouldn't that be /etc/conf.modules

Jeff Schmidt wrote:

> I don't have an rc.modules file there; where else can I add a driver,
> and where can I get the tlan driver from?
>
> On Thu, 11 Feb 1999 14:05:43 -0600, Cliff Cloyd <[EMAIL PROTECTED]>
> wrote:
>
> >I had the same problem!! I was able to edit the /etc/rc.d/rc.modules and
> >add the following line under the ethernet support section:
> >/sbin/modprobe /lib/modules/2.0.34/net/tlan.o
> >After a reboot the nic was detected!! Now my problem is that I can only
> >ping myself, oh well first things first. BTW, I think the 2.0.34 dir is
> >based on the version of the kernal you're using I am a total newbie to
> >Linux so I could be wrong :) Good Luck.
> >
> >Jeff Schmidt wrote:
> >
> >> Has anyone had any success w/ the embedded NetFlex3 on the Compaqs?
> >>
> >> I'm trying to get RH 5.2 to recognize the silly thing.


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

From: "Matt Chipman" <[EMAIL PROTECTED]>
Subject: Re: Can I setup a standalone Apache Server??
Date: Mon, 15 Feb 1999 23:29:03 +1100

HI
 you can even go furthur than that and find an old 386 or 486 to use as a
dedicated linux machine.  Buy 2 $5.00 network cards and a crossover utp
cable.   Connect your modem to the linux machine and you will learn even
more :)

Matt


L J Bayuk wrote in message ...
>[EMAIL PROTECTED] wrote:
>>Hi,there:
>> I am a beginner to Linux network setup and I tried to setup an Apache
>>web server on my PC. Is that possible for me to run an standalone Apache
>>as a server for Netscape in my PC without connecting to internet. Do I had
to
>>get a IP address and domain name for my PC in order to run Apache. Is
there any way that I can
>>emulate an "fake" IP address just for stand alone use within a PC. Or if I
had
>>to get a IP address, how can I get a IP and what is the cost?
>
>Sure you can. You don't need an IP address other than loopback (127.0.0.1)
>and you can use this to learn about Apache, HTML, CGI etc.
>Your /etc/hosts file should have the usual "127.0.0.1 localhost" entry,
>and your main Apache config file httpd.conf should include the line:
>      ServerName localhost
>Now apache will listen on the loopback connection only, and you can
>connect to it with http://localhost/etc URLs.



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

From: Malware <[EMAIL PROTECTED]>
Subject: Re: RH 5.1 using /etc/resolv.conf?
Date: Sun, 14 Feb 1999 13:37:20 +0100

Hi Ben,

you wrote:
> It looks like BIND isn't using /etc/resolv.conf.  If not, what could it
> be using?  Netscape is 90% of my resolution needs, but I want ftp to

/etc/named.{boot,conf}


Malware

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

From: "Vincent" <[EMAIL PROTECTED]>
Subject: IP Masquerade:  Any RedHat5.1 users got IP Masq.  working?
Date: Mon, 15 Feb 1999 05:49:04 -0800

Would like to know if there are any RH5.1 users who were able to get IP
Masq.  working.  I follow the IP Masq. HOWTO and I still couldn't get it to
work and would like to chat with someone who did.  Please contact me at
[EMAIL PROTECTED]

                  Thanks,
                 Vincent




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

From: "Roman Spitzbart" <[EMAIL PROTECTED]>
Subject: Re: Win98 Redhat Linux and a Cable Modem
Date: Mon, 15 Feb 1999 15:15:46 +0100

You have to install Masquerading on the linux machine. The linux machine
gets the "offical" ip-address and grants the access to the internet for the
win98 machine.

Have Fun
Roman Spitzbart
linuxsite.webjump.com



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

From: "Andre Ilie" <[EMAIL PROTECTED]>
Subject: diald routing problems with 2.2.1 kernel
Date: Mon, 15 Feb 1999 14:45:44 +0100

Hi

I'm using diald and a ISDN terminaladapter to connect to the INet (over
PPP).

My problem is that since I've upgraded my Linux box from kernel 2.0.36 to
2.2.1, diald always reports this error when closing an idle connections:

--- /var/log/messages ---
diald[10908]: Closing down idle link.
diald[10908]: Nonzero exit status (7) on command '/sbin/route add 127.0.0.2
metric 1  dev sl0'
diald[10908]: Nonzero exit status (7) on command '/sbin/route add 127.0.0.2
metric 1  dev sl0'
--- snip (pppd shutdown) ---
diald[10908]: Nonzero exit status (7) on command '/sbin/route add 127.0.0.2
metric 1  dev sl0'
diald[10908]: Nonzero exit status (7) on command '/sbin/route add 127.0.0.2
metric 1  dev sl0'
diald[10908]: Delaying 30 seconds before clear to diald.
--- /var/log/messages ---

--- When diald is idle route -n looks like this:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.1.1     0.0.0.0         255.255.255.255 UH    0      0        0
dummy0
255.255.255.255 0.0.0.0         255.255.255.255 UH    0      0        0
eth0
127.0.0.2       0.0.0.0         255.255.255.255 UH    0      0        0 sl0
127.0.0.2       0.0.0.0         255.255.255.255 UH    1      0        0 sl0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
dummy0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         0.0.0.0         0.0.0.0         U     1      0        0 sl0
---

BTW, I'm using the ISC DHCP server on the server.

--- Now when diald is connected to the INet route -n looks like this:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.1.1     0.0.0.0         255.255.255.255 UH    0      0        0
dummy0
255.255.255.255 0.0.0.0         255.255.255.255 UH    0      0        0
eth0
127.0.0.2       0.0.0.0         255.255.255.255 UH    0      0        0 sl0
127.0.0.2       0.0.0.0         255.255.255.255 UH    1      0        0 sl0
212.63.64.254   0.0.0.0         255.255.255.255 UH    0      0        0
ppp0
212.63.64.254   0.0.0.0         255.255.255.255 UH    0      0        0
ppp0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
dummy0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0
ppp0
0.0.0.0         0.0.0.0         0.0.0.0         U     1      0        0 sl0
---

Sorry for this long posting, but I searched the whole Dejanews without
success. :(

cya 
        Shoki


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

From: "Andre Ilie" <[EMAIL PROTECTED]>
Subject: Dynamic DNS using BIND8 ?
Date: Mon, 15 Feb 1999 15:18:38 +0100

Hi

I'm using the ISC DHCP server to assign IPs to my clients. There are
Windows and Linux clients on the net, and all of them have client names.

I wan't BIND 8 to automaticly recognize the clients name and to add it to
the reverse-lookup zone and to my primary zone. Is this possible?

Cya
        Shoki

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

From: Jordy Leduc <[EMAIL PROTECTED]>
Subject: Re: Telnet as root
Date: Mon, 15 Feb 1999 09:11:50 -0500

Hello Shawn...

An put what in there? I know it is something like tty0.....

Jordy


Shawn Reed wrote:
> 
> edit your /etc/securetty file. :)
> 
> Jordy Leduc wrote in message <[EMAIL PROTECTED]>...
> >
> >Hello All.
> >
> >I know this is a security risk and I have been told how to do this
> >before, but I have forgotten. How do I set up Linux to allow root telnet
> >access..
> >
> >
> >Thanks
> >
> >
> >Jordy Leduc

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

From: Benjamin Lo <[EMAIL PROTECTED]>
Crossposted-To: comp.os.limux.questions
Subject: Is DNS possible with this network config?
Date: Thu, 11 Feb 1999 11:39:51 -0500

Hi,

Please give comment/advise if DNS is possible in the following network
setting

Situation:
(1) 50 computers connected together through the hub
(2) Each of these 50 computer has 2 NICs.
The first NIC is assigned with a unique corporate ip number. 19.39.35.x
The second NIC is assigned to an arbitrary number like 192.168.0.1.
The 2nd NIC is used to connect to a few 'local' network devices in the
form of 192.168.0.x.
(3) The deployment of the arbitrary ip number in the 2nd NIC network is
used purely for maintenance purpose. In case if any of those 'local'
devices fails. One could put in a replacement unit with the arbitrary ip
number pre-set. Obviously, they want to maintain these arbitrary ip
number.
(4) Currently, a big /etc/hosts files are used in each machine.

Questions
(1) Is DNS possible to deploy in these situation ?
(2) If yes, could anyone of these 5 machines act like a DNS server ?
(3) How could the local network policy associated with the 2nd NIC be
maintained ?

Many thanks in advance.
Benjamin

[EMAIL PROTECTED]
[EMAIL PROTECTED]


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

From: [EMAIL PROTECTED] (Douglas E. Mitton)
Subject: ??:Kernel V2.2.1 - IP Alias - eth0:0 Is Invisible To 'ifconfig"??? 
Reply-To: [EMAIL PROTECTED]
Date: Sat, 13 Feb 1999 01:26:32 GMT

I have Kernel V2.2.1 up and running just fine.  PPP, Masq and all are
working ... its just that I have a strange side effect.

My Linux machine MASQ's for my kids Win3.11 machine via a PPP dialup
connection.  In order to make it flexible I IP alias the GATEWAY IP on
the same machine as my Linux IP address ... don't know why, I just
wanted to treat the GATEWAY x.x.x.1 address special.

When I ifconfig to view the ethernet devices only the primary eth0
(and of course lo and ppp0) show up, not the eth0:0 alias device.  The
alias device works, it can be "pinged" and the MASQ setup works fine
(the Win3.11 machine points to the x.x.x.1 GATEWAY interface).

The V2.0.36 load I was running previously worked just fine as well and
was visible in a normal fashion (with ifconfig).  Has anyone an
explaination or a fix for this situation.  Its more of a nuisance than
anything else.  I've been all through the /proc file system looking
for a reference BUT I can't find eth0:0 either.

I think all my utilities are upgraded enough.  I am a minor release
behind on a couple of things and some packages I don't have installed
at all ... this is per the V2.2.1 CHANGES file.

Thanks in advance for any pointers and/or help!

================================================
  Doug Mitton - Brockville, Ontario, Canada
                'City of the Thousand Islands'
  Amateur Radio: VE3DMZ      ([EMAIL PROTECTED])
          EMail: [EMAIL PROTECTED]
           http://www.cybertap.com/dmitton
     User Group: http://signals.rmc.ca/klug
  SPAM Reduction: Remove "x." from my domain.
================================================

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

From: "muppet" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,alt.linux,linux.redhat,linux.redhat.misc,comp.windows.x.kde
Subject: Re: MS Explorer 4.0 for Unix
Date: Mon, 15 Feb 1999 15:26:55 -0000

Really? I thought the whole point was that it was generally a better system
for a lot of people out there.
Stop trying to be cool.

[EMAIL PROTECTED] wrote in message
<[EMAIL PROTECTED]>...
>On Thu, 11 Feb 1999 11:35:47 -0500, "Carlos A" <[EMAIL PROTECTED]>
>wrote:
>
>>I'm wondering if Explorer 4.0 that Microsoft offers for download if it
will
>>work under RedHat 5.2 / KDE ? Will it work under Linux?
>>
>>
>
>
>WHY?????  The whole point of using Linux is to get out of the
>MS-Monopoly



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

From: Todd Simpson <[EMAIL PROTECTED]>
Subject: Re: Cable Modem in a Home Network
Date: Mon, 15 Feb 1999 09:17:39 -0500

This is a multi-part message in MIME format.
==============CD2FD311BBE131C0C6B30A3C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Perhaps someone could help me out then...

I've read the relevant HOWTO's and still can't figure out how to set up a local
network, connected to the Internet via a cable modem in my Linux machine.
Understand where I'm coming from here though -- I'm totally new to this and not
technical at all!

I too had the cable company install the cable modem into my Win95 PC but with
intentions of moving it over to my Linux box afterwards.  I want to setup a
network with two internal PC's running Win95 and the Linux machine. I have the
thin cable for the LAN, a network card for each PC and 2 for my Linux machine.
All the hardware.

Here's where I am -- I've got the Red Hat distribution with a 2.0 kernel (I
would upgrade to 2.2.1 but I can't figure that out either) . I've got two
ethernet cards (made by SMC) in place. The Linux box seems to find the first
one, eth0, but stops there. I can ping an outside Web site. That was Step 1.
Step 2 -- set up the internal network.

I can't for the life of me figure out how to configure the second one, eth1.
I've heard two things -- 1) add the second card to the kernal, recompile it. 2)
Compile the second one as a module but don't add it to the kernal. Just config
it using  'dhcpcd eth1'.  But which is right?

Even if I succeed at this, I don't understand how to properly configure each
card using ifconfig. Does each card get assigned the same inet, dstaddr and
netmask addresses? And how do I set up the route table afterwards?
So confusing.  If anyone knows of a 'Linux Networking for Dummies' FAQ, please
tell me where I can get it!!

I'm hoping someone who already has this setup working can help me out. I know it
can't be that hard..unless you're 'un-technical' like me  :-(

Todd






Eugene wrote:

> yeah. familiar situation. Whne I asked those morons "do you support Linux?"
> They said "uhhh we support NT..."
> Anyway, you can read the howtos at www.linux.org/help and
> www.linux-howto.com. You will need 2 network cards in your Linux box, one
> will connect to the local network and the other to the rest of the world via
> cable modem. To set up the Linux box as a gateway you do exactly the same
> thing as if it were a regular modem. Read the IP masquerading howto.
>
> And here is my Linux box, connected to the net via cable 24x7,
> www.happypenguin.dyn.ez-ip.net (ftp and mail server also working)
>
> Eugene
> [EMAIL PROTECTED]
>
> Bradley Owen wrote in message <[EMAIL PROTECTED]>...
> >I am in the process of networking my linux box with my other pc running
> >win98. Currently I have a modem in the linux box that I use for a ppp
> >connection to my isp. I'm planning on setting this up so I can use the
> >ppp connection from the win98 machine. Eventually I am going to
> >subscribe to a cable modem service (should be available in June).
> >
> >The cable modem service requires a 10baseT NIC using an rj45 connection,
> >as well as a static ip address. My home network NIC's are 10baseT
> >combo's, and I use the BNC connectors. The cable service will only
> >install to a windows pc, and they say explicitly they do not support
> >home lan's. So I will have to move this setup over to the linux box
> >myself.
> >
> >My question is, will I be able to replace the dialup in linux with the
> >cable modem, and still maintain my home network setup? Any help much
> >appreciated.
> >
> >--
> >
> >Bradley W. Owen        [EMAIL PROTECTED]
> >
> >We work in the dark; we do what we can; we give what we have.
> >Our doubt is our passion, and our passion is our task.
> >The rest is the madness of art.
> > Henry James

==============CD2FD311BBE131C0C6B30A3C
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Todd Simpson
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Todd Simpson
n:              Simpson;Todd
org:            Mortice Kern Systems Inc. (MKS)
adr:            185 Columbia Street West;;;Waterloo;Ontario;N2L 5Z5;Canada
email;internet: [EMAIL PROTECTED]
title:          Web Project Leader
tel;work:       (519) 883-4316
tel;fax:        (519) 884-8861
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:        2.1
end:            vcard


==============CD2FD311BBE131C0C6B30A3C==


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

From: [EMAIL PROTECTED] (Bryan D. McMeen)
Subject: Re: pop authentication via pam fails for some systems not others
Date: Mon, 15 Feb 1999 14:33:09 GMT

I posted this in response to another post...

Not that this will help, but we've been having the same problem ever
since I put in RH 5.2 + imap 4.4-2.

No, we're not being portscanned or hacked - all the host= addresses
are internal, all the users are using Outlook 97 or 98.  Those who are
using IMAP (with OL98) seem to be unaffected.

I even tried uninstalling imap and installing imap-4.1.final-1.  No
luck.

On Mon, 08 Feb 1999 16:58:49 GMT, [EMAIL PROTECTED] wrote:

>I have been having a problem that appears to be growing.  From time to time a
>user will start getting failures on pop3 authentication stage to a linux (red
>hat 5.0) server  When this occurs the message
>
>No such file or directory while reading line user=(user name) host=(ip
>address)
>
>starts showing up in the auth log file.
>
>Some times changing the user's password appears to fix the problem.  This is
>not always the case.  The problem customers are running outlook.  Running a
>manual pop3 session to the account works fine. It appears to either be an
>outlook problem or a network connectivity problem.  (or maybe both)
>
>Has anytone else seen this?
>
>Any ideas on how you fix it?
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

Bryan D. McMeen                                Symtec, Inc.
Consultant & systems/network administrator     315 West Wesley Street
[EMAIL PROTECTED]                     Wheaton, IL 60187 USA
http://www.symtecinc.com/~bdm                  http://www.symtecinc.com
Tel: (630) 871-3628                            Tel: (630) 871-9700

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

From: Malware <[EMAIL PROTECTED]>
Subject: Re: slow networking one way..  what's this mean?
Date: Mon, 15 Feb 1999 12:01:42 +0100

Hi Lee,

you wrote:
> I'm having an unusual problem with my network setup.  I have two computers,

It's not a unusual but a common one.

> I can telnet from the pentium to the 386 just fine, but when I try to go
> from the 386 to the pentium, it's very slow.  It takes about a minute for
> the login prompt to appear.  after I'm logged in, everything works as it

Setup your DNS settings properly. If you do not want to setup a local
nameserver you have to add all local machines to /etc/hosts.


Malware

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


** 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