Linux-Networking Digest #975, Volume #10         Tue, 27 Apr 99 22:15:31 EDT

Contents:
  Re: Second card (SMC1211TX) isn't detected (Joe J)
  gethostbyname() (Dan Stanescu)
  Re: Novell Networking (Nathan Rosales)
  @home anyone? is it worthwhile or not?
  Dialing PPP doing browse on LAN. Why? ("A Hilton")
  Re: Novell Networking (Lew Pitcher)
  Re: SAMBA vs Solaris (Frank Sweetser)
  Re: ISP and work network pppd demand problem? (Clifford Kite)
  eth0 config strangeness (Corus)
  Re: XDMCP (Mike Freitas)
  Re: Can I mount UNIX filesystems using Samba (Hardave Riar)
  Re: I've got the modem blues... (Clifford Kite)
  3Com MegaHertz (3CXE589ET)  and RH52? ("Henrik Jensen")
  AS400 tools and connectivity? (James Tyrrell)
  Problem in Integrating Linux with NT (Tigas77)
  Re: Driver HP 10/100 Network adapter (Joe J)
  Re: af_packet and ethertap (Mike Jagdis)
  Set up DNS to resolve hostname to hostname:port? ([EMAIL PROTECTED])
  Opps Free CGI parser for RedHat Linux ([EMAIL PROTECTED])
  Re: modprobe: can't locate module net-pf-4 (Christophe Janneteau)
  Re: I've got the modem blues... ("Jeremy Collins")
  Printing on a network ("Robert Horlings")
  Backup Connection ([EMAIL PROTECTED])
  Re: ttyp0 and ttyp1 taken from me. (Pekka Savola)
  Re: SAMBA vs Solaris (bgeer)

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

From: Joe J <[EMAIL PROTECTED]>
Subject: Re: Second card (SMC1211TX) isn't detected
Date: Tue, 27 Apr 1999 17:51:27 GMT

Sorry for the incompleteness of my supplied information..  The /proc/ioports
and /proc/interrupts file streams did not contain the needed address block or
interrupt.

I had tried switching the PCI cards to the different slots.  No change.  I
have tried your sugestions, except or recompiling the kernel, without
success.  I hadn't recompiled the kernel because reading various newsgroups,
I figured I didn't have to because I am using Redhat 5.2.  But in thinking
about it, the kernel probably wasn't compiled with the 'experimental' option
on.  Since the rtl8139 driver is still considered experimental, that will be
my next course of action.  Thanks!

Joe Jerome

Vidar Andresen wrote:

