Linux-Networking Digest #217, Volume #11         Thu, 20 May 99 18:13:45 EDT

Contents:
  hosting question ([EMAIL PROTECTED])
  Re: linux ADSL setup - name resolution problem (tjm)
  Re: Specifically, What NT service now be run on linux? ("Doug Pitek")
  Re: Two network cards (Tim Kelley)
  ppp problems .... any advice please ? ("G.Mailer")
  Re: How to make my Linux box a terminal to talk on serial port ttySx... ("Brian")
  Re: Firewall+DHCP (pump) Strange DHCP behavior HELP! (Martin Blaszczyk)
  Re: Why can't anyone telnet to my Linux box? (Duncan Simpson)
  Re: What are good 100baseTX cards for RH 5.2 (Robert Denier)
  Help with NFS export to SunOS 5.6 ([EMAIL PROTECTED])
  how can i config RedHat 6.0 to connect to my ISP ("kitman")
  Re: Windows <---> Linux networking (wre)
  Re: MRTG with linux ("Curt")
  Re: ISDN interface card and RH6 setup? ("Brian")
  Re: Connect to Oracle from Linux ([EMAIL PROTECTED])
  Re: linux ADSL setup - name resolution problem (D.L.)
  routing problems with Redhat 5.2 ([EMAIL PROTECTED])
  Help with PPP (candido lopez)
  Re: Red Hat 5.2 (Tim Kelley)
  Re: HP855 & HP JetDirect EX J2382B & Linux? (Robert Jennings)
  Re: routing problems with Redhat 5.2 (John Taylor)
  Can I use a D-Link 530 Card? (Gerald Brandt)
  dhcpd server problem, help ("Scott MacDonald")

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

From: [EMAIL PROTECTED]
Subject: hosting question
Date: Thu, 20 May 1999 19:29:36 GMT

hi all,

I have a hosting question.  I am hosting a DNS for xxxxx.org and they
have their own server which they host their site.

my problem is that when I set up my DNS file this is how it is set up
*START*
@       IN SOA  ns.yyyyyyyy.com. hostmaster.yyyyyyy.com. (199905201 7200
900 604800 86400 )
        IN NS   ns.yyyyyyyyy.com.
        IN NS   ns2.yyyyyyyy.com.

        IN MX   10 mail.xxxxxxxx.org.
        IN MX   20 mailhost.yyyyyyyy.com.
        IN MX   30 banquo.yyyyyyyy.com.

www     IN A    207.88.xx.xxx
mail    IN A    207.88.xx.xxx
*STOP*

here 207.88.xx.xxx is the IP address of their server.
this enables them to brign up their site in the browser with
www.xxxxxx.org
but when someone types xxxxxx.org nothing comes up. they want me to set
up their DNS so that when someone types just xxxxxx.org without the
www...in a browser their site shoudl come up.

PLEASE HELP ON HOW TO DO THIS.

thanks
praniti


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

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

From: tjm <[EMAIL PROTECTED]>
Subject: Re: linux ADSL setup - name resolution problem
Date: Thu, 20 May 1999 00:24:12 +0000

I don't understand why there is a non-routable
address used on your NIC (10.0.0.2) and a 
non-routable gateway of 10.0.0.1.  Your ISP
should give you the gateway address and the
IP for you to use, in addition to the DNS
IP.  Use ifconfig to set the correct IP
for your connection, establish a route
to the gateway address then set the default
gateway to that address.  The resolv.conf
looks OK.  Your routing tables are incorrect.

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

havok:~ # netstat -nr
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS
Window  irtt Iface
dsl.gw.here     0.0.0.0         255.255.255.0   U         0
0          0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U         0
0          0 lo
0.0.0.0         default.gw.here 0.0.0.0         UG        0
0          0 eth0

Both of these addresses should be the same.

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

(This is for a dedicated IP.  DHCP will be different.)



Good luck,
-- 

tony mollica
[EMAIL PROTECTED]

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

From: "Doug Pitek" <[EMAIL PROTECTED]>
Subject: Re: Specifically, What NT service now be run on linux?
Date: Wed, 19 May 1999 16:39:35 -0400


You can run all that and it wouldn't even think twice.. except the Backup
Exec..

NT... What a joke.. I'm in the same boat as you!
Set it up linux on a 486/50 and you will be amazed how it out performs dual
processor 500 with 1 gig of memory of NT..

Those were my testing conditions.. 99 Services were running @ the time..

