Linux-Networking Digest #443, Volume #12          Wed, 1 Sep 99 21:13:54 EDT

Contents:
  Re: PPP hostnames vs IP ("David D. Shochat")
  WTB: hds xterms (Gary Langthorne)
  Re: DNS & nslookup & whois ("Robert_Glover")
  Re: NFS caching (bill davidsen)
  Re: Hostname for PPP connection? (Clifford Kite)
  Re: NFS permission denied (bill davidsen)
  RedHat 6.0 PPP Problem (Deadhead Al)
  PPP DNS problem (georgik)
  Re: mount AIX directory to Linux (bill davidsen)
  Re: Routing in Ring (Cluster) (Geoff Short)
  INN 2.2, RCreader cant bind ([EMAIL PROTECTED])
  Re: DNS on Slackware: won't resolve Sun/SGI (bill davidsen)
  Re: Samba - newbie (Mark Worsdall)
  IPChains and FTP ("Rick Orwig")
  PPP problems from Win NT ([EMAIL PROTECTED])
  Re: Remote printing from DGUX to Linux ("Kevin Williams")
  Re: RedHat v6.0 & dhcp client ??? ("Gumby")
  Re: Browsers and Linux ("L. Friedman")
  routing and gateway problems ([EMAIL PROTECTED])

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

From: "David D. Shochat" <[EMAIL PROTECTED]>
Subject: Re: PPP hostnames vs IP
Date: Wed, 01 Sep 1999 20:03:45 -0400

Rick wrote:
> 
> Hi,
>    I'm pretty new to Linux and am still getting my box up and running.  I
> have finally solved the problem of dialing my ISP successfully and now am
> just tangling with the issue of accessing the web.  I can ping localhost
> and 205.188.247.66 (www.netscape.com) fine, but when I try pinging
> www.netscape.com itself, it can't find the host.  I can open up the IP in
> Netscape as well, but IP addresses only, not hostnames.
>    My /etc/ppp/options file is as follows:

What about your /etc/resolv.conf? That is the key to getting name
resolution to work. Get DNS server IP addresses from your ISP. Then each
line should be:

nameserver 206.15.168.69

(replace the RHS with the actual IP address they give you).

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

From: Gary Langthorne <[EMAIL PROTECTED]>
Subject: WTB: hds xterms
Date: Wed, 01 Sep 1999 12:38:17 +0000

 Looking for some hds xterms labeled ultra or dual with video in option
boards installed...
  Please email with more info.....

--

===============================
 Quest Jewellery Manufacturing     Quality Handcrafted Sterling Earrings
     [EMAIL PROTECTED]               Online Wholesale Catalog
   www.accesscable.net/~quest
===============================

  Commercial and/or unsolicited email and/or spam will be processed at
   a $500 handling fee. Unsolicited sending constitutes acceptance.




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

From: "Robert_Glover" <Please_reply_to@newsgroup>
Subject: Re: DNS & nslookup & whois
Date: Wed, 1 Sep 1999 19:06:55 -0000

Is 'dig' the program you're looking for?

Simon wrote in message <7qjrve$j9f$[EMAIL PROTECTED]>...
>Hi.
>
>Is there any way to retrieve all domain lists (name server boot zone)
in
>specific name server from outside by using whois or nslookup program?
>
>Please send me an email at: [EMAIL PROTECTED]
>Thanks.



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

From: [EMAIL PROTECTED] (bill davidsen)
Crossposted-To: comp.os.linux.development.system
Subject: Re: NFS caching
Date: 1 Sep 1999 19:32:51 GMT

In article <[EMAIL PROTECTED]>,
H.Bruijn <[EMAIL PROTECTED]> wrote:
| On 31 Aug 1999 19:48:35 GMT, bill davidsen allegedly wrote:
| >Has anyone done anything to reduce network traffic between client and
| >server when the data on the server is known not to change? I'm being
| >very vague because I don't want to scare off any good solutions.
| >
| >What I'd like to do is set aside a GB or so of local disk as a cache
| >area for that data which is known not to change. Unfortunately I need a
| >"per mount" solution, since there are other mount points which change
| >normally.
| >
| since the data on the server is known not to change, and the clients
| have sufficient disc space, just copy the data from the server to the
| clients. Then when the data on the server does change, use rsync to
| update the data on all clients with a simple script.

