Linux-Networking Digest #766, Volume #9           Sun, 3 Jan 99 17:13:58 EST

Contents:
  Re: Anyone doing Dial-On-Demand? (Frank Hahn)
  Re: Anyone doing Dial-On-Demand?
  Sendmail, Dial up??? (Roy Prowell III)
  Re: please help me with this problem (Paul B. Brown)
  Re: DHCPD example ("Jeremy Wiebe")
  Re: New to DNS Setup (Paul B. Brown)
  Problems with LAN Ping (Jesse Hughes)
  Re: do I need a router or a gatway (Paul B. Brown)
  Re: HELP!!! Linux Questions! (A. van Dijk)
  What is causing collisions on my lan? (Brent Rader)
  Help! 2 NICs, 1 router - can ping external NIC from net, can't ping router ("Neil 
Robinson")
  Debian/Win98 3C509 conflict? (Steve)
  Linux doesn't recognize my modem...Help! (Usman Abbasi)
  Re: Okay, this is a tough one, using NT PDC for logins into my Linux box (James 
Youngman)
  Re: Want to do direct install of Redhat 5.2 via FTP since I have Cox@home but am 
stuck in the DUNGEONS OF DOOM !!! SO HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP !!! (Henrik 
Hovi)
  Re: Problems with LAN Ping (Jesse Hughes)
  DNS+PPP+DEMAND+IPv4=Problem (KRH)
  PPP: No dependency info for module: "dev/modem" ("Hughes")
  Re: Fat 32??? (Roy Prowell III)
  Re: Can't find rc.inet1, rc.inet2 in REDHAT?? (Pete Keyes)
  Re: Can ping IP address but not server name??? (Marc)

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

From: [EMAIL PROTECTED] (Frank Hahn)
Subject: Re: Anyone doing Dial-On-Demand?
Date: 3 Jan 1999 20:06:29 GMT
Reply-To: [EMAIL PROTECTED]

On Sat, 02 Jan 1999 20:53:27 -0500, Jim Kempe <[EMAIL PROTECTED]> wrote:
>I'm using Redhat 5.0, with a modem connection to my ISP.  I manually
>start the ppp connection (/etc/ppp/ppp-on) and the masquerading works
>like a charm (from win98/win95 boxes on the ethernet).  This is a home
>setup.  10BaseT network for 3 machines to the linux box.
>
>I'd really like to get the modem connection to start up on demand,
>rather than teach the family to telnet to the linux box to start it up.
>
>Anyone doing this?  My copy of the Dial-On-Demand howto refers to the
>ability of kerneld to run scripts, referring to the kernel howto.  But
>that document (at least my copy) doesn't seem to discuss it.
>
I prefer using the diald package.  Others probably prefer installing
a newer version of the ppp demon which supports on-demand-dialing.

I have a three computer network.  A 486 running Slackware, a 586 running
Windows 95, and a Sun Sparc 20 running Solaris.  The Linux machine has
the diald package running on it.

If you get the diald package, be sure and also get the patch which
upgrades it to version 0.16.5.  I think people have had trouble
compiling just the 0.16 version.

If you are running Samba, I have seen others mention that Samba network
traffic will bring up the connection.  I have not had this problem.
At least with diald, I think you can filter some of this stuff out
if needed to keep the link to your ISP from coming up.

The other thing you may or may not have problems with is when sending
email.  I had to do some modifying to my /etc/sendmail.conf file
to get sendmail on the Linux machine to queue the email on the Linux
machine.  When my link to the ISP comes up, that's when I send the
email.  I didn't want the link to come up everytime I sent out an
email from Eudora on the Windows machine.

Another package to look at might be the dialmon package.  It runs a demon
on the Linux machine that monitors the diald demon.  There is a client
program that is included that runs on Windows 95 and Windows 3.1.  You
can then use this program to bring up and then take down the link to
your ISP.

Another way of doing the same think is to install an Xwindow server
on your Windows 95 machines.  You can then run the dctrl script included
with the diald package.  I think you need to have tcl/tk installed on
your Linux machine for this script to run.

