Linux-Networking Digest #657, Volume #10         Sun, 28 Mar 99 09:14:10 EST

Contents:
  Re: Help on PPP dial-up (Bill Unruh)
  Re: cable modem doesn't work under linux -- strange (Larry Benoit)
  Re: need a hub to connect 2 machines w/ ethernet? ("Paul Bary")
  Re: PPP with ATT Worldnet (Mark Andal)
  Re: X-server/client on remote doesn't work ("David C. Hoos, Sr.")
  Re: Problems with FTP/Telnet (mist)
  Re: Using Linux instead of NT Server in home environment.... (Rod Roark)
  Re: email help please (Carles Arjona)
  Re: Linux + 2 Ethernet cards ("William R. Mattil")
  Re: PPP connections problem with RedHat 5.2 ("Jimmy Lee")
  Re: Two NIC's in 1 machine for double bandwidth? (John R. Campbell)
  Re: ISP<->Wingate(WIN NT)<->Linux ([EMAIL PROTECTED])
  email server with web interface (Knut Hansen)

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

From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: comp.os.linux.help,comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Help on PPP dial-up
Date: 27 Mar 1999 18:38:49 GMT

In <[EMAIL PROTECTED]> Farid <[EMAIL PROTECTED]> writes:

>here's the example of my chat script:
>'ABORT' 'BUSY'
>'ABORT' 'ERROR'
>'ABORT' 'NO CARRIER'
>'ABORT' 'NO DIALTONE'
>'ABORT' 'Invalid Login'
>'ABORT' 'Login incorrect'
>" 'ATZ'
>'OK' 'ATDT4945012'
>'CONNECT' "
>'myusername' 'mypassword'


This is all messed up. After connect you have an unclosed double quote.
which will confuse things. Then you have your script expecting
myusername from the remote machine, which I suspect it will never send,
and sending mypassword when your username comes. Similarly, on the line
" 'ATZ'
you have another unclosed double quote. Now I suspect both should have
been a pair of sinle quote. '' not ". But even then your
usename/password line is wrong
'ogin:' myusername
'assword:' mypassword
would probably be a more useful pair
>----snip---------

>OK,
>I cleared all the old messages, and create a new log file, /var/log/ppp,
>and set the link for ppp0 log to that file. Then I dial using minicom
>and do alt-q to exit minicom without disconnecting, and at prompt, I
>type pppd, this is what I get in the /var/log/ppp file:

So Why do you have the chat script if you are going to use minicom to
connect with??



>March 26 20:56:56 localhost pppd[609]: using interface ppp0
>March 26 20:56:56 localhost pppd[609]: Connect ppp0 <-->  /dev/ttyS0
>March 26 20:56:56 localhost pppd[609]: Sent [LCP ConfReq id=0x1
><asyncmap 0x0> <magic 0xfec5> <pcomp> <accomp>]

The remote machine is not expecting ppp negotiation, and is sitting
there sending you text (not 8 bit clean)


>March 26 20:56:56 localhost last messages repeated 9 times
>March 26 20:56:56 localhost pppd[609]: LCP : timeout sending
>Config-Requests
>March 26 20:56:56 localhost pppd[609]: connection terminated
>March 26 20:56:56 localhost pppd[609]: Receive serial link is not 8-bit
>clean
>March 26 20:56:56 localhost pppd[609]: Problem: all had bit 7 set to 0
>March 26 20:56:56 localhost pppd[609]:Hangup (SIGHUP)
>March 26 20:56:56 localhost pppd[609]: Exit

Might I suggest taht you get and follow the directions to the letter in
http://axion.physics.ubc.ca/ppp-linux.html

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

From: Larry Benoit <[EMAIL PROTECTED]>
Crossposted-To: athome.users-general
Subject: Re: cable modem doesn't work under linux -- strange
Date: Sun, 28 Mar 1999 07:38:43 -0500

Verify you have correctly set the default gateway to your ISP.

Arjun Banker wrote:

> My cable modem seems to act a bit strangely.  Right now, I have my system so
> that it dual boots Linux (RedHat 5.2) and Windows 98.  I first installed
> Windows 98, set up the network settings, and everything worked without
> problem.  After I installed Linux, the cable modem still worked under
> Windows 98, but the cable modem didn't work under Linux.  I used the same
> network settings as I did in Windows 98, but in linux, it could not resolve
> any dns, and when I pinged various servers to test it, it could only ping
> those inside the subnetwork.
>
> i.e.
> if my ip was 24.4.29.215, i could ping 24.4.29.176, but I could not ping
> 24.0.12.55 or www.microsoft.com or www.redhat.com
>
> assuming that this may be a DNS server misconfig., I rechecked the settings,
> but again, they were all correct.  Any suggestions?


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

From: "Paul Bary" <[EMAIL PROTECTED]>
Subject: Re: need a hub to connect 2 machines w/ ethernet?
Date: Sun, 28 Mar 1999 05:40:49 -0700

How about a REALLY non technical explaination...A twisted pair LAN cable is
composed of 6 (or 8..I forget) wires...some are designated for inbound
signals and some for outbound signals. Plugging a wire directly
into two machines without a hub or special cable connects the inbound wires
of one machine to the inbound wires of the other...the same is true of the
outbound wires. A hub, or special cable "cross connects" the wires so that
the outbound wires of one connect to the inbound wires of the other ...etc,
etc.

An analogy could be made to your stero system....you always connect the
stereo out port of one device to the stereo in port of another...

I would suggest using a hub rather that a cross connect cable as it will
allow the addition of other machines in the future....they are not very
expensive, and would be a piece of equipment you could get much use from
over the years.