--

Doug Pitek
Sr. Network Administrator
PNY Technologies, Inc.
http://www.pny.com

Barry Schneider <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I have an NT & solaris network environment. i have heard and read about
> linux. One thing that has attracted me to linux is its stability as a
> server (no crashing on a weekly basis like nt).
>
> I am currently using NT for the following, what services could i run on
> linux?:
>
> DNS
> WINS Server
> DCHP Server
> File/CD-Rom Server
> Web Server
> Backup Server (Seagate Backup Exec)
> Firewall (CheckPoint Firewall-1 4.0)
> Master Browser
> RAS
> Print Server
> IMAP Server (exchange)
> SMTP Server (exchange)
> LDAP (netscape)
> Network Monitoring
>
>
>
> I am trying to figure out how linux can improve my network environment.
>
> --
>
>
> Barry Schneider
> mailto:[EMAIL PROTECTED]
>
> LongView International
> 1825 S Grant Street, Suite 620
> San Mateo, CA 94402
> www.lvi.com.
> (650) 524-1900
> (650) 524-1901 FAX
>
>



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

From: Tim Kelley <[EMAIL PROTECTED]>
Subject: Re: Two network cards
Date: Thu, 20 May 1999 15:17:57 -0500

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



Jim Scheffler wrote:
> 
> I have @Home cable modem service that I would like to share over my
> intranet.  The problem that I am running into is that I have a two sided
> network (intra and internet) and I can only get one NIC to work.  I am
> running Mandrake (5.2 w/KDE)  Somebody told me that there is an RPM that I
> need to load to use dual NIC's.  Any help would be appreciated.


There shouldn't be anything else you need ... you can use ifconfig to
configure eth1 (the second card) or use linuxconf.  You will have to do
"ifup eth1" afterwards.  Just enable ip forwarding and that should be
it.


What exactly are the troubles you're having?
==============778FEE2672D964617D4779C1
Content-Type: text/x-vcard; charset=us-ascii;
 name="tpkelley.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Tim Kelley
Content-Disposition: attachment;
 filename="tpkelley.vcf"

begin:vcard 
n:Kelley;Tim
x-mozilla-html:FALSE
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Tim Kelley
end:vcard

==============778FEE2672D964617D4779C1==


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

From: "G.Mailer" <[EMAIL PROTECTED]>
Subject: ppp problems .... any advice please ?
Date: Thu, 20 May 1999 00:00:39 GMT

I wonder if someone could point me in the right direction -

I had a working Redhat 5.0 system, using diald and ppp to connect on demand
to an ISP.  After numerous arguments with this ISP - I went to change the
scripts to use a different one - no it doesn't work !

The error I get :-

pppd[3841]: Using interface ppp0
pppd[3841]: Connect: ppp0 <--> /dev/ttyS3
kernel: ppp_tty_ioctl: set xasyncmap
kernel: ppp_tty_ioctl: set xmit asyncmap ffffffff
kernel: ppp_tty_ioctl: set flags to 10000
kernel: ppp_tty_ioctl: set mru to 5dc
kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff
kernel: ppp_tty_ioctl: set flags to 10000
kernel: ppp_tty_ioctl: get unit: 0<4>ppp: frame with bad fcs, excess = b031
kernel: ppp: frame with bad fcs, excess = b031
last message repeated 7 times
kernel: ppp: channel ppp0 closing.
pppd[3841]: LCP: timeout sending Config-Requests
pppd[3841]: Connection terminated.
pppd[3841]: Receive serial link is not 8-bit clean:
pppd[3841]: Problem: all had bit 7 set to 0
pppd[3841]: Hangup (SIGHUP)
pppd[3841]: Exit.

Many thanks in advance - I'm glad I've found this newsgroup only today -
it's already solved another problem just by reading past posts !

Regards - George Mailer.

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

From: "Brian" <[EMAIL PROTECTED]>
Subject: Re: How to make my Linux box a terminal to talk on serial port ttySx...
Date: Thu, 20 May 1999 19:50:42 GMT

Hi Vagrant:

Got the null-modem cable and serial port.

minicom appears to only want to talk to modems.

Is there a version of telnet that will talk with a
ttySx port instead of using TCP/IP?

Regards,

Brian