I'm like you, I did this so that my family didn't have to interface with
the Linux machine.  When they wants to surf, all they need to do is start
up Netscape on the Windows 95 machine and the link comes up.

-- 
Frank Hahn

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

From: [EMAIL PROTECTED] ()
Subject: Re: Anyone doing Dial-On-Demand?
Date: 3 Jan 1999 18:19:23 GMT

In article <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] (Choon-Cheng Chee (remove "removethis" in my 
e-mail)) writes:
> On Sat, 02 Jan 1999 20:53:27 -0500, Jim Kempe <[EMAIL PROTECTED]>
> wrote:
> 
>>I'd really like to get the modem connection to start up on demand,
>>rather than teach the family to telnet to the linux box to start it up.
>>
>>Anyone doing this?  My copy of the Dial-On-Demand howto refers to the
>>ability of kerneld to run scripts, referring to the kernel howto.  But
>>that document (at least my copy) doesn't seem to discuss it.
>>
>>Replies to the newsgroup or email me at [EMAIL PROTECTED]
> 
> I am "trying" to do it. Have not done it yet. Hope both of us can work
> it out together. 8)
> 
> I have looked at this page (http://www.nic.com/~cannon/Linux/) and
> tried the config on a new RH 5.2 system I have just installed.
> Unfortunately it didn't work. It says my kernel does not support
> demand dialing. It seems that kernel support for demand dialing has
> been removed, and "diald" is the recommended way of doing it. See the
> following excerpt from kerne Mini-HOWTO:
> 
> ========
>   What about dial-on-demand networking?        
>    kerneld originally had some support for establishing dial-up
> network
>    connections on demand; trying to send packets to a network without
>    being connected would cause kerneld to run the
> _/sbin/request_route_
>    script to setup a PPP or SLIP connection.   
>    This turned out to be a bad idea. Alan Cox of Linux networking fame
>    wrote on the linux-kernel mailing list, that
> The request-route stuff is obsolete, broken and not required [...]
> Its also removed from 2.1.x trees.
>    Instead of using the request-route script and kerneld, I whole
>    heartedly advise that you install Eric Schenk's diald package,
>    available from http://www.dna.lth.se/~erics/diald.html
> =========
> 
> I will continue my experiment on "diald". You can check out the Mini
> HOWTO on diald too.
> 
> Just in case you are interested, there is a dial-up GUI frontend that
> can be used by clients in the network to initiate a dial-up on the
> gateway. Can't remember the exact name. Just look it up in
> www.freshmeat.net. 
> 
> Good luck! 
> 
> 
> 
> Choon-Cheng Chee

Hi,

I set up demand ppp the other day with the newest ppp 2.3.5 and kernel 2.0.36.
It took a little bit of tweaking.  Basically what you need to do is:

1) make sure you have a ppp kernel module thats 2.3.5 and supports 
   the 'demand' option.  It seems that some of the newer distributions
   somehow have the 2.3.5 deamon but the 2.2.0 module (I did).
2) also, the 'make kernel' of the 2.3.5 pppd source incorrectly chooses not
   to replace ppp.c because of file dates of kernel 2.0.36.
   So I did that by hand.
3) Now ppp.c brings you to the free(skb) declaration error. To compile, it
   must be changed to the two-parameter version of the macro.

(Unfortunately I don't have any sources or the configuration I made 
right now but memory serves me)

Once everything is compiled and the correct module is loaded

4) get your pppd working like you normally would and then add the options
 
   'demand idle 600 holdoff 5 ipcp-accept-local ipcp-accept-remote \ 
    192.168.1.20:192.168.1.40'

Notice the bogus ip address provided and the ipcp-accept's. 
I recall this is desired for the below fix to work. 

So, in order to prevent (alleviate) the problem of 
the first packet getting lost when it triggers pppd to dial...
        
'echo 1 > /proc/sys/net/ipv4/ip_dynaddr'

in an rc.script or something seems to do the trick.

Hope this helps,
Dave






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

Date: Sun, 03 Jan 1999 11:55:50 -0800
From: Roy Prowell III <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Sendmail, Dial up???