Paul
Jon-o Addleman wrote in message <[EMAIL PROTECTED]>...
>Once upon a  Sun, 21 Mar 1999 16:36:34 -0500, Reuben Pasquini
><[EMAIL PROTECTED]> wrote:
>
>>Hi,
>>
>>I'm connecting two Linux machines over an ethernet with 10Base2 wire
>>(end looks like a big phone plug).  It looks like Linux recognizes
>>the card on both ends - the interfaces are up, and the routes are set.
>>However, the machines won't ping each other.
>>I've just connected the two machines directly with a cable.
>>Do I need to put a hub in between for some reason?  If so, why?
>>
>>Thanks in advance for the help.  Please cc replies to
>>[EMAIL PROTECTED]
>
>I read the other replies here, and I think all your questions can be
>answered in a bit more detail by looking at the ethernet howto. The
>linux documentation project (http://sunsite.unc.edu/LDP) has all of
>them.
>--
>
>Jon-o Addleman



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

From: Mark Andal <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.ppp
Subject: Re: PPP with ATT Worldnet
Date: Sun, 28 Mar 1999 07:37:10 -0500

BabylonGod wrote:
> 
> Has anyone setup a PPP connection under RedHat 5,2 for connecting to ATT
> Worldnet?  Thanks for any help.
> 
> -Peter
Go to this site
http://www.wurd.com/wurd/software/dialers/linux.html

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

From: "David C. Hoos, Sr." <[EMAIL PROTECTED]>
Subject: Re: X-server/client on remote doesn't work
Date: Sun, 28 Mar 1999 06:26:50 -0600
Crossposted-To: comp.os.linux.x


Joshua Schwartz wrote in message <[EMAIL PROTECTED]>...
>Hello to all,
>
>O.K. I want to login to a remote computer that boots
>and then sits waiting for something to do. Then from
>my local computer I want to rsh to the remote and redirect
>the DISPLAY variable to my local computer and run an application
>on the remote computer and see the graphical interface on the
>local. I used to do this all the time with Sun Sparc stations
>but can't seem to get it to work with Linux/Xfree86.
>
>I set the DISPLAY variable as follows on the remote
>DISPLAY=192.0.0.3:0
>
I use tcsh as my lohin shell (csh would work, too, in this regard),
and use the REMOTEHOST environment variable to define the
DISPLAY variable, viz.:

if ($?REMOTEHOST) then
  setenv DISPLAY $REMOTEHOST\:0.0
endif

The above fragment can be plced in the ~/.login file
 
>Note that my network uses illegal internet IP addresses.
>But I'm not connected to the outside world so I don't think
>this should matter for now. 192.0.0.3 is my local computer.
>
This is no problem -- I do the same.

A better choice for your network address though, would be
192.168.0, instead of 192.0.0, as it is my understanding
that 192.168.0 is guaranteed not to exist on the internet,

>when I try to run xedit I get an error message about not
>being able to open the display and xedit exits. Can any one suggest a
>way to get this to work. Perhaps I have to setup some permissions properly
>or a network configuration. I can rsh succesfully and ping etc.
>
Depending on your X-server and its host environment, you might need to
run xhost to allow a foreign client to use your display.

Hope this helps.

David C. Hoos, Sr.



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

From: mist <[EMAIL PROTECTED]>
Subject: Re: Problems with FTP/Telnet
Date: Sat, 27 Mar 1999 20:50:49 +0000
Reply-To: mist <new$[EMAIL PROTECTED]>

Andrew <[EMAIL PROTECTED]> scribed to us that -
>I am having trouble connecting to my linux machine (redhat 5.2) using telnet
>and ftp.  I can ping the machine with no problems from my nt box and it can
>ping the nt box as well (responce times are as they should be, no timeouts
>either)  When i try to by ftp or telnet it takes around 60 seconds or so to
>connect.  I will ftp over to my linux box and it will say connected to
>10.10.10.2 but then it will take 30-60 seconds to bring up the login screen.
>Same for telnet.  Also, once logged in under ftp or telnet it is quick (no
>delays).  The part i am confused about is when i ftp from my linux machince
>to itself (localhost) or to my winnt box (nt server 4.0) it connects very
>quickly without any problem.  The only way i seem to be able to remedy the
>problem is to stop the dns server sevice on my nt server box and connect to
>the ip of the linux machine.  If anyone has any ideas as to how i could fix
>this problem i would greatly appreciate a responce
>

The stock answer for that oft-asked question is to put the IP addresses
of the machines that you're connecting *from* into /etc/hosts on the
Linux box.  In your case though you might also want to look at the DNS
setup on that NT machine to make sure it's working properly for both
forward and reverse lookups for your network.
-- 
Mist.

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

From: Rod Roark <[EMAIL PROTECTED]>
Crossposted-To: 
microsoft.public.windowsnt.misc,microsoft.public.windowsnt.setup,comp.os.linux.misc,comp.os.linux.setup,micorosft.public.outlook
Subject: Re: Using Linux instead of NT Server in home environment....
Date: 28 Mar 1999 13:03:14 GMT

Stuart Summerville <[EMAIL PROTECTED]> wrote:
>...
>What are your experiences when taking this approach? Does one have to
>sacrifice many windas niceties in order to take advantage of Linux? &
>please, no barking about how well Linux handles these services - I
>know - I just want to know how well it compares to NT on the
>usability/feature-wise scale.

Take a look at http://citv.unl.edu/linux/LinuxPresentation.html.
It's a bit old now, but has a lot of detail.

-- Rod
======================================================================
Sunset Systems                           Preconfigured Linux Computers
http://www.sunsetsystems.com/                      and Custom Software
======================================================================

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

From: Carles Arjona <[EMAIL PROTECTED]>
Subject: Re: email help please
Date: Sun, 28 Mar 1999 00:44:08 +0100

ben <[EMAIL PROTECTED]> wrote:
> 
> MDaemon would send
> the string "ETRN ldcglobal.com" to the ISP's mail server and the ISP
> would release the queue of email to MDaemon.  Users then could check
> their individual accounts through any POP3 mail client.
..
> how do I set up the equivalent of MDaemon on
> the linux box ...

Retrieve messages with fetchmail:
  "fetchmail  -  fetch mail from a POP, IMAP, or ETRN-capable
   server".
Install a MTA, like sendmail:
  http://www.sendmail.org
  http://personal1.iddeo.es/ret005lc/diald-win-e.html#sendmail
  news:comp.mail.sendmail

and procmail as local MDA.
You need also a POP3 server, which depends of your linux distribution.

Regards.

Carles Arjona    [EMAIL PROTECTED]
-
Please, just remove the second NOSPAM for replies from newsgroups.
(Yes, NOSPAM is my real username)
[Don't send me e-mail copies of usenet postings, please]

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

From: "William R. Mattil" <[EMAIL PROTECTED]>
Subject: Re: Linux + 2 Ethernet cards
Date: Sat, 27 Mar 1999 19:57:53 -0600

[EMAIL PROTECTED] wrote:

> In article <[EMAIL PROTECTED]>,
>   "William R. Mattil" <[EMAIL PROTECTED]> wrote:
> > Tom Neilson wrote:
> >
> > > [EMAIL PROTECTED] wrote:
> > > : In article <[EMAIL PROTECTED]>,
> > > :   Raymond Doetjes <[EMAIL PROTECTED]> wrote:
> > > :> Read the Multi Homed howto. There you see how to add a eth1 as lilo
> > > :> parameters this does work.
> > > :>
> > > :> Raymond
> > > :>
> > >
> > > : I looked everywhere for this "Multi Homed howto," but couldn't find it.
> Does
> > > : anyone know where I can find this?
> > >
> > > : --Daniel
> > >
> > > : -----------== Posted via Deja News, The Discussion Network ==----------
> > > : http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own
> > >
> > > Practical example:
> > >
> > > # LILO configuration file
> > > # generated by 'liloconfig'
> > > #
> > > # Start LILO global section
> > > append="eth0,0x210,9 eth1,0x6780,5"
> > > boot = /dev/hda
> > > vga = normal
> > > # End LILO global section
> > > # Linux bootable partition config begins
> > > image = /boot/zImage
> > >   root = /dev/hda1
> > >   label = linux
> > >   read-only
> > > # Linux bootable partition config ends
> > >
> > >
> >
> > This will only work if support for the NIC's is compiled directly into the
> kernel.
> > Not supported as modules. IIRC this is the most glaring error in the Multi0NIC
> > Howto.
> >
> > Regards
> > Bill
> >
> > --
> > William R. Mattil       | Fred Astaire wasn't so great.
> > [EMAIL PROTECTED]  | Ginger had to do it all backwards
> > (972) 399-4106          | and... in high heels.
> >
> >
>
> I beg to differ.  I finally got my two cards recognized using the lilo.conf
> method of initializing the cards.  Unless I am mistaken, my drivers are not
> directly compiled into the kernel.  I.e., it is an out of the box installation
> of TurboLinux 1.0 and during the installation, I specifically skipped auto-
> probing and loading of my network card drivers.
>
> Works like a charm.
>
> BUT, it is very important to mention, another thing I did to REALLY make the
> bad boy work in its entirety (is that how you spell entirety???)
>
> In my /etc/conf.modules I entered the following:
>      alias eth0 lance
>      options lance io=0xfce0 irq=11
>      alias eth1 3c59x
>

Let me see if I get this right, You are telling me that I am wrong and then in the
very same response you confirm exactly what I said ???? Curious.......

But make no mistake about it, LILO will not pass parameters to the modules. Read
through the source code if you have any real doubts. And please don't confuse the
issue for those are are already confused enough on this issue.



> (For some reason, options were REQUIRED to make my lance driver load, while my
> 3c59x driver REFUSED to work, IF I entered options.  Go figure).
>
> Going back to my previously mentioned /etc/lilo.conf set up, here is what I
> did:  append "ether=0,0,eth0 ether=0,0,eth1"
>
> Oh, one more thing, out of the box, both cards shared the same IRQ 11.  As
> there were no jumpers to let me reset these IRQs, or the necessary
> configuration software that everyone claims is shipped with 3com cards, I was
> forced to go into the BIOS setup (F2 while the machine boots up), and change
> each PCI Bus setting from "Auto-Detect" to my desired settings, in this case
> IRQ11 for PCI bus 1, and IRQ10 for PCI bus 3.  (PCI Bus 2 was being used by
> the monitor and was set to IRQ 9).
>
> Very simple to implement, very difficult to troubleshoot and pin down.  Hours
> of trial and error, rounds of sleepless nights.

>
> Just for reference, I have an HP Vectra XA, an AMD PCnet PCI network card (the
> lance.o driver), and a 3Com 3c905B card (the 3c59x driver).
>
> Whew.
>
> --Daniel G. Rodriguez
>
>

On the island of the blind a one eyed man would be king


Bill
--
William R. Mattil       | Fred Astaire wasn't so great.
[EMAIL PROTECTED]  | Ginger had to do it all backwards
(972) 399-4106          | and... in high heels.



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

From: "Jimmy Lee" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: PPP connections problem with RedHat 5.2
Date: Sun, 28 Mar 1999 21:32:39 +0800

Hi,

Thanks for your reply first.

I found my problem is much more about the pppd.  Since I found that I can
type the pppd after quit from the minicom without resetting, however, I
cannot found the ppp0 by using the ifconfig command.  That means ppp0 NEVER
exist in the Linux box from my past experience.

Any ideas about this?

Thanks in advance.

Jimmy Lee

Jon-o Addleman ���g��峹 <[EMAIL PROTECTED]>...

>If this is all that's happening, you just have to type the pppd
>command faster! I suggest having it waiting on another virtual
>terminal, so you can exit minicom and switch over and press enter
>before it hangs up.
>




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

From: [EMAIL PROTECTED] (John R. Campbell)
Crossposted-To: comp.sys.ibm.pc.hardware.networking
Subject: Re: Two NIC's in 1 machine for double bandwidth?
Reply-To: [EMAIL PROTECTED]
Date: Sun, 28 Mar 1999 13:42:21 GMT

On Sun, 28 Mar 1999 07:34:14 GMT, Bio Hazard <[EMAIL PROTECTED]> wrote:
>If I want to network two machines together, is it possible to transfer
>files at 24 MBytes/sec between the machines by adding a second network
>card to both machines?

        Assuming the two machines have that funky "nic-to-nic" cable,
        you end up w/ a point-to-point deviant of EtherNet.  With
        fewer stations on the network, the usable amount of that 100Mbps
        bandwidth goes up since there's less contention.  If the cards
        can handle, it, BTW, you can probably set them up for full
        duplex-  though your mileage may vary.

        You *can* boost the *aggregate* bandwidth of the network but
        you cannot boost the bandwidth of a particular task (session)
        by doing this (although, with multiple web server processes you
        can subdivide the bandwidth and get bigger numbers).  If you're
        doing simple FTP transfers, no, only one of the cards'll be
        utilized.

-- 
 John R. Campbell           Speaker to Machines                 [EMAIL PROTECTED]
 - As a SysAdmin, yes, I CAN read your e-mail, but I DON'T get that bored!
   Disclaimer:  All opinions expressed are those of John Campbell alone and
                do not reflect the opinions of his employer(s) or lackeys
                thereof.  Anyone who says differently is itching for a fight!


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

From: [EMAIL PROTECTED]
Subject: Re: ISP<->Wingate(WIN NT)<->Linux
Date: Sun, 28 Mar 1999 13:18:22 GMT

Does anyone know if there is a Linux Wingate 3.0 Internet Client (WGIC)
available?  I realize that one can configure the Linux clients to run through
the Wingate proxies, but a client for their Winsock Redirection protocol would
make things a lot easier.

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: Knut Hansen <[EMAIL PROTECTED]>
Subject: email server with web interface
Date: 28 Mar 1999 13:40:20 GMT


Hello,

I'm looking for an email server software that does the same 
with Linux that Ipswitch imail does with Windows NT:

- serve mail for multiple domains on one machine 
 (so we can have one pop account [EMAIL PROTECTED] and
a different one [EMAIL PROTECTED]

- administer domains, pop accounts and aliases via the web

Is there something like that out there, maybe as an extension to
sendmail or exim?

Greetings
Knut Hansen



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


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