vagrant wrote in message <[EMAIL PROTECTED]>...
>Brian wrote:
>
>> Hi:
>>
>> Very simple.
>>
>> I want to talk to my pm-11 with my Linux box on ttySx
>> (unused serial port).
>>
>> How do I do it - should be real simple.
>>
>> Best regards,
>>
>> Brian
>
>hook up a serial cable and use something like minicom on
the linux
>machine.  (might need a null modem cable)
>



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

From: Martin Blaszczyk <[EMAIL PROTECTED]>
Subject: Re: Firewall+DHCP (pump) Strange DHCP behavior HELP!
Date: Thu, 20 May 1999 14:56:45 -0700

It seems there is a problem running 6.0 with DHCP servers overall.  After
3 days worth of attempts of setting up the DHCP connections to mediaone I
decided to give up and go back to my old RH5.2 which worked like a
champ....

( and yes, I did changed the pump, and I did try to use the /sbin/dhcpcd
instead of /sbin/pump as well.  Too tired of BS)

Martin


>


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

From: [EMAIL PROTECTED] (Duncan Simpson)
Subject: Re: Why can't anyone telnet to my Linux box?
Date: 20 May 1999 20:07:41 GMT

In <[EMAIL PROTECTED]> Chris Moseng <[EMAIL PROTECTED]> writes:

>I had this problem myself, and it turns out that my ISP was blocking
>connections to port 23 on its firewall (and told me that it would only
>allow connections on a case-by-case basis!)

>rlogin works fine for me, though. Otherwise you could try changing the
>port telnet listens to on your box and see if that gets results.

This is probably a good idea. Many servers out there can not be
contacted with telnet because they do not run a telnet daemon (or rsh,
rlogin, etc). Many ISPs only run ssh on their servers (and the average
customer does not have a valid account in most cases). If you do want
to enable remote access I would recommend running sshd and not
allowing telnet, rsh, rlogin, etc.

ssh 1.x's licence is considerably more liberal that ssh 2.x, which
redefined comercial use dramaticaly. The result this that almost
everyone continues to use ssh 1.x.