No, the clients don't have remotely enough disk to hold the data, or I
would do the copy. The main data set consists of hundreds of GB of data,
and I would like to cache the LRU data on the client, since the recently
written bits are most heavily used. Since the files are large and only
records will be used, partial caching would be nice.

I'd rather not write an interface layer which is application dependent,
since there are already several applications which have similar needs to
access portions of a very large database.

-- 
bill davidsen <[EMAIL PROTECTED]>  CTO, TMR Associates, Inc
"So let it be written, so let it be dumb." Pharaoh Dufus the last...


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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: Hostname for PPP connection?
Date: 1 Sep 1999 14:16:11 -0500

Edward S Meadows ([EMAIL PROTECTED]) wrote:
: Suppose that I could get my ISP to put my local machine into
: their database.  Wouldn't I need to associate that hostname
: with an IP address?  I don't see how that works with dynamic
: IP addresses.

: This must be a solved problem, since plenty of Linux users
: get dynamic IP addresses when they connect to their ISP's.

Yes, most of us have IP addresses assigned by the ISP which differ from
connection to connection.  Relatively few need to have a static name
anymore than they need a static IP address.  There are sites that will
supply a domain name and allow the IP address for each connection to be
attached to a static hostname in that domain.  I can't name them but
there's little doubt that someone else will reply who can.

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* Speak softly and carry a +6 two-handed sword. */

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

From: [EMAIL PROTECTED] (bill davidsen)
Subject: Re: NFS permission denied
Date: 1 Sep 1999 19:50:07 GMT

In article <[EMAIL PROTECTED]>,
ghelbig  <[EMAIL PROTECTED]> wrote:
| 
| NFS will not allow a client connection to a host that is 
| not listed in the /etc/hosts file.

This has *got* to be some broken NFS implementation, I have dozens of
machines and not one of them has anything but the current host in the
hosts file, and all do NFS just fine using DNS.

| Spent some time fighting that myself.

Is this related to the previous post which said that the RH version of
NFS is seriously broken? I have had no problems with a mix of Slackware
3.6/4.0 and AIX or Solaris. Actually, even one old NFS for Windows3.1
worked until it got upgraded.

-- 
bill davidsen <[EMAIL PROTECTED]>  CTO, TMR Associates, Inc
"So let it be written, so let it be dumb." Pharaoh Dufus the last...


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

From: [EMAIL PROTECTED] (Deadhead Al)
Subject: RedHat 6.0 PPP Problem
Date: 1 Sep 1999 07:59:02 -0500
Reply-To: [EMAIL PROTECTED]

I just moved from a location where I was using a cable modem to a
place where I have to use regular 56K dialup access. So here I am
trying to get my modem to work for the first time, and I'm having some
problems. I've been fussing with PPP and RedHat 6.0 for several days
now, and I just can't seem to get it to work. I've looked through the
faq, howto, and several troubleshooting web pages. All of the obvious
stuff seems to be configured properly. I can dial my ISP and I get an
IP address, but that's about as far as I get. Here's what I'm seeing
in the logs:
 
Aug 31 21:52:10 localhost PAM_pwdb[551]: (su) session opened for user
root by (uid=500)
Aug 31 21:52:39 localhost kernel: CSLIP: code copyright 1989 Regents
of the University of California 
Aug 31 21:52:39 localhost kernel: PPP: version 2.3.3 (demand dialling)