> In article <[EMAIL PROTECTED]>,
> Joe J <[EMAIL PROTECTED]> wrote:
> > I am trying to get a second ethernet card working in my dual boot
> >(Win95/Linux) box.  The first card, a RealTek 8029 PCI card is detected
> >and functions correctly.  I'm trying to add a second card, an SMC1211TX,
> >so that I can use the system as a firewall system, but the card isn't
> >detected at Linux boot up.  I have read and tried to implement advice
> >from the Ethernet-HOWTO without success.  I'm hoping that someone can
> >help.  The following info is present:
>
> I have a Accton Cheetah found as SMC1211TX, and experience similar
> problem. But i get it to work.
>
> I dont use modules, and i think the rtl1839 is better off into the
> kernel. Look for a updated driver and compile it into the kernel.
>
> But maybe it helps to load the rtl1839 first.  (I have to even if the
> driver is compiled in, to get a 3com509b (or was it a smc-ultra..)
> found.
>
> Could be it have to be in a slot busmaster-capable.  There is a lot of
> info about the rtl1839.
> http.//cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html for a start.
> And the driver disk, or info at http://www.realtek.com.tw/cn/cn.html or
> somehwere around.
>
> >***************
> > cat /proc/pci
> >:
> >   PCI devices found:
> >     Bus  0, device  10, function  0:
> >       Ethernet controller: Realtek 8029 (rev 0).
> >         Medium devsel.  IRQ 12.
> >         I/O at 0x6200.
> [...]
> >     Bus  0, device   8, function  0:
> >       Ethernet controller: Unknown vendor Unknown device (rev 16).
> >         Vendor id=1113. Device id=1211.
> >         Medium devsel.  Fast back-to-back capable.  IRQ 10.  Master
> >Capable.  Latency=32.  Min Gnt=32.Max Lat=64.
> >         I/O at 0x6100.
> >         Non-prefetchable 32 bit memory at 0xe0410000.
>
> if it does not help to load the 8139 first, maybe swapping position of
> the two cards may help.
>
> >***************
> > Checking /proc/ioports and /proc/interrupts shows no conflicts.
>
> Does the card show up?
>
> >***************
> >/etc/conf.modules:
> >      alias eth0 ne2k-pci
> >      alias eth1 rtl8139
>
> Anyway, the information 'I/O at 0x6100' is something you should let
> the module know.  (if it is right, try to get only that card up and
> working.)
>
> >***************
> >modprobe eth1:
> >      Unknown RealTek PCI chip detected: not configured
> >      /lib/modules/preferred/net/rtl8139.o: init.module: Device or
> >resource busy
> >
> >Could the problem be that the card is trying to auto-sense the speed?
>
> Dont know.  But the card itself can be set to _not_ running auto.
> There is a driver disk somwhere.  Card to be setup in dos.  What that
> does to the card and linux trying to find/set it, i dont know.
>
> >Should I add an option statement to conf.modules?  If so, which option?
>
> 1.)  Yes. 2.)  I dont use modules, but the '0x6100' is what it needs.
> Exactly how..
>
> >What am I missing?  Any and all help appreciated!
>
> First try to load it as eth0.  And the other card _then_ as eth1.  I
> have to.  Otherwise I dont find my other card.  (I use lilo) I have
> some other problems with the card as well, I start to belive it is a
> card best as 1 machine, 1 card -card.
>
> Mvh Vidar Andresen


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

From: Dan Stanescu <[EMAIL PROTECTED]>
Subject: gethostbyname()
Date: Tue, 27 Apr 1999 12:56:10 -0500


==============54B4B91452550C6D720B8036
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

I try to run an application that uses gethostbyname().

I keep getting error 2 (TRY_AGAIN) from gethostbyname().

Here is some more information: I use it on my own PC, not

connected on a network. I run Slackware 3.6. My etc/hosts

file contains the following lines:

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

127.0.0.1 localhost

127.0.0.1 lotus.frop.org lotus

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

My /etc/HOSTNAME file conatins the line:

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

lotus.frop.org

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

Also, if I run hostname in verbose mode I get:

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

> hostname -s -v

gethostname()='lotus'

Resolving 'lotus'

hostname: Host name looking failure

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

If you know why gethostbyname() won't work (it is supposed to look

only in the etc/hosts file) please let me know, so I can move along

and run that application. Thanks.--

====================================================
Dan Stanescu
CFD Laboratory, ER-301
Concordia University
1455 de Maisonneuve Blvd. West
Montreal, CANADA H3G 1M8
====================================================
Tel.: (514)848-3138
FAX : (514)848-8601
E-mail: [EMAIL PROTECTED]
====================================================



==============54B4B91452550C6D720B8036
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>

<PRE>Hi,</PRE>

<PRE>I try to run an application that uses gethostbyname().</PRE>

<PRE>I&nbsp;keep getting error 2 (TRY_AGAIN) from gethostbyname().</PRE>

<PRE>Here is some more information: I use it on my own PC, not</PRE>

<PRE>connected on a network. I&nbsp;run Slackware 3.6. My etc/hosts</PRE>

<PRE>file contains the following lines:</PRE>

<PRE>------------------------------------</PRE>

<PRE>127.0.0.1 localhost</PRE>

<PRE>127.0.0.1 lotus.frop.org lotus</PRE>

<PRE>-------------------------------------</PRE>

<PRE>My /etc/HOSTNAME&nbsp;file conatins the line:</PRE>

<PRE>-------------------------------------</PRE>

<PRE>lotus.frop.org</PRE>

<PRE>--------------------------------------</PRE>

<PRE>Also, if I&nbsp;run hostname in verbose mode I&nbsp;get:</PRE>

<PRE>-------------------------------</PRE>

<PRE>> hostname -s -v</PRE>