Duncan (-:
"software industry, the: unique industry where selling substandard goods is
legal and you can charge extra for fixing the problems."
--
Duncan (-:
"software industry, the: unique industry where selling substandard goods is
legal and you can charge extra for fixing the problems."

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

Date: Wed, 19 May 1999 20:03:39 -0500
From: Robert Denier <[EMAIL PROTECTED]>
Subject: Re: What are good 100baseTX cards for RH 5.2

I had a lot of trouble with a netgear fa310-tx card.  I think they
may be fixed in the newest drivers from donald becker but I'm not
possitive.  (I'm releatively new to linux so that probably didn't
help.)  I bought a intel pro 100 and it works fine.  

One of the new 3com cards does _not_ work well with linux apparently so
I suggest double checking the compatibility list on the redhat site..

-Robert

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

From: [EMAIL PROTECTED]
Subject: Help with NFS export to SunOS 5.6
Date: Thu, 20 May 1999 20:01:39 GMT

After upgrade from RH 5.2 to 6, when mounting a RH Linux server from a
SunOS 5.6 client I now get:

"NFS server not responding"

/var/log/messages says
    <server> mountd[3942] : authenticated mount request from <client>
    kernel: svc: unknown version (3)

SunOS 4.3.1 client can connect with no problem. This suggests that I
have /etc/hosts, /etc/hosts.allow correct and have used exportfs
correctly.
Suggestions?

Thanks for the help.


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

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

From: "kitman" <[EMAIL PROTECTED]>
Subject: how can i config RedHat 6.0 to connect to my ISP
Date: Thu, 20 May 1999 09:26:07 +0800

hi

i am a linux starter and i have installed the redhat 6.0 to my co.
Now i want to use linux to connect to internet.. But i don know
how to do ? Would anyone can help me ?

kitkit

rmk: the redhat i use is fake



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

From: wre <[EMAIL PROTECTED]>
Subject: Re: Windows <---> Linux networking
Date: Wed, 19 May 1999 20:21:53 -0500

Have u checked device manager under system properties to see if there
are any conflicts? If your NIC has a dos utility disk, check what the
NIC thinks its irq/io are versus what w9x thinks they are.....

"[EMAIL PROTECTED]" wrote:

> I'm trying to setup a very small LAN (2 computers).
> One of them runs Red Hat 5.2 (kernel 2.2.5) and
> the other runs Windows 95 (it absolutely has to,
> since the person who uses it can't/won't use
> anything else).
>
> I've been trying just to get them to ping each other
> without much success. I've set them up with 192.168.1.
> addresses, with the Linux box setup to be the gateway.
>
> Now the Linux box is happy pinging itself (192.168.1.1),
> but it does not find 192.168.1.2 (the Windows box).
> In fact, the arp cache says that the address 192.168.1.2
> maps to 00:...:00 -- showing that 192.168.1.2 is not
> announcing itself.
>
> The Windows box has been set up with a TCP/IP
> service with DialUpAdapter-->TCP/IP with
> dynamic addressing, since this is what the ISP
> does, as well as another Network Adapter->Tcp/IP
> service, whose IP address *is* set to 192.168.1.2
> and gateway to 192.168.1.1. However, if I load
> up a DOSshell and try to ping 192.168.1.2 (itself)
> it tells me the request timed out.
>
> In desperation I installed Linux on a separate
> partition on the Windows box. The network ran
> quite happily then.
>
> Is it a Windows problem, or a Linux one? And if so,
> what could be the cause?
>
> Thanks in advance for any help.
>
> angel
>
> PS No, I can't ditch Windows, much as I would at this
> point love to.


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

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: MRTG with linux
Date: Wed, 19 May 1999 18:19:33 -0500

try the command
snmpstatus 192.168.1.2 public

<[EMAIL PROTECTED]> wrote in message news:7hv5ka$ia4$[EMAIL PROTECTED]...
> SNMP is runing on the router, a Cisco 2600.  I can telnet into the
> router from the linux machine, so I'm not sure why it doesn't want to
> connect.  I sort of forgot (:b) to post my cfg earlier....that may very
> well be the problem :)
>
>
>
> # Working Directory
> WorkDir: /mrtg
>
> # Refreshes every X seconds
> Refresh: 300
>
> Target[r1]: 2:[EMAIL PROTECTED]
> MaxBytes[r1]: 64000
> Title[r1]: Traffic Analysis for [EMAIL PROTECTED]
> PageTop[r1]: <H1> Stats for 192.168.1.2  </H1>
>
>
> Thanks for helping :)
>
>
>
> In article <8Wg03.1458$[EMAIL PROTECTED]>,
>   "Curt" <[EMAIL PROTECTED]> wrote:
> > It looks like snmpd is not running or not enabled on the system you
> are
> > trying to get info from.
> > Is is a router?  Another linux system?  Something else?
> >
> > <[EMAIL PROTECTED]> wrote in message
> news:7hrpc0$778$[EMAIL PROTECTED]...
> > > First off, I'm a linux newbie and a total newbie to SNMP stuff, but
> > > since I do know a little more about Linux then others at my work
> place,
> > > I got stuck with getting MRTG to work for SNMP stuff.  Fun, huh?:)
> > >
> > >
> > > Anyhow, I believe that I have the settings correctly, but I'm not
> sure
> > > where to look.  When I run the MRTG program I get the following
> error.
> > >
> > > SNMP Error:
> > > no response received
> > > SNMPv1_Session (remote host: "192.168.1.2" [192.168.1.2].161
> > >                   community: "Public"
> > >                  request ID: 1693697483
> > >                 PDU bufsize: 8000 bytes
> > >                     timeout: 2s
> > >                     retries: 5
> > >                     backoff: 1)
> > > SNMPGET Problem for ifInOctets.2 ifOutOctets.2 sysUptime sysName
> > > ifDescr.2 on Pu
> > > [EMAIL PROTECTED]
> > > SNMPGET: Failed to reach target: "2:[EMAIL PROTECTED]". I tried
> > > multiple times!
> > >
> > >     Can anyone give me a clue where I should start on diagnosing
> this?
> > > I know I can ping and even telnet to the router from the linux box,
> so I
> > > know that I can get there.
> > >
> > > Appreciate it if anyone can help me. :)
> > >
> > > Jon Hughes
> > > [EMAIL PROTECTED]
> > >
> > > (remove the nospam to email me)
> > >
> > >
> > > --== Sent via Deja.com http://www.deja.com/ ==--
> > > ---Share what you know. Learn what you don't.---
> >
> >
>
> --
> (remove removethisantispamline from my email
> address.)
>
>
> --== Sent via Deja.com http://www.deja.com/ ==--
> ---Share what you know. Learn what you don't.---



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

From: "Brian" <[EMAIL PROTECTED]>
Subject: Re: ISDN interface card and RH6 setup?
Date: Wed, 19 May 1999 19:16:22 -0700