Is there a good way to use the sendmail configuration, or change it,
included in the Red Hat install.  Now that I have my system up and
running, and am appreciative of all that Linux has to offer, I am left
wondering what would be a good way to let sendmail know that it does not
have a permanent connection to a network.  I dial up through an IBM
global PPP script and therefore do not leave the computer connected at
all times.  Can anyone point me in the direction of a good HOWTO for
this??  Your help already is and will be much appreciated.  Linux/Unix
forever !!!

Roy


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

From: [EMAIL PROTECTED] (Paul B. Brown)
Subject: Re: please help me with this problem
Date: 3 Jan 1999 20:31:07 GMT

Jack,

Your post is RedHat specific and should be sent to those mailing lists.
Go to the following URL and subscribe to the appropriate mailing lists
for answers:

http://www.redhat.com/

Personally, I'm using Slackware but will be moving to RedHat soon, so
I can't answer your question.

Paul

>i've posted numerous times to this (and other) linux groups and no one
>seems to be able to help me.  
>
>my problem is that my ifup ppp0 script doesn't always work.  it'll
>dial and it never fully connects...sometimes.  sometimes it does.
>i also use usernet and the same thing occurs.  
>
>i've had a modem locked by PID 1140 message (in /var/log/messages)
>and i've noticed that in the expect for the password (in the messages
>file) it's not sending what i think it should be sending...though i
>know it's correct in the configuration.
>
>what would cause the ifup script to only work sometimes?  usually if
>it doesn't work i can reboot and it will connect....again not always.
>
>if anyone has a suggestion  i'd greatly appreciate it.  i've looked in
>a number of books and man pages but i can't find anything.
>
>pllllllllllllllease help me!
>
>thank you.
>
>[EMAIL PROTECTED]

===========================================================================
Paul B. Brown                          [EMAIL PROTECTED]
President
Brown Technologies Network, Inc.       http://www.btechnet.com/

Unix Systems Administration            "Sailing is a state of mind . . . ."
===========================================================================


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

From: "Jeremy Wiebe" <[EMAIL PROTECTED]>
Subject: Re: DHCPD example
Date: Sun, 03 Jan 1999 20:32:01 GMT

I believe that in this case your subnets should be 192.168.1.0 and
192.168.2.0
You want to specify the sub-networks here not the actuall IP addresses as
you have done.


Jer Wiebe

--- snip ---
>subnet 192.168.1.1 netmask 255.255.255.0 {
>  option subnet-mask 255.255.255.0;
>  option routers 192.168.1.1;
>  option broadcast-address 192.168.1.255;
>  option domain-name-servers 192.168.1.1;
>  option netbios-name-servers 192.168.1.1;
>}
>
>subnet 192.168.2.1 netmask 255.255.255.0 {
>  option subnet-mask 255.255.255.0;
>  option routers 192.168.2.1;
>  option broadcast-address 192.168.2.255;
>  option domain-name-servers 192.168.2.1;
>  option netbios-name-servers 192.168.2.1;
>}
>




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

From: [EMAIL PROTECTED] (Paul B. Brown)
Subject: Re: New to DNS Setup
Date: 3 Jan 1999 20:34:29 GMT

Jordy,

>Trying to setup DNS on Linux 2.0.0
>
>Have tried this.....
>
>dns:~# ndc start
>/usr/sbin/ndc: /var/run/named.pid does not exist
>dns:~# nslookup
>*** Can't find server name for address 127.0.0.1: No response from
>server
>*** Default servers are not available
>dns:~#
>
>Have created the files I thought were needed. Just trying to setup DNS
>for little network at home. No outside connection at the moment.
>
>Anybody willing to fill me in on what  needs to be done.

So, you've setup /etc/host.conf, /etc/nsswitch.com, /etc/hosts, and
/etc/resolv.conf?  This will handle your resolution clients like nslookup.

Did you setup a caching only DNS or is it going to be authoritative for
a domain?

Let us know . . . .

Paul

===========================================================================
Paul B. Brown                          [EMAIL PROTECTED]
President
Brown Technologies Network, Inc.       http://www.btechnet.com/