<PRE>gethostname()='lotus'</PRE>

<PRE>Resolving 'lotus'</PRE>

<PRE>hostname:&nbsp;Host name looking failure</PRE>

<PRE>-------------------------------------</PRE>

<PRE>If you know why gethostbyname() won't work (it is supposed to look</PRE>

<PRE>only in the etc/hosts file) please let me know, so I&nbsp;can move along</PRE>

<PRE>and run that application. Thanks.--&nbsp;


====================================================
Dan Stanescu
CFD Laboratory, ER-301
Concordia University
1455 de Maisonneuve Blvd. West
Montreal, CANADA H3G 1M8
====================================================
Tel.: (514)848-3138
FAX : (514)848-8601
E-mail: [EMAIL PROTECTED]
====================================================</PRE>
&nbsp;</HTML>

==============54B4B91452550C6D720B8036==


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

From: Nathan Rosales <[EMAIL PROTECTED]>
Subject: Re: Novell Networking
Date: Tue, 27 Apr 1999 17:57:35 GMT

Caldera distributes a Netware file/print server for Linux.

  http://www.calderasystems.com/products/netware/

[EMAIL PROTECTED] wrote:
> 
> Is it possible to replace a Novell Network Server with a Linux Box?
> 
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own


  - Nathan

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

From: <[EMAIL PROTECTED]>
Date: Tue, 27 Apr 99 14:00:32 -0500
Subject: @home anyone? is it worthwhile or not?

Greetings & Salivations.

I'm starting to setup RHL 5.2 on a small ethter net, 3 linux machines, a
mac and an STe, and I'm considering using the @home cablemodem service
for my net connection.  I've heard some say it's really cool, others
call it bunk.  Anyone here have personal experience with it?

Another thing I've heard a while back from fellow linux user who has it
is that he end up with a static ip address!  anyone else have this
experience?

bfn,
James


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

From: "A Hilton" <[EMAIL PROTECTED]>
Subject: Dialing PPP doing browse on LAN. Why?
Date: Tue, 27 Apr 1999 13:06:29 -0500

Hello all,
I'm using Slackware (Linux 2.0.35) and have setup PPP (dynamic IP), diald,
samba, and ethernet on a LAN with NT machines according to the HOWTO's.
Everything works very well except that when I browse (from Windows
Explorer - not the browser) from one of the NT machines to the Linux
machine, the PPP link dials on the Linux machine. It doesn't do that when I
browse the other machines though.
I'm assuming it's a routing problem? Which program is affecting this? diald?
samba? general networking?  I appreciate any help on this.

- A Hilton




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

From: [EMAIL PROTECTED] (Lew Pitcher)
Subject: Re: Novell Networking
Reply-To: [EMAIL PROTECTED]
Date: Tue, 27 Apr 1999 18:06:07 GMT

On Tue, 27 Apr 1999 17:24:27 GMT, [EMAIL PROTECTED] wrote:

>Is it possible to replace a Novell Network Server with a Linux Box?
Yes.

Look for the Mars-NWE package


Lew Pitcher
System Consultant, Integration Solutions Architecture
Toronto Dominion Bank

([EMAIL PROTECTED])