Thanks guys!  I'll let you know if I figure this out.
Brian

campbell wrote in message ...
>The SuSe website has some excellent links for ISDN and Linux,  as there has
>been a lot of work done in this field in Germany.  They list an ftp site
>where you can get more info and some files I believe too.  I am working on
>the same problem, if you would like to keep in touch:  [EMAIL PROTECTED]
>I use both the SuSe and RedHat variations.  I think it has as much to do
>with your provider as it does with your configuration, and I have not had
>much luck with mine, which frustrates me because I know they are a big
"Unix
>house"--using all Solaris equipment and even Linux as 2nd DNS, but they
have
>not given me any help with the ISDN TA. Good Luck!
>Lim Chee Onn wrote in message <[EMAIL PROTECTED]>...
>>Brian wrote:
>>>
>>> Hello,
>>>
>>> What do I need to do to setup RH6 to use my Eicon Diva 2.0 PCI ISDN
>>> interface card?  (U.S.  U interface).  I've been hunting around and
>believe
>>> I need to use the HiSax driver, but have no idea how to set it up.
Where
>>> can I find information on getting this all going?  I couldn't find
>anything
>>> in any of the usual HowTo documents.
>>>
>>> Thanks!
>>> Brian
>>
>>A quick look at the kernel sources documentation shows that the EICON
>>DIVA is supported as 'Type 11'. I do not know much more as I do not yet
>>have an ISDN connection here. Look in
>>/usr/src/linux/Documentation/isdn/README.HiSax for more information on
>>how to configure Linux to use your card.
>>
>>I believe that there is a Linux-ISDN homepage somewhere but it has
>>slipped my mind for the moment. Try doing a search at www.deja.com for
>>"linux isdn hisax" and see what it turns up.
>>
>>Cheers.
>>--
>>=========================================================
>>A successful man makes more money than his wife can spend
>>A successful woman finds the man above
>>=========================================================
>>Alex C. O. Lim
>>Future Trend Computer Services
>>http://www.ftrend.com.my
>>=========================================================
>
>



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

From: [EMAIL PROTECTED]
Subject: Re: Connect to Oracle from Linux
Date: Thu, 20 May 1999 20:18:55 GMT

WOW!!!

Would you please tell me how to connect to an Oracle DB only using
minicom?  Thank you!

>
> I can connect with my Oracle DB using only minicom.
>


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

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

Crossposted-To: onenet.linux
Subject: Re: linux ADSL setup - name resolution problem
From: [EMAIL PROTECTED] (D.L.)
Date: 19 May 1999 22:08:44 -0400

Brandon <"[EMAIL PROTECTED]"> wrote in <[EMAIL PROTECTED]>:

>I had no problem at all in seting up RH6, it took all of about 3
>minutes...if you're not using DHCP, you should try disabling it in the
>router by telneting to 10.0.0.1 and using #set dhcp server disabled, then
>#write.
>
>

I tried that, and no luck.  I even tried setting up a DHCP client
on the linux side.  Win98 works equally well with or without using
DHCP.

My problem doesn't seem to be purely network related, since I can
still ping zoomtown's nameservers by IP address with no problem.
I suspect that something is interfering with bind, so I tried 
replacing bind8 with bind4.  That didn't do it either.
As I mentioned earlier, "netstat -r" just hangs at the header.
I found that this happens only after I set up the default route with:

# route add default gw 10.0.0.1 eth0

I'm almost ready to trash SuSE, and cough up the bux for redhat6...
Maybe there's a reason that SuSE 6.1 was $35.00 vs about $80.00
for redhat6...

-- 
D.L. Sharp/NU8H      [EMAIL PROTECTED]        Cincinnati, Ohio
Kindred Spirits Hearth - http://w3.one.net/~dls/kspirits
[EMAIL PROTECTED]

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

From: [EMAIL PROTECTED]
Subject: routing problems with Redhat 5.2
Date: Thu, 20 May 1999 14:38:51 -0600

Hi folks,

I'm very new to Linux and Unix in general. After installing Redhat 5.2 
I've come across the following problem; if I try to telnet to localhost 
the system displays the following:

Trying 127.0.0.1...
Telnet: Unable to connect to remote host: Network is unreachable

Now, this looks like a routing problem to me so I tried the following:

# /sbin/route add -host 127.0.0.1 lo