Aug 31 21:52:39 localhost kernel: PPP line discipline registered. 
Aug 31 21:52:39 localhost kernel: registered device ppp0 
Aug 31 21:53:17 localhost pppd[561]: pppd 2.3.8 started by root, uid 0
Aug 31 21:53:17 localhost pppd[561]: Using interface ppp0
Aug 31 21:53:17 localhost pppd[561]: Connect: ppp0 <--> /dev/ttyS1
Aug 31 21:53:17 localhost pppd[561]: Remote message: ^D^EM-j^B^F
Aug 31 21:53:17 localhost kernel: PPP BSD Compression module
registered 
Aug 31 21:53:18 localhost kernel: PPP Deflate Compression module
registered 
Aug 31 21:53:18 localhost pppd[561]: local  IP address 199.75.127.184
Aug 31 21:53:18 localhost pppd[561]: remote IP address 199.75.127.6
Aug 31 21:53:18 localhost pppd[561]: Received bad configure-nak/rej:
12 06 00 00 00 01

Any ideas on this one?

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

From: georgik <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: PPP DNS problem
Date: Wed, 01 Sep 1999 12:27:05 -0700

Hello folks,

I have problem with my ISPs DNS. I can connect OK and ping some IPs,
e.g. ping 137.82.43.58, but when I try to ping my ISPs DNS
IP=198.133.036.9,
I get nothing?! I contacted my ISP and they told me that in the login
history
there's something about my machine thinking that it was a LAN
connection??!
Here is the /var/log/ppp log file:
=========================================================================================