(Opinions expressed are my own, not my employer's.)

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

From: Frank Sweetser <[EMAIL PROTECTED]>
Subject: Re: SAMBA vs Solaris
Date: 27 Apr 1999 14:05:58 -0400

[EMAIL PROTECTED] writes:

> hi,
> 
> i am sorry to use a stupid subjuct for this post, but i
> couldn't think of anything better (me dim-wit!).
> 
> is it possible to use a Linux-PC with SAMBA (configured),
> to print on a network printer (HP-5L), attached to a
> Win95 PC. this Linux PC, inturn, can it be used, by a
> SunULTRA5 (solaris2.6) machine to print...?
> 
> is SAMBA available on Solaris? is there any alternative
> SMB client (talker) for Solaris.

no need to go through such hoops.  both use the unix lpr printing system,
which supports network printing.  simply add an entry to the solaris
printer config (forget the name, but there should be an admin tool to do
it) pointing to the print queue on the linux machine.

-- 
Frank Sweetser rasmusin at wpi.edu fsweetser at blee.net  | PGP key available
paramount.ind.wpi.edu RedHat 5.2 kernel 2.2.5        i586 | at public servers
The whole history of computers is rampant with cheerleading at best and
bigotry at worst.
             -- Larry Wall in <[EMAIL PROTECTED]>

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: ISP and work network pppd demand problem?
Date: 27 Apr 1999 13:05:03 -0500

[EMAIL PROTECTED] wrote:

: Please, all I want is the linux server to dialup to either
: network on demand....

You would have to determine which number to call based on the network
request you made.  The work-related FQDNs or IP addresses might be used
to determine the correct number to call but it's doubtful that anyone has
implemented this.  Certainly not in pppd and probably not even in diald.

: It can't be too much to ask from such a full OS can it???

This is not an OS-level problem.

--
Clifford Kite <kite@inet%port.com>                       Not a guru. (tm)
/* 97.3% of all statistics are made up. */

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

From: Corus <[EMAIL PROTECTED]>
Subject: eth0 config strangeness
Date: Mon, 26 Apr 1999 22:08:21 +0100

Hi.
I was trying to configure IP for my ethernet card which is an NE2100 PCI
clone (driver is pcnet32) on my RH5.1 but I'm witnessing some weird
behaviour.

I've compiled support for this card directly into the kernel so no need
to load modules.

I tried configuring eth0 for this card by installing an ifcfg-eth0
settings file in /etc/sysconfig/network-scripts 

The file looks like this:
DEVICE=eth0
IPADDR=192.168.2.100
NETMASK=255.255.255.0
NETWORK=192.168.2.0
BROADCAST=192.168.2.255
ONBOOT=yes

I start the system which goes through its usual routine, but when it
enters run level 3 (my default runlevel) it halts and I have to reboot.
The halt is definitely network related because if I break in with a
rescue disk and set the ONBOOT parameter of the ifcfg-eth0 file to 'no'
and reboot, the system will come up as usual. (Be it with eth0
unconfigured)

I can then use ifconfig to manually configure eth0 with no problems.

The only automated way I've found of configuring eth0 is to install an
'ether' script in /etc/rc.d/init.d and link it to S and K scripts in
/etc/rc.d/rc3.d

Anyone know what could be happening?
Aren't ifcfg-* scripts the standard way of configuring interfaces?


Help!!! (and thanks),
._C


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

From: Mike Freitas <[EMAIL PROTECTED]>
Subject: Re: XDMCP
Date: Tue, 27 Apr 1999 11:22:59 -0700

View this
http://www.menet.umn.edu/kaszeta/unix/xterminal/index.html
and look at Dec 98 Linux Journal mag if possible!


u2161474 wrote:
> 
> Hi,
> 
> Can anyone tell me how to configure XDMCP, so that I can choose to which
> 
> server I want to connect.
> 
> what are "chooser" and "undirect queries" methods?
> 
> what command should be in /etc/X11/xdm/Xaccess and Xserver ?
> 
> any advice is appreciated....
> 
> many thanks.

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

From: Hardave Riar <[EMAIL PROTECTED]>
Subject: Re: Can I mount UNIX filesystems using Samba
Date: Tue, 27 Apr 1999 18:10:18 GMT

If the server you are trying to access is running samba and the
directory you are trying to mount is shared, I don't see any reason why
not. And as long as there are no windows boxes involved the filename
cases will be preserved.

Hardave
remove no-spam. to respond

nra wrote:
> 
> I need some advice on mounting  a UNIX filesystem on a LINUX machine.
> The network administrator thinks that it is okay to use Samba to mount
> the files on the Linux machine. I have read that there are problems with
> (i) Uppercase and lowercase filenames (ii) User/Group IDs. The
> alternative is to mount using NFS but the administrator will not let me
> do this for security reasons. Has anyone successfully used smbmount to
> mount UNIX files?
> 
> Russell Adams,
> Newcastle University
> [EMAIL PROTECTED]

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Crossposted-To: uk.comp.os.linux
Subject: Re: I've got the modem blues...
Date: 27 Apr 1999 13:16:19 -0500

Oliver B. Tupman ([EMAIL PROTECTED]) wrote:

: If I try and run pppd, I find in /var/log/messages the following:

: Apr 27 18:02:05 localhost pppd[618]: tcgetattr: Input/output error(5)
: Apr 27 18:02:06 localhost pppd[618]: Exit.  

Look for some other process that uses the same IRQ as is configured
for the modem in Linux.  PnP things sometimes configure differently
under Linux than some other OS.  Jumper the port/IRQ if you can so
you'll know what it's using.

"Setserial /dev/ttySx" will show the port and IRQ that the device file
/dev/ttySx is configured to use.  "Cat /dev/proc/interrupts" shows the
IRQ usage for active devices.

--
Clifford Kite <kite@inet%port.com>                       Not a guru. (tm)
/* Editing with vi is a lot better than using a huge swiss army knife. */

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

From: "Henrik Jensen" <[EMAIL PROTECTED]>
Subject: 3Com MegaHertz (3CXE589ET)  and RH52?
Date: Tue, 27 Apr 1999 13:26:36 +0200

2 Questions:

1. Has anyone managed to get the 3Com MegaHertz 10Mbps (3CXE589ET) PCMCIA
card working in RedHat 5.2?

2. If so, does it use the 3c589_cs driver or do I have to get and compile a
driver from somewhere else?


Henrik Jensen       <[EMAIL PROTECTED]>



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

From: email:[EMAIL PROTECTED] (James Tyrrell)
Subject: AS400 tools and connectivity?
Date: Tue, 27 Apr 1999 11:26:22 GMT

I was wondering if therre were any Linux programs or tools for
connectivity with AS400 platforms?

Thanks.

Jim.

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

From: [EMAIL PROTECTED] (Tigas77)
Subject: Problem in Integrating Linux with NT
Date: 27 Apr 1999 19:27:16 GMT

I was thinking of Integrating Linux with NT for my graduation project for my
networking class. I know it is possible with samba but my instructor told me
not to use SAMBA or any commercial software to use in integrating it. He wants
me to write a program so that the two can talk. I'm not a programmer doesn't
have any clue on C but I know how to lay a network good. My question is Is it
possible to write a code for it so that the two can share files etcc.. like an
interface. And if your to write a code how long does it take?.. 

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

From: Joe J <[EMAIL PROTECTED]>
Subject: Re: Driver HP 10/100 Network adapter
Date: Tue, 27 Apr 1999 18:43:41 GMT

Check http://cesdis.gsfc.nasa.gov/linux/linux.html.

 Sections 5.19.5 and 5.19.6 of the Ethernet-HOWTO suggest you need
either the 100vg driver or the driver for the Intel EtherExpress Pro
10/100B  See the HOWTO and the NASA site for more info ;-)