Unix Systems Administration            "Sailing is a state of mind . . . ."
===========================================================================


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

From: Jesse Hughes <[EMAIL PROTECTED]>
Subject: Problems with LAN Ping
Date: 03 Jan 1999 13:44:31 -0500

Hey ho.

I'm new to networking, so I may not include all of the relevant
details.

I have two Linux boxes (Slackware, with kernels 2.0.27 and 2.0.36),
and just installed a couple of 3Com 509 cards.  I use the standard
ifconfig and routing commands, and everything looks okay when I check
the ifconfig and route outputs.

My addresses are 10.0.0.1 and 10.0.0.2.

When I ping 10.0.0.2 from 10.0.0.1, I get a huge number of dropped
packets (often 100%).  tcpdump on 10.0.0.1 shows the echo request
being sent from 10.0.0.1 and tcpdump on 10.0.0.2 shows the request has
been received, but no reply echoed.

On the other hand, if I ping 10.0.0.1 from 10.0.0.2, tcpdump shows
that each request has been sent and replied to (each machine's tcpdump
confirms this).  The output from ping, on the other hand, shows that
half the replies are duplicates and the other half never arrive (could
this be some sort of parity problem?).

The problem is apparently in 10.0.0.2, it seems to me.  There is some
more evidence of this.  I booted 10.0.0.2 to Win95 (it's a dual boot)
and tried ping there.  Everything works nicely when 10.0.0.2 is
running Win95.

Any help would be greatly appreciated.  I don't know where to begin to
look.  I do know that it is unnatural for Win95 to work when Linux
doesn't.  Something odd there, huh?

Please send a courtesy email copy with any replies.
-- 
Jesse Hughes                                               [EMAIL PROTECTED]

http://www.contrib.andrew.cmu.edu/user/jesse/jesse.html

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

From: [EMAIL PROTECTED] (Paul B. Brown)
Subject: Re: do I need a router or a gatway
Date: 3 Jan 1999 20:17:32 GMT

Jim,

>Want to connect two nets together. Do I need to configure Linux as a
>gateway or a router?

If the two networks speak different languages or you want to limit access
between the two networks, build a gateway/firewall.  If you simply want to
connect the two networks together, create a simple router.

http://edge.fireplug.net/

Enjoy!

Paul

===========================================================================
Paul B. Brown                          [EMAIL PROTECTED]
President
Brown Technologies Network, Inc.       http://www.btechnet.com/

Unix Systems Administration            "Sailing is a state of mind . . . ."
===========================================================================


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

From: [EMAIL PROTECTED] (A. van Dijk)
Crossposted-To: alt.linux,alt.os.linux
Subject: Re: HELP!!! Linux Questions!
Date: 3 Jan 1999 11:36:02 GMT

On Fri, 01 Jan 1999 22:34:08 -0600, Steve K. wrote:
>Help!
>I have some questions on linux
>first, can you network linux & 95/98 systems?
Install Samba it's very easy.
>second, why does linux come up with errors using my AHA-1542B SCSI card?
What are those errors?
>third, How do you tell the free space left on the drive?
If you're looking for a command it's probably easier and faster to consult the
manual pages. You could also execute every command in /bin and /usr/bin but
don't do that as root!

So to find a command to return the free disk space you use "apropos" and get:
$ apropos space
df (1)               - summarize free disk space
expand (1)           - convert tabs to spaces
. 
. 
. 
There ya go it's df.
Note that you need to run makewhatis first before apropos will work. On a
RedHat system there's a cron job that will run this command every week. You
can just execute the script /etc/cron.weekly/makewhatis.cron to do this
manually.

-- 
A. van Dijk                        Dit is een saaie sig.
mailto: [EMAIL PROTECTED]  This is a boring sig.
icq   : 4249631

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

From: Brent Rader <[EMAIL PROTECTED]>
Subject: What is causing collisions on my lan?
Date: Sun, 03 Jan 1999 14:56:49 -0600

I have a RH5.2 Linux machine running samba.  When I am copying files to
a samba share from one of my Windows 95 machines I see my collision LED
on my hub flashing like crazy.  It flashes about the same rate as the Rx
LED.  It doesn't seem to happen when I ftp or anything else, just with
samba.  There is no other traffic on the network at the time.  What
causes collisions like that? I assume that they would be slowing down
the rate at which I can transfer these files.  What can I do to fix
this?

Thanks for any help,
~BR


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

From: "Neil Robinson" <[EMAIL PROTECTED]>
Subject: Help! 2 NICs, 1 router - can ping external NIC from net, can't ping router
Date: Sun, 3 Jan 1999 21:08:40 +0100

Hi,

I am running RH5.2 and have set up a firewall machine with all of the
essential options enabled and then recompiled the kernel. I have an inside
network on eth0 (192.168.2.0) and my external connection to the router is on
eth1 (193.123.234.146). The router is at 193.123.234.145. From the in-house
192 network I can ping both of the ethernet cards on the firewall machine,
but I can't ping the router. The current rules are (just to try and get it
to work) accept as default on the -F -I and -O areas.

