Linux-Networking Digest #77, Volume #12 Sun, 1 Aug 99 13:13:40 EDT
Contents:
Re: Why is the PPP server so slow? ([EMAIL PROTECTED])
Cnet Eathernet card fix (Daniel Orton)
Re: Network unreachable (George Laverick)
Can't telnet myself (Florian Lorenzen)
Re: password problems with samba and windows 98 clients ("Scott Fleming")
Bandwith Manger ("Horst Lederhaas")
PORT FORWARD ("Horst Lederhaas")
Re: PCMCIA NIC seems ok, but cannot actually get packets sent (Miguel R)
Re: Sendmail Delivery Options ("Aaron N Martin")
Re: I need help please! (Abdullah Ramazanoglu)
Sendmail Delivery Options ("Andrew Taylor")
Re: ppp - connection keeps failing ("TwoSheds")
Re: Sendmail Delivery Options (Anjan Sen)
Re: Any good traffic/bandwidth monitoring software for linuxbox? (Bernd Eckenfels)
Re: Win98 <-> Linux Reverse situation. (Florian Lorenzen)
Re: Samba configuration (John)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Why is the PPP server so slow?
Date: Sun, 01 Aug 1999 15:02:11 GMT
In article <[EMAIL PROTECTED]>,
Zoltan Pittner <[EMAIL PROTECTED]> wrote:
> Hi.
>
> I'm trying to use the Red Hat 6 as internet gateway in a corporate
> enviroment. I don't have internet connection just yet, but the server
is
> set up, ready to go. In the server I have two network cards (100Mbs)
one
> is connected to the internal betwork, the other one will be connected
to
> the ADSL (2.5Mbs) router (perhaps tomorrow). The computers on the
> network are configured (through an NT DHCP server) to have the default
> gateway pointing to the internal network card in the Linux machine.
> Whenever I try to telnet from a workstation to the Linux I have to
wait
> 3-5 minutes while it is connecting properly. Same with the FTP and
POP3
> servers.
> the Linux originally was set up to use as default gateway it's own
> (internal) IP, but I took that out, hoping that the whole thing will
> speed up a little bit.
>
> Any idea what's going on?
>
> thanks, Zoltan
I had a similar problem, but without the dual interface or gateway.
It turned out that DNS running on the Linux box was confusing the
clients. I solved the problem by disabling DNS since it was not really
needed. Clients could connect instantly if I used the IP address instead
of the host name.
Hope this helps.
Cheers!
Syd.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (Daniel Orton)
Subject: Cnet Eathernet card fix
Date: Sun, 01 Aug 1999 14:21:47 GMT
Reply-To: [EMAIL PROTECTED]
While i have been trying to get my own network going, many of you have
asked me just how to get Cnet eathernet card working, so here it is
1. set the EPROM to use irq 9 IO: 300 ( doesn't seem to work on
anything else)
2. Take the card off of P&P set it to jumperless
3. i prefer to compile my kennel to have the other ISA and
NE200/NE1000 part of the kernel instead of modual
4. edit the file of your choice to include ( or command prompt if you
like)
ether=9,300 # ( IRQ, IO)
ifconfig eth0 x.y.z.q
the website for the Cnet cards is:
http://www.cnet.com.tw
and thats what i did to get my card working
------------------------------
From: George Laverick <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general
Subject: Re: Network unreachable
Date: Sun, 01 Aug 1999 14:30:33 GMT
The alias line is there in /etc/config, but no line beginning with eth0
shows up in dmesg.
W.G. Unruh wrote:
>
> George Laverick <[EMAIL PROTECTED]> writes:
>
> >I have just added aLinux box to an existing NT network. It is a Dell
> >Poweredge 6300 with the RAID controller removed. I have loaded RH 5.1
and
> >everything seems to work except networking. I installed TCP/IP with an
IP
> >address of 192.1.1.94, subnet mask of 255.255.0.0, network of 192.1.0.0
> >and broadcast of 192.1.255.255. The computer came with an Intel
> >Etherexpress Pro 10/100. When that didn't work, I reinstalled with a
3Com
> >3C905, same result. I have tried another 3C905 and two 3C590's, all
with
> >the same result. I know the 3Com cards are good because I took them
out
> >of working systems.
>
> You need to set it up so that the driver for the card is loaded at boot
time.
> Look for a line in dmesg to see if it was loaded. One thing tht is
needed is
> a line like
> alias eth0 ne2k-pci
> in /etc/conf.modules ( where ne2k-pci to be replaced with the driver
> for you particular card)
> I am not sufficiently knowldgable to knwo what else is needed. to start
up
> the driver for your card.
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: Florian Lorenzen <[EMAIL PROTECTED]>
Subject: Can't telnet myself
Date: Sun, 01 Aug 1999 15:47:35 +0100
Hi,
I tried had to telnet myself but the telnet client message is
"connection refused". I've checked all entries in hosts.allow and
hosts.deny, enabled the inetd-service for /usr/sbin/tcpd in.telnetd and
couldn't find the problem. I've as well restarted the servers few times
that changes could take effect.
Does anyone know, which configuration-file might be the problem?
Florian
------------------------------
From: "Scott Fleming" <[EMAIL PROTECTED]>
Subject: Re: password problems with samba and windows 98 clients
Date: Sun, 01 Aug 1999 15:31:24 GMT
This was the fixer! I can now see and access shares on the linux box, and
it's hat's off to FOX for the help!
Fox <[EMAIL PROTECTED]> wrote in message
news:#Jxnst32#GA.153@cpmsnbbsa05...
> I am a bit of a newbie, (a Unix pro, but new to Linux).
>
> I have two Win 98 Pcs connected to Redhat 5.2 using user level security.
It
> did not work first time, so don't give up, keep trying.
>
> For the record Windoze 98 uses encrypted passwords so set the SAMBA
smb.conf
> as below :-
>
> workgroup = <Your Win 98 Workgroup name>
> hosts allow = 169.254.118. (Use your IP here, the missing entry
allows
> any machine on the workgroup to access Linux)
>
> security = user (or it could be share, but it MUST match the PC share
set
> up)
>
> socket options = TCP_NODELAY
> local master = yes
> domain master = yes (NOT if you have an NT server)
> domain logons = yes
> preserve case = yes
> short preserve case = yes
> default case = lower
> encrypt passwords = yes
> smb passwd file = /etc/smbpasswd
>
> #The next bit will let you at least let you see /tmp
> [tmp]
> comment = Temporary file space
> path = /tmp
> read only = no
> public = yes
>
> Also make sure that you have the file /etc/smbpasswd its kind of vital.
All
> SAMBA users MUST exsist as normal Linux users (set these up in the noramal
> way). Then (while logged into Linux as root) add the users to SAMBA using
> the command :-
>
> smbpasswd -a fred (ok so its not a very original name)
> then you will be asked for the old password (just type enter) and then the
> new password that you want to use.
>
> The above works, I got it right out of my smb.conf file.
>
> The bigest problem seems to be how the Win PC's are configured, it took me
> just over a week to get Linux right and nearly three to get Mr Gate's
> monster to co-operate.
>
> Oh by the way DO NOT be tempted to edit the Win registry to set passwords
to
> plain text if you EVER intend to use the PC for access to the internet.
Its
> not nescessary and it is one of the big Windoze security holes.
>
>
> --------------------------------------------------------------------------
--
> --------------------------------------
>
> Fox is right the truth is out there, but then so is Bill Gates,
> Arrrrggggghhhh.
>
> --------------------------------------------------------------------------
--
> --------------------------------------
>
> Scott Fleming <[EMAIL PROTECTED]> wrote in message
> news:tERn3.9790$[EMAIL PROTECTED]...
> > A small 3 pc network, on a hub, 2 windows98 machines and my 5.2 RH
> machine,
> > I'm having trouble with getting the RH machine to allow the windows
> clients
> > to browse the share folders on the linux machine.
> >
> > To date I have the following configured:
> >
> > All pc's show in the network nieghborhood browse window. When accessing
> the
> > RH machine, it prompts me for a password, to log in to the RH machine. I
> was
> > told to edit the /etc/passwd file, and on the line of the file that
> contains
> > the login for the host requesting access add the NOPASSWORD text. Still
is
> > not working, and after reading several HOWTO's, mini HOWTO's and
> HOWNOTTO's,
> > I'm thoroghly convinced that this is a difficult thing to configure.
> >
> > Any assistance is *greatly* appreciated.
> >
> > Thanks,
> > Hawkwynd
> >
> >
> >
>
>
------------------------------
From: "Horst Lederhaas" <[EMAIL PROTECTED]>
Subject: Bandwith Manger
Date: Sun, 1 Aug 1999 16:51:44 +0200
where i can get a bandwith manager?
------------------------------
From: "Horst Lederhaas" <[EMAIL PROTECTED]>
Subject: PORT FORWARD
Date: Sun, 1 Aug 1999 16:48:24 +0200
how can i forward the port 25 from one linux to a other linux?
horst
------------------------------
From: Miguel R <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: PCMCIA NIC seems ok, but cannot actually get packets sent
Date: 1 Aug 1999 15:31:31 GMT
Dave wrote:
>
> All,
>
> I have a Dell Inspiron 3500 (P2-233 w/ 64mb RAM)
> I have RedHat 5.2 clean install. I shrunk my Win95 partition down w/
> Partition Magic.
> I am running whatever version RedHat ships with of everything so far.
> I have all of the default services running (save named because I got
> really annoyed).
> At the end of this will be outputs of files I think may be of
> interest.
>
> OK. I have two PC Cards, a 3Com 3C575 and a Linksys Etherfast 10/100.
> Both cards exhibit _exactly_ the same behavior and I could care less
> which I actually get working (although the 3com is 3.3v...).
>
> When I boot, no errors, cards in or out. They both give the two high
> beeps and configure. I can ping the daylights out of myself. I can
> hit no other object on the network. My routing tables are exactly
> like my desktop pc (and no I am not using the same IP). My entire
> config, save the pc card stuff, is the same.
>
> Any ideas?
>
>
> lsmod output:
>
> nls_cp437 1 1 (autoclean)
> pcnet_cs 2 1
> 8390 2 [pcnet_cs] 0
> ds 2 [pcnet_cs] 2
> i82365 5 2
> pcmcia_core 9 [pcnet_cs ds i82365] 0
> appletalk 4 0 (autoclean)
> ipx 3 0 (autoclean)
> Module Pages Used by
>
> config.opt
>
> include port 0x100-0x4ff, port 0x1000-0x17ff
> include memory 0xc0000-0xfffff, memory 0xa0000000-0xa0ffffff
> #
> # Extra port range for IBM Token Ring
> #
> include port 0xa00-0xaff
> #
> # Resources we should not use, even if they appear to be available
> #
> # First built-in serial port
> exclude irq 4
> # Second built-in serial port
> exclude irq 3
> # First built-in parallel port
> exclude irq 7
> #
> # Options for loadable modules
> #
> # To fix sluggish network with IBM ethernet adapter...
> #module "pcnet_cs" opts "mem_speed=600"
> #
> # Options for Xircom Netwave driver...
> #module "netwave_cs" opts "domain=0x100 scramble_key=0x0"
>
> cardctl ident output:
>
> Socket 0:
> no product info available
> Socket 1:
> product info: "Linksys", "EtherFast 10/100 PC Card (PCMPC100)", ""
> manfid: 0x0149, 0xc1ab
> function: 6 (network)
>
> /var/log/messages (trimmed)
>
> Apr 21 18:41:08 djhmobile kernel: Swansea University Computer Society
> IPX 0.34 for NET3.035
> Apr 21 18:41:08 djhmobile kernel: IPX Portions Copyright (c) 1995
> Caldera, Inc.
> Apr 21 18:41:08 djhmobile kernel: Appletalk 0.17 for Linux NET3.035
> Apr 21 18:41:08 djhmobile kernel: ne.c: No NE*000 card found at i/o =
> 0x12c
> Apr 21 18:41:09 djhmobile kernel: Linux PCMCIA Card Services 3.0.5
> Apr 21 18:41:09 djhmobile kernel: kernel build: 2.0.36 unknown
> Apr 21 18:41:09 djhmobile kernel: options: [pci] [cardbus]
> Apr 21 18:41:09 djhmobile kernel: Intel PCIC probe:
> Apr 21 18:41:09 djhmobile kernel: TI 1220 CardBus at mem 0x68000000,
> 2 sockets
> Apr 21 18:41:09 djhmobile kernel: host opts [0]: [ring] [pwr save]
> [serial pci & irq] [no pci irq] [lat 168/176] [bus 32/34]
> Apr 21 18:41:09 djhmobile kernel: host opts [1]: [ring] [pwr save]
> [serial pci & irq] [no pci irq] [lat 168/176] [bus 35/37]
> Apr 21 18:41:09 djhmobile kernel: ISA irqs (default) =
> 3,4,5,7,9,10,11,12 status change on irq 11
> Apr 21 18:41:09 djhmobile cardmgr[221]: starting, version is 3.0.5
> Apr 21 18:41:09 djhmobile cardmgr[221]: watching 2 sockets
> Apr 21 18:41:09 djhmobile kernel: cs: IO port probe 0x1000-0x17ff:
> excluding nothing: probe failed.
> Apr 21 18:41:09 djhmobile kernel: cs: IO port probe 0x0100-0x04ff:
> excluding 0x220-0x22f 0x320-0x327 0x388-0x38f 0x4d0-0x4d7
> Apr 21 18:41:09 djhmobile kernel: cs: IO port probe 0x0a00-0x0aff:
> clean.
> Apr 21 18:41:09 djhmobile cardmgr[221]: initializing socket 1
> Apr 21 18:41:09 djhmobile kernel: cs: memory probe
> 0xa0000000-0xa0ffffff: clean.
> Apr 21 18:41:09 djhmobile cardmgr[221]: socket 1: Linksys EtherFast
> 10/100 Fast Ethernet
> Apr 21 18:41:10 djhmobile cardmgr[221]: executing: 'insmod
> /lib/modules/preferred/net/8390.o'
> Apr 21 18:41:10 djhmobile cardmgr[221]: executing: 'insmod
> /lib/modules/preferred/pcmcia/pcnet_cs.o'
> Apr 21 18:41:10 djhmobile kernel: eth0: NE2000 Compatible: port 0x300,
> irq 5, hw_addr 00:E0:98:03:1A:24
> Apr 21 18:41:10 djhmobile cardmgr[221]: executing: './network start
> eth0'
>
> David Heritage
> [EMAIL PROTECTED]
I have found the same problem. I have posted this question to some other
groups, so may be you have found it before.
I have an ApexData Multicard Ethernet/modem that works fine on Win3.1 (yes,
win 3.1) but when using it with linux it comes with an error like
eth0: Tx timed out, lost interrupt? TSR=0x0, ISR=0x40, t=11999
eth0: pcnet_reset_8390() did not complete
I can ping to localhost, and ifconfig -a looks perfectly fine. cardmgr
report no problem (2 high frecuency beeps). Everything looks ok.. routing
table, ethernet address,... but no transmission at all
Could anyone tellme how to fix it?
Miguel R.
[EMAIL PROTECTED]
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: "Aaron N Martin" <[EMAIL PROTECTED]>
Crossposted-To: comp.mail.sendmail,demon.ip.support.unix,demon.tech.unix
Subject: Re: Sendmail Delivery Options
Date: Sun, 01 Aug 1999 15:33:29 GMT
This is accomplised through the sendmail.conf file. I would strongly advise
checking on one of O'Riely books before editing it though.
Thanks
Aaron N. Martin
Andrew Taylor <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi,
>
> I have a 99% working sendmail config on a Mandrake 6 box. What makes
> Sendmail queue it's external mail until my ppp connection is up but
deliver
> internal mail imediatley?
>
> Andy
>
>
>
------------------------------
From: Abdullah Ramazanoglu <[EMAIL PROTECTED]>
Subject: Re: I need help please!
Date: Sun, 01 Aug 1999 18:54:46 +0300
tetsuo shima wrote:
>
> Hi people!
> As a newbie, I installed Linux Slackware few days ago and I got problems to
> configure my modem!
> it is an internal modem on com 3, irq9
> how can I make it detected by linux?
>
> Any help will be greatly welcomed!!!
> Thanks.
Hi Tetsuo,
Your modem could be a winmodem which can't work with Linux. I hope that
it's not a winmodem. To be sure, please visit
http://www.o2.net/~gromitkc/winmodem.html
Good luck
--
Abdullah Ramazanoglu [ aramazanoglu AT demirbank DOT com DOT tr ]
------------------------------
From: "Andrew Taylor" <[EMAIL PROTECTED]>
Crossposted-To: comp.mail.sendmail,demon.ip.support.unix,demon.tech.unix
Subject: Sendmail Delivery Options
Date: Sun, 1 Aug 1999 16:27:21 +0100
Hi,
I have a 99% working sendmail config on a Mandrake 6 box. What makes
Sendmail queue it's external mail until my ppp connection is up but deliver
internal mail imediatley?
Andy
------------------------------
From: "TwoSheds" <[EMAIL PROTECTED]>
Subject: Re: ppp - connection keeps failing
Date: Sun, 1 Aug 1999 16:06:13 +0100
Great. This sounds like progress at last :-)
- Kev
W.G. Unruh wrote in message ...
>"TwoSheds" <[EMAIL PROTECTED]> writes:
>>Jul 24 13:02:24 localhost chat[781]: send (ATZ^M)
>>Jul 24 13:02:24 localhost chat[781]: expect (OK)
>>Jul 24 13:02:43 localhost chat[781]: ATZ^M^M
>>Jul 24 13:02:43 localhost chat[781]: OK
>>Jul 24 13:02:43 localhost chat[781]: -- got it
>You have IRQ problems. NOt the 19 second delay between sending ATZ and
recieving
>OK. You do not have the modem IRQ set up using setserial as the same as
>the IRQ wich your modem is actually using. These delays will mean
>dropped characters and timeouts ( as you are getting.
------------------------------
From: [EMAIL PROTECTED] (Anjan Sen)
Crossposted-To: comp.mail.sendmail,demon.ip.support.unix,demon.tech.unix
Subject: Re: Sendmail Delivery Options
Date: Sun, 1 Aug 1999 17:10:26 +0100
Reply-To: [EMAIL PROTECTED]
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] says...
> I have a 99% working sendmail config on a Mandrake 6 box. What makes
> Sendmail queue it's external mail until my ppp connection is up but deliver
> internal mail imediatley?
I have define(`confDELIVERY_MODE',`b') set in my .mc file. This means
that delivery is attempted in the background. With my setup, local
mail is delivered immediately. For other mail, if I am online it gets
tossed over to post.d.c.u, otherwise it gets queued automatically due
to DNS lookup failures. In ip-up.local I do a sendmail -q that sends
the mail when the PPP link comes up.
Other values are
define(`confDELIVERY_MODE',`q') - queue always
define(`confDELIVERY_MODE',`d') - deferred delivery
define(`confDELIVERY_MODE',`i') - immediate
The O'Reilly Bat book is excellent and explains all of these things,
although it is not for the faint hearted.
Also checkout www.sendmail.org for the FAQ and tips
Anjan
------------------------------
From: Bernd Eckenfels <[EMAIL PROTECTED]>
Subject: Re: Any good traffic/bandwidth monitoring software for linuxbox?
Date: 1 Aug 1999 15:48:50 GMT
Mike <[EMAIL PROTECTED]> wrote:
> Looking for software that gives report.. daily or monthly.. just something
> that gives reports of traffic and or bandwith usage. I looked at the MRTG
> suite but tried setting it up.. aparently it's geared for routers and I had no
> luck finding info on if it's possible to set it up for a linux box.
iptraf, ipacct, net-acct, argus are some possible solutions. In addition you
can use snmp. See http://sites.inka.de/lina/freefire-l/tools.html
Greetings
Bernd
------------------------------
From: Florian Lorenzen <[EMAIL PROTECTED]>
Subject: Re: Win98 <-> Linux Reverse situation.
Date: Sun, 01 Aug 1999 16:21:08 +0100
Hi,
it depends what kind of server your Win-box is supposed to be.
I guess, you want (why ever) use your Win-computer to access the
Internet with your Linux-box.
Then, you have to set up a proxy-server on the Win-machine, there is a
free proxy called Internet Gate that is very easy to configure but not
very powerful. If you want WWW, News, Mail, FTP via the Win-machine,
Internet Gate works quite satisfying.
But of course, you can use your Win-computer as Web-server as well using
Apache.
Sorry, but I don't know where to download these two programs, have a
look yourself.
Florian
[EMAIL PROTECTED] wrote:
>
> Everybody uses Linux box as a server and have their win9x machine
> networked as an client machine. However my case is exactly reversed
> I want to use my Win98 box as server and linux as a client.
> Is there any instruction on this type of setup on the web?
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
------------------------------
Date: Sun, 01 Aug 1999 13:00:17 -0400
From: John <"jmiller"@(nospam).provide.net>
Subject: Re: Samba configuration
Just recently got past this error. You have to check you settings in
/etc/inetd.conf and /etc/services. I also made a change on my windows
box while I fixed the two files mentioned, but I don't think it was the
problem. Anyway, on the windows, box I changed the Primary Network
Logon in my Network properties to Client for Microsoft Networks.
mellster wrote:
>
> First ,thanx for pointing me to the step by step guides to configuring
> samba that have been posted here several times
> http://www.sfu.ca/~yzhang/linux/samba/index.html
> and
> http://home.talkcity.com/MigrationPath/maguai/samba.html
>
> in the past several days. I have been thru them several times to verify
> that my configuration matches the examples. I think that I am very close but
> when attempting to start swat from netscape I get the follwing error
> message. "A network error occured while netscape was recieving data.(Network
> error : connection reset by peer) Try connecting again later "
> Based upon this error message can someone please tell me where to look for
> the mistake that I have made and or is there another way to access swat
> without using a browser (I would still prefer a GUI vs. command line)
> preemptive thanxs expressed
> BobC
------------------------------
** 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
******************************