Joe Jerome

Marco Rubeck wrote:

> Hello,
>
> has anyone the latest driver for HP 10/100 network adapter ?
> Or does anyone know where I can get it?
>
> Thanks in advance
>
> Greetings
> Marco


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

From: [EMAIL PROTECTED] (Mike Jagdis)
Subject: Re: af_packet and ethertap
Date: 27 Apr 1999 11:33:26 GMT

In article <[EMAIL PROTECTED]>, B. Heath Robinson wrote:
>I am trying go get diald working with my 2.2.x kernel.  I am getting the
>following messages when I try to load af_packet and ethertap:
>
>/lib/modules/2.2.6/net/ethertap.o: unresolved symbol netlink_kernel_create
>/lib/modules/2.2.6/net/ethertap.o: unresolved symbol netlink_broadcast 

Your kernel wasn't built with netlink support?

                                Mike

-- 
    A train stops at a train station, a bus stops at a bus station.
    On my desk I have a work station...
.----------------------------------------------------------------------.
|  Mike Jagdis                  |  Internet:  mailto:[EMAIL PROTECTED]   |
|  Roan Technology Ltd.         |                                      |
|  54A Peach Street, Wokingham  |  Telephone:  +44 118 989 0403        |
|  RG40 1XG, ENGLAND            |  Fax:        +44 118 989 1195        |
`----------------------------------------------------------------------'

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

From: [EMAIL PROTECTED]
Subject: Set up DNS to resolve hostname to hostname:port?
Date: Tue, 27 Apr 1999 19:20:49 GMT

I'm running Red Hat Linux 5.1 and have a DNS server running, and I've looked
through DejaNews and read up on DNS and BIND but can't find the answer to my
question, so I'm wondering if perhaps somebody here knows the answer.  (And if
the answer is "You can't do that," if they have any ideas on what I could do
instead.  <g>)

I want to have a hostname, say virtualhost.domain.com, map to another host
and a port, like realhost.domain.com:8081.  Is this possible?  Both
virtualhost.domain.com and realhost.domain.com would be the same machine. 
The ultimate goal is to be able to have people go to
http://virtualhost.domain.com and get redirected to
http://realhost.domain.com:8081, which would in turn redirect to a machine on
the LAN, say http://xxx.xxx.x.xxx:80. (I had 192.168.1.80 in there, but
Dejanews freaked out about posting an "IP URL.") The resolution of
virtualhost.domain.com to realhost.domain.com:8081 would have to be done at
the DNS level and not the http level (i.e. Apache virtualserver is not going
to help here, and neither is the Redirect directive, because redirecting
virtualhost.domain.com to 192.168.1.80 will make the client itself look for
192.168.1.80, and of course it won't be able to find it on my LAN). All of
the machines on my LAN have only a 192.168.1.xxx address and are only
connected to the Internet through the Linux machine, via IP masquerading and
the like.

Currently I'm using "redir" to redirect port 8081 on the realhost.domain.com
machine to port 80 of the localmachine.domain.com machine, with the effect
that anybody can get pages off of that http server by doing
http://realhost.domain.com:8081.  But I need to avoid using port numbers at
all, so I wonder if it's possible to resolve virtualhost.domain.com at a DNS
level to realhost.domain.com:8081.  If not, I guess I'll have to pay for
additional "real" IP addresses and directly connect the localhost.domain.com
machines to the Internet...

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

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

From: [EMAIL PROTECTED]
Crossposted-To: linux.redhat.misc,linux.redhat.misc
Subject: Opps Free CGI parser for RedHat Linux
Date: Tue, 27 Apr 1999 19:20:44 GMT

The URL:
http://www.webmerger.com


//B Hahn

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

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

From: Christophe Janneteau <[EMAIL PROTECTED]>
Subject: Re: modprobe: can't locate module net-pf-4
Date: Tue, 27 Apr 1999 13:21:03 +0200
Reply-To: [EMAIL PROTECTED]

Jason McKnight wrote:

> make config
> (chose most settings as modules so that I could get a zImage instead of
> bzImage)
> make dep
> make zImage
> make modules
> make modules_install
> 
> I copied the zImage that was in /usr/src/linux/arch/i386/boot to /boot
> made an entry in lilo config for the new kernel (left old one in place
> just in case)
> 
> rebooted
> always get that error.
> 
> Any ideas?
> 
> Jason McKnight

Did you update LILO? (re-read the /etc/lilo.conf)

 # lilo -C

        Christophe.

-- 
Christophe Janneteau         Centre de Recherche de Motorola - Paris
Email: [EMAIL PROTECTED]  Espace Technologique - Saint Aubin
Tel: +33 (0)1 69 35 25 48    91193 Gif-sur-Yvette Cedex
Fax: +33 (0)1 69 35 25 01    France

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

From: "Jeremy Collins" <[EMAIL PROTECTED]>
Crossposted-To: uk.comp.os.linux
Subject: Re: I've got the modem blues...
Date: Tue, 27 Apr 1999 18:51:57 +0100


Oliver B. Tupman wrote in message <[EMAIL PROTECTED]>...
>Hi there,
>
>For some reason I cannot get Linux to see that I have modem on COM3
>(which is where old Windows 95 says it is). It did work in Linux, but
>due to reasons I won't go into - I had to reinstall Linux.
>
>When I attach my friends external modem to COM1, the external modem
>works so I know that I _can_ dial out.


I'm kind of new to Linux, but I'll pass on my experience
anyway. I had trouble getting Linux to recognise my external
USR modem - until I went into the BIOS and reset the
serial ports to their default settings, and turned off anything
to do with PnP-managed stuff. It was (is) an old motherboard
from an old Win95 PC, and I'd obviously done some messing
around in the BIOS before.

You could also try sending the modem whatever AT command
it is to reset it to factory defaults in case Win95 has some
summat nasty...

HTH (but apologies if I'm barking up the wrong tree)

--
Jeremy Collins
Kansai Business Systems
http://www.kansai.co.uk/



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

From: "Robert Horlings" <[EMAIL PROTECTED]>
Subject: Printing on a network
Date: 27 Apr 1999 19:54:54 GMT

Hi,

does anybody know where I can find some info about printing to a
NT-server???? I've read the Printing-HOWTO!

thanx in advance

Robo

--
E-mail: [EMAIL PROTECTED]

Qui tacet, consentire videtur



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

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.develop
Subject: Backup Connection
Date: Thu, 22 Apr 1999 07:48:34 GMT

A friend plans to host websites through a DSL connection.  The bandwidth
is cheap, but unreliable.  He wants to use a router machine running RH5.2.
Both a 56K modem and a DSL router will reside in his router machine.  When
DSL fails, he wants the 56K to kick in until he can arrive to fix it.

I'm skeptical of this plan, but he says it's just for getting started.  He
plans to upgrade to T1s when he gets enough business, and perhaps switch
back to DSL when the technology becomes more robust.

Bottomline:  Regardless of what you think of his plan, what's the best
way to implement it?  He'll somehow need to detect a loss of carrier on
the DSL line and reestablish a connection through the 56K modem...
Periodically test the DSL for reactivation...  and switch back when
DSL restarts.  What's the best (not just easiest, but also most effective)
way to do this?

Critiques of his plan and suggested alternatives are welcome, but would
respondants please also answer my basic question?  Thanks.

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

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

From: [EMAIL PROTECTED] (Pekka Savola)
Subject: Re: ttyp0 and ttyp1 taken from me.
Date: Tue, 27 Apr 1999 19:31:24 GMT

>When I telnet in to my Redhat 5.1 Linux server I usually connect to
>ttyp0.  Then one day it wouldn't let me and I had to edit my securetty
>file to allow me to log in to ttyp1.  Now it won't let me do that and I
>have to log in to ttyp2.  I looked in `ps -ax` and `who` to see if

There is no need for this; logging on as root should be discouraged.

Log in with your normal user account and use 'su' to gain exactly same
priviledges as root.

Pekka Savola                    pekkas at netcore dot fi
---
Across the nations the stories spread like spiderweb laid upon spiderweb, 
and men and women planned the future, believing they knew truth. They 
planned, and the Pattern absorbed their plans, weaving toward the future 
foretold.               -- Robert Jordan: The Path of Daggers

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

From: [EMAIL PROTECTED] (bgeer)
Subject: Re: SAMBA vs Solaris
Date: 27 Apr 1999 14:12:08 -0600

Frank Sweetser <[EMAIL PROTECTED]> writes:

 >[EMAIL PROTECTED] writes:

 >> is it possible to use a Linux-PC with SAMBA (configured),
 >> to print on a network printer (HP-5L), attached to a
 >> Win95 PC. this Linux PC, inturn, can it be used, by a
 >> SunULTRA5 (solaris2.6) machine to print...?

 >no need to go through such hoops.  both use the unix lpr printing system,
 >which supports network printing.  simply add an entry to the solaris
 >printer config (forget the name, but there should be an admin tool to do
 >it) pointing to the print queue on the linux machine.

 >> is SAMBA available on Solaris? is there any alternative
 >> SMB client (talker) for Solaris.

Yes, SAMBA runs on most Unix-like OSs including SunOS & Solaris.
Start your search at http://samba.anu.edu.au/samba/.

-- 
<> Robert Geer & Donna Tomky  |               *             <>
<>    [EMAIL PROTECTED]      |    _o      *   o *      o   <>
<>    [EMAIL PROTECTED]     |   -\<,      * <\      </L   <>
<> Salt Lake City, Utah  USA  |   O/ O     __ /__,    />    <>

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


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