Then I am able to successfully telnet into the loopback device. The 
problem is that every time I reboot the computer, it loses the new 
routing information. I'm sure there must be an .rc file somewhere that I 
need to edit, but I don't know which one it is. Can anyone point me in 
the right direction?


Thanks.

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

From: candido lopez <[EMAIL PROTECTED]>
Subject: Help with PPP
Date: 20 May 1999 02:30:59 GMT

I need to do something very strange, and may be somebody has an idea:

I need to do some testing, the testing is done trought a modem connected
to a remote server, I was thinking to use an machine connected to the
network, route the eth0 packets to PPP0. This PPP connection is to
compuserve, this connection will initialize another PPP connection ( from
compuserve to the remote server)

I trough to set a firewall and route the packets from eth0 to ppp0, but do
not work 

PLEASE HELP ME.


==================  Posted via SearchLinux  ==================
                  http://www.searchlinux.com

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

From: Tim Kelley <[EMAIL PROTECTED]>
Subject: Re: Red Hat 5.2
Date: Thu, 20 May 1999 15:49:04 -0500

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



Arthur Merar wrote:
> 
> Hello,
> 
> I have a 3COM 3C509B and I'm running Linux Red Hat
> 5.2.  I cannot seem to do anything with the card.
> 
> I have a Windows 98 machine and they are all on
> the hub and each has it's own IP.  I cannot seem
> to ping anything.
> 
> Does Red Hat not like this type of NIC or do I
> need a new driver??


This card works fine under RH5x ... 

try insmod 3c509, see what happens.

If the module loads, then configure the ip etc. with linuxconf.
==============7AAB34436AD478FA67BD855F
Content-Type: text/x-vcard; charset=us-ascii;
 name="tpkelley.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Tim Kelley
Content-Disposition: attachment;
 filename="tpkelley.vcf"

begin:vcard 
n:Kelley;Tim
x-mozilla-html:FALSE
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Tim Kelley
end:vcard

==============7AAB34436AD478FA67BD855F==


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

From: Robert Jennings <[EMAIL PROTECTED]>
Subject: Re: HP855 & HP JetDirect EX J2382B & Linux?
Date: Thu, 20 May 1999 21:41:38 +0000

mike dombrowski wrote:
> 
> A store around my house is selling HP JetDirect EX J2382B print
> servers for 15$ a piece. If I get it and hook it up to my HP855C can
> Linux print to it? If so can someone point me to a faq/howto?
> 
> Thanks
> Mike
HP Web JetAdmin is supported on RH Linux which should allow you to
manage the printer it is free at

http://www.hp.com/net_printing/ppss/wja_info.html

Can't find JetDirect software for server you mentioned.

RJ
-- 
mailto: [EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (John Taylor)
Subject: Re: routing problems with Redhat 5.2
Date: Thu, 20 May 1999 15:13:22 -0600


In article <XF_03.60$[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
says...
> In general if you want things to rerun everytime you reboot, add them to
> /etc/rc.d/rc.local
> 
> 
> Although, if you have been able to get Xwindows going, run the network
> configurator.
> netcfg


Thanks for the quick reply Curt. I did fire up netcfg and *thought* that 
I had added the static route correctly. Obviously, I didn't do it right.

I checked the rc.local file on my system and didn't find any other 
network configuration options, so they must be stored somewhere else in 
RH 5.2. The search continues....


John


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

From: [EMAIL PROTECTED] (Gerald Brandt)
Subject: Can I use a D-Link 530 Card?
Date: Thu, 20 May 1999 21:59:12 GMT

Hi there,

Can I use a D-Link DFE-530TK card?  If so, where can I get drivers for it?

Gerald

-- 
---
Gerald Brandt   [EMAIL PROTECTED]
  5:52pm  up 54 days,  9:27,  3 users,  load average: 0.00, 0.00, 0.00
Linux summit.rubicon.net 2.0.36 #1 Tue Oct 13 22:17:11 EDT 1998 i586 unknown

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

From: "Scott MacDonald" <[EMAIL PROTECTED]>
Subject: dhcpd server problem, help
Date: Thu, 20 May 1999 17:05:25 -0500

Hi, I have redhat 6 and a dhcpd server running to give a windows box a
lease, and the server sees the windows box, and there is a lease in the
dhcpd.leases file for the windows box. Yet in winip config on the windows
box, it doesn't show the lease? If I try to renew the lease in winipcfg it
says access denied. Can someone help? Thanks!


Scott



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


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