Has anyone got any pointers they can throw at me before I completely tear
out my hair <g> ?

Ciao, Neil





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

From: Steve <[EMAIL PROTECTED]>
Subject: Debian/Win98 3C509 conflict?
Date: Sun, 03 Jan 1999 20:57:52 GMT

I recently installed the Debian 2_0 dist. on a P90, I
dual boot w/Win98. My 3C509 was working perfectly in 
Win98, and also works in Linux, but after booting Linux,
and then back to Win98, the network card will not work 
(shows up broken in the device manager). I need to run 
the 3C5x9 set-up from Win98 to get the card working again. 
Apparently, something about the Linux driver or the way it 
is being loaded alters the card and causes the Win98 driver 
to fail. In Linux, the correct I/O address and IRQ are 
reported by cat /proc/ioports and cat /proc/interrupts. Even
after running the 3C5x9 set-up program, Win98 doesn't report
any IRQ for my card and under system resources, it shows IRQ 10
being used by an unknown device (my 3C509 is using it). Anyone
know about any conflicts or fixes for this apparent conflict?

Steve

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

From: Usman Abbasi <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Linux doesn't recognize my modem...Help!
Date: Sun, 03 Jan 1999 15:03:28 -0600

Hi,

I am unable to connect to the internet using dip.  I also tried using
minicom to test
my modem, but it doesn't dial either.  My modem is on com3 according to
Windows
NT.  I get the following error message...  Can someone please give me an
idea how to fix it... I really need to get my modem working...

Usman Abbasi


=======================================
DIP: Dialup IP Protocol Driver version 3.3.7o-uri (8 Feb 96)
Written by Fred N. van Kempen, MicroWalt Corporation.

DIP: name=uabbasi home=/tmp
     host=localhost IP=127.0.0.1
     prot=SLIP MTU=296

Modem set to "HAYES".
>> chatkey NO\sCARRIER     4
Added chat response keyword 'NO CARRIER' with code '4'
>> chatkey NO\sDIALTONE    5
Added chat response keyword 'NO DIALTONE' with code '5'
>> chatkey BUSY            6
Added chat response keyword 'BUSY' with code '6'
>> port cua2
PORT: terminal port set to "cua2".
DIP: tty: lock: (/var/lock/LCK..cua2): Permission denied
DIP: can't open - problems with locking cua2




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

From: James Youngman <[EMAIL PROTECTED]>
Subject: Re: Okay, this is a tough one, using NT PDC for logins into my Linux box
Date: 02 Jan 1999 23:38:16 +0000

"Cherokee Health Systems" <[EMAIL PROTECTED]> writes:

> I want to use my NT PDC to be the login authenticator for my Linux
> machine.  I don't know if it is possible to do that.  I am not just
> talking Samba logins, but initial logins.  Any ideas?
> 
> I would like all the existing user accounts in the network to be
> available to my Linux machine instead of making new ones.
> 
> Please help.


There's a PAM module that does this, IIRC.

-- 
ACTUALLY reachable as @free-lunch.demon.(whitehouse)co.uk:james+usenet

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