[root@localhost /root]# tail -f /var/log/ppp
Sep  1 11:39:02 localhost modprobe: can't locate module sound-slot-0
Sep  1 11:39:03 localhost modprobe: can't locate module
sound-service-0-3
Sep  1 11:39:03 localhost modprobe: can't locate module sound-slot-0
Sep  1 11:39:03 localhost modprobe: can't locate module
sound-service-0-3
Sep  1 11:39:03 localhost modprobe: can't locate module sound-slot-0
Sep  1 11:39:04 localhost modprobe: can't locate module
sound-service-0-3
Sep  1 11:39:10 localhost gnome-name-server[612]: starting
Sep  1 11:39:10 localhost gnome-name-server[612]: name server starting
Sep  1 11:39:18 localhost gnome-name-server[627]: server_is_alive:
cnx[IDL:GNOME/Panel:1.0] = 0x80569b8
Sep  1 11:39:18 localhost gnome-name-server[628]: server_is_alive:
cnx[IDL:GNOME/Panel:1.0] = 0x8056a88
Sep  1 11:45:34 localhost pppd[669]: pppd 2.3.7 started by root, uid 0
Sep  1 11:45:35 localhost chat[670]: send (At^M)
Sep  1 11:45:35 localhost chat[670]: expect (OK)
Sep  1 11:45:35 localhost chat[670]: At^M^M
Sep  1 11:45:35 localhost chat[670]: OK
Sep  1 11:45:35 localhost chat[670]:  -- got it
Sep  1 11:45:35 localhost chat[670]: send (ATD9531650^M)
Sep  1 11:45:35 localhost chat[670]: expect (CONNECT)
Sep  1 11:45:35 localhost chat[670]: ^M
Sep  1 11:46:11 localhost chat[670]: ATD9531650^M^M
Sep  1 11:46:11 localhost chat[670]: CONNECT
Sep  1 11:46:11 localhost chat[670]:  -- got it
Sep  1 11:46:11 localhost chat[670]: send (\d)
Sep  1 11:46:12 localhost pppd[669]: Serial connection established.
Sep  1 11:46:12 localhost pppd[669]: Using interface ppp0
Sep  1 11:46:12 localhost pppd[669]: Connect: ppp0 <--> /dev/ttyS1
Sep  1 11:46:13 localhost pppd[669]: sent [LCP ConfReq id=0x1
<asyncmap 0x0> <magic 0x29c76ec0> <pcomp> <accomp>]
Sep  1 11:46:13 localhost pppd[669]: rcvd [LCP ConfReq id=0x1
< 00 04 00 00> <mru 1524> <asyncmap 0xa0000> <auth pap>
<pcomp> <accomp> < 11 04 05 f4> < 13 09 03 00 c0 7b 71 d7 05>]
Sep  1 11:46:13 localhost pppd[669]: sent [LCP ConfRej id=0x1
< 00 04 00 00> < 11 04 05 f4> < 13 09 03 00 c0 7b 71 d7 05>]
Sep  1 11:46:14 localhost pppd[669]: rcvd [LCP ConfReq id=0x2
<mru 1524> <asyncmap 0xa0000> <auth pap> <pcomp> <accomp>]
Sep  1 11:46:14 localhost pppd[669]: sent [LCP ConfAck id=0x2
<mru 1524> <asyncmap 0xa0000> <auth pap> <pcomp> <accomp>]
Sep  1 11:46:16 localhost pppd[669]: sent [LCP ConfReq id=0x1
<asyncmap 0x0> <magic 0x29c76ec0> <pcomp> <accomp>]
Sep  1 11:46:16 localhost pppd[669]: rcvd [LCP ConfAck id=0x1
<asyncmap 0x0> <magic 0x29c76ec0> <pcomp> <accomp>]
Sep  1 11:46:16 localhost pppd[669]: sent [PAP AuthReq id=0x1
user="<username>" password="<password>"]
Sep  1 11:46:17 localhost pppd[669]: rcvd [PAP AuthAck id=0x1 ""]
Sep  1 11:46:17 localhost pppd[669]: Remote message: ^F
Sep  1 11:46:17 localhost pppd[669]: sent [IPCP ConfReq id=0x1
<addr 0.0.0.0> <compress VJ 0f 01>]
Sep  1 11:46:17 localhost pppd[669]: sent [CCP ConfReq id=0x1
<deflate 15> <deflate(old#) 15> <bsd v1 15>]
Sep  1 11:46:17 localhost pppd[669]: rcvd [IPCP ConfReq id=0x1
<compress VJ 0f 01> <addr 205.207.248.177>]
Sep  1 11:46:17 localhost pppd[669]: sent [IPCP ConfAck id=0x1
<compress VJ 0f 01> <addr 205.207.248.177>]
Sep  1 11:46:17 localhost pppd[669]: rcvd [CCP ConfReq id=0x1
< 11 05 00 01 04>]
Sep  1 11:46:17 localhost pppd[669]: sent [CCP ConfRej id=0x1
< 11 05 00 01 04>]
Sep  1 11:46:17 localhost pppd[669]: rcvd [IPCP ConfNak id=0x1
<addr 142.154.114.1>]
Sep  1 11:46:17 localhost pppd[669]: sent [IPCP ConfReq id=0x2
<addr 142.154.114.1> <compress VJ 0f 01>]
Sep  1 11:46:17 localhost pppd[669]: rcvd [CCP ConfRej id=0x1
<deflate 15> <deflate(old#) 15> <bsd v1 15>]
Sep  1 11:46:17 localhost pppd[669]: sent [CCP ConfReq id=0x2]
Sep  1 11:46:17 localhost pppd[669]: rcvd [CCP ConfReq id=0x2 < 11 06 00
01 01 03>]
Sep  1 11:46:17 localhost pppd[669]: sent [CCP ConfRej id=0x2 < 11 06 00
01 01 03>]
Sep  1 11:46:17 localhost pppd[669]: rcvd [IPCP ConfAck id=0x2
<addr 142.154.114.1> <compress VJ 0f 01>]
Sep  1 11:46:17 localhost pppd[669]: local  IP address 142.154.114.1
Sep  1 11:46:17 localhost pppd[669]: remote IP address 205.207.248.177
Sep  1 11:46:18 localhost pppd[669]: Script /etc/ppp/ip-up started; pid
= 675
Sep  1 11:46:18 localhost pppd[669]: rcvd [CCP ConfRej id=0x2]
Sep  1 11:46:19 localhost modprobe: no dependency information for
module: "/dev/ttyS1"
Sep  1 11:46:19 localhost pppd[669]: Script /etc/ppp/ip-up finished (pid
675), status = 0x0
Sep  1 11:49:40 localhost pppd[669]: Terminating on signal 15.
Sep  1 11:49:40 localhost pppd[669]: Script /etc/ppp/ip-down started;
pid = 718
Sep  1 11:49:40 localhost pppd[669]: sent [LCP TermReq id=0x2 "User
request"]
Sep  1 11:49:40 localhost pppd[669]: rcvd [LCP TermAck id=0x2]
Sep  1 11:49:40 localhost pppd[669]: Connection terminated.
Sep  1 11:49:40 localhost pppd[669]: Connect time 3.5 minutes.
Sep  1 11:49:40 localhost pppd[669]: Sent 831 bytes, received 744 bytes.

Sep  1 11:49:40 localhost pppd[669]: Script /etc/ppp/ip-down finished
(pid 718), status = 0x0
Sep  1 11:49:40 localhost pppd[669]: Exit.
=========================================================================================

I have the following lines in my /etc/resolv.conf file:
nameserver 198.133.036.9
nameserver 198.133.036.8

I have the following lines (concerning PPP) in my /etc/conf.modules
file:
ppp-compress-21 bsd_comp
ppp-compress-24 ppp_deflate
ppp-compress-26 ppp_deflate

In my /etc/host.conf I do have the line: order hosts, bind
In my /etc/nsswitch.conf I do have the line: hosts: files dns ...

In my /etc/ppp/options I have the lines:
lock
crtscts
defaultroute
noauth

What might be the problem? Thanks a lot in advance!

P.S. As you can see I also have problem with my sounds
(perhaps those lines on the top of the above log file
mean something to you, if so, please help me).


Georgi



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

From: [EMAIL PROTECTED] (bill davidsen)
Crossposted-To: redhat.networking.general,redhat.config
Subject: Re: mount AIX directory to Linux
Date: 1 Sep 1999 19:36:54 GMT

In article <[EMAIL PROTECTED]>, Eric  <[EMAIL PROTECTED]> wrote:
| when I try to mount a public drive that has been set up on the AIX box, I 
| get a permission denied error when I try to mount it from the linux box.  
| We have even set a (insecure) flag inside of the etc/exports file on the 
| AIX box for the exported folder.  

Just looked, we have only
  /usr/tsdb/html-info -ro
in exports, and mount dozens of these on a Linux machine to be the
actual wed server of the html data.

I would check the permissions on the mount point!

-- 
bill davidsen <[EMAIL PROTECTED]>  CTO, TMR Associates, Inc
"So let it be written, so let it be dumb." Pharaoh Dufus the last...


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

From: [EMAIL PROTECTED] (Geoff Short)
Subject: Re: Routing in Ring (Cluster)
Date: 1 Sep 1999 13:20:48 GMT

[EMAIL PROTECTED] wrote:
: 
: I have a cluster with 32 computers in a ring.
: The problem I have is, that, I can not access 
: a computer, that is routed more than over
: 15 computers.
: So, if I try to access 1->17, than the packets
: are lost (killed in computer 18).
: 
: can anyone help me out here?

<network info snipped>

Urg, I've got no practical experience of this sort of network, but here's
a few comments:

You ought to be able to get 30 hops using traceroute, the fact that it
hangs at 15 is probably significant, but I'm not sure why. I assume the
same is true if you try to go across the ring rather than from your server?

As I understand it, you have a ring of machines, each with two network
cards in, and each connected by crossover cable to the machine on each
side?  (Each node has two ip addresses). And you've forced two subnets
onto this configuration, so that each machine thinks it's on both subnets.
I'm not sure I like the idea of this, you'd be better off with a 
flat ip range 1-64, and specify pointopoint routing for all the machines
rather that networks.

What I would do to try to highlight the problem would be to run tcpdump
and try pinging machines down the ring.  Look at the ttl field on the
packets, the ttl should only go down by one at each node.

        Geoff
-- 
============================================================================
Ever sit and watch ants? They're always busy with                Geoff Short
something, never stop for a moment.  I just          [EMAIL PROTECTED]
can't identify with that kind of work ethic. http://kipper.york.ac.uk/~geoff

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

From: [EMAIL PROTECTED]
Subject: INN 2.2, RCreader cant bind
Date: Wed, 01 Sep 1999 19:29:59 GMT

I followed the only other thread like this which I could find,
and I tried killing actived, didn't help.

the usual startup script isn't starting things; it does the
right root vs. news dance, too.

i think this is in some 2.2 FAQs, but i can't get the FAQs.

can anybody help with this?

i hope so.....
j.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: [EMAIL PROTECTED] (bill davidsen)
Crossposted-To: alt.os.linux,alt.os.linux.slackware,comp.os.linux.questions
Subject: Re: DNS on Slackware: won't resolve Sun/SGI
Date: 1 Sep 1999 19:38:48 GMT

In article <1_3y3.1852$[EMAIL PROTECTED]>,
Chris Heg <[EMAIL PROTECTED]> wrote:
| I'm running DNS on a Slackware network server. It works
| great with Wintel boxes but won't resolve searches for
| Sun (Solaris 7) or SGI (IRIX 5.3) machines.

How about other outside domains? If it won't resolve any you have your
root servers wrong, check that your named.cache is up-to-date. If only
those domains don't work I would have to suspect that they're blocking
you, which seems unlikely.

-- 
bill davidsen <[EMAIL PROTECTED]>  CTO, TMR Associates, Inc
"So let it be written, so let it be dumb." Pharaoh Dufus the last...


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

From: Mark Worsdall <[EMAIL PROTECTED]>
Subject: Re: Samba - newbie
Date: Wed, 1 Sep 1999 23:37:25 +0100

In article <oQZy3.6$[EMAIL PROTECTED]>, Tobias Knowles
<[EMAIL PROTECTED]> writes
>Why the need for NetBEUI?
>

Oh, I thought it was necessary hence the nmbd. I am about to undergo a
telling off along the lines of "People with a little bit of knowledge...
(I forget the rest)..."

So it is not necessary?

-- 
Mark Worsdall - Oh no, I've run out of underpants :(
Home:- [EMAIL PROTECTED]       http://www.wizdom.org.uk
Shadow:- [EMAIL PROTECTED]  http://www.shadow.org.uk
Work:- [EMAIL PROTECTED] http://www.hinwick.demon.co.uk
Web site Monitoring:-             http://www.shadow.org.uk/SiteSight/

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

From: "Rick Orwig" <[EMAIL PROTECTED]>
Subject: IPChains and FTP
Date: Wed, 1 Sep 1999 14:43:09 -0500

I'm struggling with something here and I'm hoping someone can help me out.
Lets say I'm working on setting up a masquerading firewall with a RH 6
computer.   I want the ability to turn on and off masquerading by ip address
inside and outside our lan.  Also, I want the same ability to turn FTP on
and off by ip address inside and outside.  I have what seems to be a way of
turning off surfing (web access) using rules for MASQ but if I allow an
internal IP address full access to the net with a MASQ line then they also
have the ability to FTP (usually not what I want).

Example:

ipchains -F input
ipchains -F output
ipchains -F forward
ipchains -P input ACCEPT
ipchains -P output ACCEPT
ipchains -P forward ACCEPT
ipchains -A forward -s 10.0.0.1 -d 0.0.0.0/0 -j MASQ
ipchains -A forward -s 0.0.0.0/0 -d 0.0.0.0/0 -j REJECT

This is simple but I gotta start somewhere.  The above address of 10.0.0.1
can get anywhere on the net.  That address can also FTP anywhere on the net.
If I put a workstation of 10.0.0.2 on the above lan it will not get anywhere
so that gives me what I want except for the FTP thing.  What do I need to
add to the above to reject FTP to the address 10.0.0.1 (but still have
unlimited surfing ability) but not reject FTP for everyone as some will get
that access?

I hope I made sense.

Thanks,

Rick Orwig





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

From: [EMAIL PROTECTED]
Subject: PPP problems from Win NT
Date: Wed, 25 Aug 1999 18:46:30 GMT

I've set up my Linux machine so that I can dial in from my Win NT
machine at home.  I am able to establish the connection (NT dial-up tool
dials, verifies user/passwd, then reports that the connection has been
successfully established and that my computer is being "registered on
the network"), but when I try to start an internet program (Netscape,
Internet Explorer, telnet, ping, etc.) the connection doesn't seem to be
there.  For instance, Internet Explorer, when asked to access a URL,
will churn for a while and then report that it couldn't establish a
connection.

Why am I having this problem?

Some additional info that may be relevant:

-I've enabled IP forwarding
-I believe I've set TCP/IP as the protocol
-mgetty is set with the AutoPPP option
-ppp is set to accept PAP, refuse CHAP

Thanks for any suggestions...


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: "Kevin Williams" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Remote printing from DGUX to Linux
Date: Thu, 2 Sep 1999 12:33:17 +1200

Thanks,

Having the same username on both machines was the key.

Kevin

<[EMAIL PROTECTED]> wrote in message news:7qj4c8$dak$[EMAIL PROTECTED]...
> Hi Kevin.
>
> I dunno if what Allen Wong suggested worked for you, but I sat with that
same
> problem for like 3 days. Bummer. But, I got it right, and yes it was a
> bastard.
>
> What happens if you do a "lpq" on that printer? Something like waiting for
> connection to "your machine"? If it does, this is what I had to do to get
it
> right.
>
> 1) Create the user (with same password) on your linux box that you're
using
> on the DGUX box. 2) Don't forget the bleeding /etc/hosts.lpd file and the
> allowed ip's to lpd on your linux box (which you've accomplished
already).
>
> The above assumes of course that you've printed on that printer before and
it
> works (lpr on your linux box). This worked for me, and I'm smiling. Gained
a
> lot (time question).
>
> Hope it helps
> Ricardo
>
> In article <[EMAIL PROTECTED]>,
>   "Kevin Williams" <[EMAIL PROTECTED]> wrote:
> > Hi There
> >
> > I am trying to print to a printer attached to the parallel port on a
linux
> > machine from a DGUX machine.
> > The print job is not leaving the DGUX machine and getting to print queue
on
> > the linux machine.  I have the DGUX machine name in both the hosts.equiv
and
> > the hosts.lpd
> >
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.



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

From: "Gumby" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.linux,alt.os.linux,comp.os.linux,comp.os.linux.setup,linux.redhat.install,linux.redhat.list,linuc.redhat.misc
Subject: Re: RedHat v6.0 & dhcp client ???
Date: Wed, 25 Aug 1999 21:02:38 GMT

ok I'm just going to ignore a lot of what you have written, so if this
doesn't help; my fault in advance.

I just ran dhcpcd and boom I got a lease.
You may need to install it from RPM distribution.

-Gumby



mark weinberg <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I have the same problem.  I'm running RH 6.0 using the latest version of
> pump and my card is configured correctly.  Right now, I'm manually fixing
> all the IP information and running fine.  This will do for now, but
> eventually I would like to get DHCP working.  I suspect that either the
> DHCP broadcast messages aren't occuring, or they aren't in the particular
> format my ISP likes (I need the hostname).  I have the line:
>
> pump -r -i eth0 -h `hostname`
>
> in ifup and ifdown, and HOSTNAME is configured to be the right thing.  The
> pump process is running at startup, but never completing the transaction.
> As in your case I can do it with a previous Linux install as well as from
> WIN 98.
>
> So the question is, how can I figure out what's being sent out by the
> daemon and where is the source to pump so that I might hack it up if
> necessary.
>
> tcpdump doesn't work because eth0 never gets initialized (tcpdump comes
> back with a failure on exec).  If I manually ifconfig eth0, then try to
> manually run tcpdump/pump, tcpdump gives me an error (SIOCFG) and doesn't
> seem to capture any broadcast type messages (which should occur in DHCP).
> Although it does seem to capture some other unrelated packets (They still
> occur after pump process is killed).
>
> I don't use tcpdump very much, so I might not be doing that part right.
> Anyone have any comments or know the answer to the following questions?
>
> 1. How can I capture the DHCP messages before eth0 has been initialized
> 2. If I can't do 1., how can I manually initialize eth0 and run tcpdump so
> that I can see the pump (DHCP) messages.
> 3. Where is the source code to the latest version of pump?
>
> TIA -markw
>
>
> [EMAIL PROTECTED] (Michael D. Schleif) wrote in
> <[EMAIL PROTECTED]>:
>
> >[1] OK, first off, I'm a long time SlackWare user.
> >
> >[2] I have successfully installed RedHat v6.0 onto a new partition.
> >
> >[3] During install, if I tell networking to use DHCP, not bootp, not
> >none, then startup *always* fails at initializing eth0.
> >
> >[4] If I tell install BOOTPROTO=none, give it the appropriate poop, like
> >IP address, then everything works OK.
> >
> >[5] I had a similar problem in SlackWare, sometime back; but, I reverted
> >to an older DHCP, and everything worked OK.
> >
> >[6] Now, however, is the time to make all code current -- even DHCP.
> >
> >[7] Using an Edge v0.7 router between these systems and a MediaOne
> >cablemodem.
> >
> >[8] This same box successfully multi-boots into win9x, win NT4,
> >SlackWare 3.x, all using that same Edge router setup.
> >
> >[9] Have tried seeding /etc/hosts, /etc/resolv.conf, etc.; but, after
> >successfully initializing l0, dhcp *always* hangs at eth0!!!
> >
> >[10] I have to admit, RedHat's system files, names and locations are
> >still foreign to me.  Which files do what?
> >
> >What am I missing???
> >
>



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

From: "L. Friedman" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: Browsers and Linux
Date: Wed, 1 Sep 1999 19:55:55 -0400

    Quite a few people use linux without a GUI.  In linux, more than
any other OS, the GUI is eye candy a little more.  The vast majority
of tasks can be accomplished in linux without the GUI.
    As for the X server, you are most definaetly in the minority.
Most do not lose X when nescape goes down.  Sounds to me like you're
got a bigger problem on your hands.
    If you dislike X, you could always PAY for a comerical version.
Until then, how about being happy with what you have, or writing your
own?

Chauzie wrote in message <[EMAIL PROTECTED]>...
>No kidding.  Mine crashed all the time, bringing the X server with it
too!!!
>So much for stability!!!   Linux kernel may be stable, but it don't
mean shit
>if the X server sucks.  Who wants linux without a GUI.
>
>On Wed, 01 Sep 1999, Ian Clarke wrote:
>>> Which browser can I use with Linux?
>>
>>I use Netscape 4.6 on RedHat 6.0, however it is *very* buggy, much
more
>>so than the Windows versions.  Most of the Linux community is
eagerly
>>awaiting Mozilla (www.mozilla.org) which you can already download,
but
>>which is still a little rough around the edges.  Some months ago I
did
>>get sick of Netscape and started using Lynx (http://www.lynx.org/)
but I
>>couldn't bear the text interface - that is not what the web is
about!
>>Also, I found the usage of arrow keys in Lynx to be really
irritating
>>(one minute you are using <- and -> to move around a text field, but
if
>>you go too far you suddenly move to a different page).
>>
>>KFM (http://www.kde.org/) also includes a web browser, but it is not
as
>>full-featured as Netscape.
>>
>>Ian.


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

From: [EMAIL PROTECTED]
Subject: routing and gateway problems
Date: Wed, 01 Sep 1999 23:56:26 GMT

I am trying to setup a linux firewall machine to filter packets coming
into a network.  The setup is this: a cisco router connects the network
to a t1, one ethernet card in the linux firewall connects to the router
and the other network card connects to the rest of the network.  IP
forwarding is enabled.  I have tried many different routes and configs
for the network cards.  The router sends a .64-.127 subnet to the
network.  The ethernet interface on the router uses .65, I want the
ethernet card from the firewall connecting to the router to use .66 and
the ethernet card connecting to the network to use .67.

TIA
Andy Worthington
[EMAIL PROTECTED]


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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


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