From: Henrik Hovi <[EMAIL PROTECTED]>
Crossposted-To: 
linux.redhat.install,comp.os.linux.questions,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: Want to do direct install of Redhat 5.2 via FTP since I have Cox@home but 
am stuck in the DUNGEONS OF DOOM !!! SO HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP !!!
Date: Sun, 03 Jan 1999 20:57:43 +0200

James Barley wrote:

> THE DUNGEONS OF DOOOOOOOOOOM wrote in message <368ac138.9350398@news>...
> >HEY MAN !!! I AIN'T PAYING SH** FOR LINUX !!! AND I WILL CONTINUE
> >POSTING FOR HELP UNTIL IT'S DONE !!! SO EITHER YOU HELP OR GET LOST
> >AND STUFF A PIE IN YOUR FACE, FARTFACE !!!
> >
>
> Nobody should take this stuff personally,
> I'm sure his attitude will change, once he becomes a teenager and matures a
> little..

He? Grow up? Maybe someone should tell him that in I almost had to pay 350 FIM
(1 FIM = about 0.2 USD) for my Red Hat... but there was christmas and my dad
paid 140 FIM for it :)

-Iron Devil


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

From: Jesse Hughes <[EMAIL PROTECTED]>
Subject: Re: Problems with LAN Ping
Date: 03 Jan 1999 14:31:06 -0500

Sorry to followup to my own message, but there is an additional
symptom.

When 10.0.0.2 pings 10.0.0.1, as I said previously, the output from
ping shows that half the pings are dropped, while half are
duplicated.  In fact, it is the odd-numbered messages dropped while
the even-numbered are duplicated.  Also, the time of the return trip
is ridiculously large -- about 65536067 ms.  Of course, the actual
time is nearly instantaneous.

Again, tcpdump shows that the requests and replies are what one
expects: immediately after each request is one reply.  tcpdump reports
this when run on either 10.0.0.1 or 10.0.0.2.

Thanks.
Jesse Hughes writes:

 > Hey ho.

 > I'm new to networking, so I may not include all of the relevant
 > details.

 > I have two Linux boxes (Slackware, with kernels 2.0.27 and 2.0.36),
 > and just installed a couple of 3Com 509 cards.  I use the standard
 > ifconfig and routing commands, and everything looks okay when I check
 > the ifconfig and route outputs.

 > My addresses are 10.0.0.1 and 10.0.0.2.

 > When I ping 10.0.0.2 from 10.0.0.1, I get a huge number of dropped
 > packets (often 100%).  tcpdump on 10.0.0.1 shows the echo request
 > being sent from 10.0.0.1 and tcpdump on 10.0.0.2 shows the request has
 > been received, but no reply echoed.

 > On the other hand, if I ping 10.0.0.1 from 10.0.0.2, tcpdump shows
 > that each request has been sent and replied to (each machine's tcpdump
 > confirms this).  The output from ping, on the other hand, shows that
 > half the replies are duplicates and the other half never arrive (could
 > this be some sort of parity problem?).

 > The problem is apparently in 10.0.0.2, it seems to me.  There is some
 > more evidence of this.  I booted 10.0.0.2 to Win95 (it's a dual boot)
 > and tried ping there.  Everything works nicely when 10.0.0.2 is
 > running Win95.

 > Any help would be greatly appreciated.  I don't know where to begin to
 > look.  I do know that it is unnatural for Win95 to work when Linux
 > doesn't.  Something odd there, huh?

 > Please send a courtesy email copy with any replies.
 > -- 
 > Jesse Hughes                                               [EMAIL PROTECTED]

 > http://www.contrib.andrew.cmu.edu/user/jesse/jesse.html

-- 
Jesse Hughes                                               [EMAIL PROTECTED]

http://www.contrib.andrew.cmu.edu/user/jesse/jesse.html

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

From: [EMAIL PROTECTED] (KRH)
Subject: DNS+PPP+DEMAND+IPv4=Problem
Date: Sun, 03 Jan 1999 19:37:36 GMT

I almost have demand dialing working for ppp-2.3.5.  My problem is
that if I have the cache file in named.conf and start ppp with demand
option the link goes on.  I why it's doing this, soooo I removed the
cache.

Now the winbox is unable to bring up ppp by entering in www.foo.bar..
I can get the link to go up by entering 10.0.0.2 in the browser.  I am
still unable to browse the net.  I do get a message in my log 'No root
namesevers for class IN.

Do I need to modify my DNS further somehow to account for the removed
cache file in named.conf?

-Kelly 

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

From: "Hughes" <[EMAIL PROTECTED]>
Subject: PPP: No dependency info for module: "dev/modem"
Date: Sun, 3 Jan 1999 13:39:44 -0600

I am setting up PPP under RedHat Linux 5.2 for the first time on a Toshiba
320CDT laptop with a Xircom CM56T credit card modem on CUA1 (COM2). I have
set up the /etc/ppp/options, /usr/sbin/ppp-on, and /usr/sbin/ppp-on-dialer
files, and pppd is able to connect to the ISP and start the PPP session.
However, after pppd receives the local/remote IP addresses from the ISP
server, I get a modprobe error message "no dependency information for module
"dev/modem". I've tried using /dev/cua1 instead of /dev/modem -- no luck.

The system log output is shown below:

pppd: Using interface ppp0
pppd: Connect: ppp0 <--> /dev/modem
pppd: Remote message:
pppd: local IP address <xxx.xxx.xxx.xxx>       (varies)
pppd: remote IP address <xxx.xxx.xxx.xxx>   (varies)
modprobe: no dependency information for module: "dev/modem"

I can't see from the pppd documentation where modprobe is involved.

I am able to ping the server, the DNS server, and other IP addresses, but
when I try to use a URL I get "no DNS entry for <URL>", in other words, the
DNS is not fully accessible.

Any ideas/clues greatly appreciated!

Lee Hughes



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

Date: Sun, 03 Jan 1999 11:41:13 -0800
From: Roy Prowell III <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Fat 32???

The other thing that I found out recently is that using tab completion will put
the quotation marks there for you.  Later.

JF wrote:

> >
> >The only problem that I have had with this so far is that windoze allows
> >spaces in their long filenames.  Linux doesn't seem to like this.  I
> >can't do something like 'cd Program Files'.  Maybe there is a way around
> >this?
> >
>
> Put single-quotes around the directory name to use it as a single parameter:
>   cd 'Program Files'


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

From: Pete Keyes <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux,comp.os.linux.questions
Subject: Re: Can't find rc.inet1, rc.inet2 in REDHAT??
Date: Sun, 3 Jan 1999 15:50:59 -0500

On Fri, 1 Jan 1999, lamakie wrote:

> Vincent wrote:

> > The RedHat 5.1 distrubution has all of the above, except for:
> >
> > /etc/resolv.conf
> > /etc/rc.d/rc.inet1
> > /etc/rc.d/rc.inet2
> >
> > I cannot find these 3 files anywhere in the RedHat distribution.  Where
> > would these files be in RedHat 5.1?
> >
> >                          Thanks,
> >                          Vincent
> 
>   rc.inet1   rc.inet2  are network setup files   so look for network files 
    ^^^^^^^^^^^^^^^^^^^ DO NOT EXIST As such in any i386 Redhat distro.
 I didn't see the original post, so I don't know what Vincent is trying 
to do, but the files He is looking for, (except for /etc/resolv.conf, 
which should be there) are in /etc/rc.d/init.d/ .
They are:  inet, nfs, nfsfs.
 
Hope this helps.

Pete
-- 
[EMAIL PROTECTED] (Lose the nospam to reply)

                This is Another Fine Myth you've gotten me into!
                     
                                Lor L. and Har D.


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

From: Marc <[EMAIL PROTECTED]>
Subject: Re: Can ping IP address but not server name???
Date: Sun, 03 Jan 1999 19:44:27 GMT

actually you don;t need the dot
just hosts will work correctly :)

Prutser wrote:

> save the c:\windows\hosts.sam file as hosts. (DON't forget the dot) and
> enter the necessary hosts IP's and names. That'll work


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


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