Linux-Networking Digest #297, Volume #10         Wed, 24 Feb 99 19:13:47 EST

Contents:
  Re: dialin to my machine ("Ger Donners")
  Re: testparm hangs (Bulent Murtezaoglu)
  smbmount for 2.2 (Erik Hensema)
  Re: Scripting ftp ("Carl R. Friend")
  Re: testparm hangs ("Michel A. Lim")
  Re: Strange error with Netgear FA310TX network card (Kuo Sung Swei)
  Re: Cannot get to LILO boot: anymore (Diversia)
  Re: Strange error with Netgear FA310TX network card (Kuo Sung Swei)
  Compaq netflex (Chris SI)
  Installing private mibs on RedHat 5.2 ([EMAIL PROTECTED])
  Mail servers in Linux ("Aaron Saikovski")
  ftp problems ("Anthony")
  Microsecond resolution on socket timestamps (Timothy Babin)
  Re: Machine name themes - what do you use? (Tony Waters)
  Re: Mail servers in Linux (Tommy Johnsson)
  Newbie: Cable modem on 486 as router and firewall (KevinO)
  Re: netscape don't work on SuSE 5.3 ("beni")
  Re: Cannot get to LILO boot: anymore ("beni")
  DHCP server on SuSE 5.2 ("Del")
  DHCP server on SuSE 5.2 ("Del")
  Re: printing to JetDirect problem (Job eisses)
  Re: MS Explorer 4.0 for Unix Quote of the month (Fedorov Greg)
  Re: Setserial High Speed Help ([EMAIL PROTECTED])

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

From: "Ger Donners" <[EMAIL PROTECTED]>
Crossposted-To: revue.linux-net
Subject: Re: dialin to my machine
Date: Wed, 24 Feb 1999 20:23:22 +0100

I've done something like this recently. I Installed a Rocketport with 8
modems on a server at my work. The first thing you should do to find out if
you will even get mgetty to fire up login. You could create a script with
nothig in it and then check the debug script checkbox. You will get the
terminal window once the Windows pc connects. check the allow keyboard input
checkbox in the terminal window. Press enter in the terminal window and you
should see the login prompt. Is this the case your problem is not about
mgetty. In case you don't get to see a prompt or when the modems keep
laughing at eachother. you might have to edit the policy.h file. Look for
the init chat string. There might be a problem there.

Whenever you've got as far as the loginprompt there might be some work to do
on ppp settings. In my case I decided after many hours of testing and
frustration to use the autoppp feature. After doing that I created ppp0-8
and a options.ttyR* file for every modem. in the ppp options line I've added
the option "file /etc/ppp/options.ttyR*" in those files I used something
like
192.168.1.1:192.168.1.151        -        host IP : Assigned IP for the
remote
modem
lock
-chap                                            -        No chap
+pap                                            -        Use pap
defaultroute
crtscts
-detach


That did the trick. I never got slip to work.


I hope this will help you

Ger Donners



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

From: Bulent Murtezaoglu <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.smb
Subject: Re: testparm hangs
Date: 24 Feb 1999 14:21:27 -0500


    MAL> [...] furthermore, the NT
    MAL> server acts as the WINS server for my network.  

does samba know this?  (you might want to post your .conf file)

    MAL> the ip
    MAL> address for the NT server is 192.168.34.1, and this static
    MAL> address and name has already been added to my /etc/hosts
    MAL> file.

Then it is odd that you started seeing the hang after you added a nameserver
to your resolv.conf.  What does your /etc/host.conf say?  How about 
nsswitch.conf (if you are using glibc)?  If the address you are looking for 
can be resolved with the info in /etc/hosts then adding the nameserver 
should have had no effect unless /etc/hosts is not being looked at first.  
As a shortcut just see if you can ping the host you are interested in 
by name from linux.

    MAL> do i NEED to run DNS?

No you don't.  Even w/o wins, you should be able to get by for hosts 
in the same subnet _if_ your resolver can resolve the names.

BM





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

From: [EMAIL PROTECTED] (Erik Hensema)
Subject: smbmount for 2.2
Date: Wed, 24 Feb 1999 16:08:52 +0100
Reply-To: [EMAIL PROTECTED]

Hi,

Does anybody know where to find a binary version of smbmount for kernel 2.2?
I've downloaded the source, but it doesn't compile (lot's of multiple
definitions, probably a #include to many or so). The kernel Changes file
says it's in the samba distro (it's not - samba is a server), and points to
an URL containing only a script...
I also found a compiled version, but it was compiled against the 2.0 header
files, so it doesn't work. 

-- 
Erik Hensema ([EMAIL PROTECTED])

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

From: "Carl R. Friend" <[EMAIL PROTECTED]>
Subject: Re: Scripting ftp
Date: Wed, 24 Feb 1999 20:18:35 +0000

Greg McPherson wrote:
> 
> A newbie question.  More to do with scripting than networks, perhaps.
> I want to write a simple shell script that will log onto a ftp site,
> upload a file, then log off.

echo "QUOTE USER userID" > ftp.script
echo "QUOTE PASS passwd" >> ftp.script
echo "BIN" >> ftp.script
echo "PUT localfile remotefile" >> ftp.script

ftp -n targetnode < ftp.script

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

From: "Michel A. Lim" <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.smb
Subject: Re: testparm hangs
Date: 24 Feb 1999 20:12:31 GMT

thanks again for your assistance.  i seem to be making more progress.  i
still cannot ping any hosts on my network by name from my linux box, but now
my linux server does appear in the network neighborhoods of my workstations.
i can still ping the linux server by its ip address, but i receive the
following error when trying to ping it by name:

    Pinging whl31 [192.168.34.0] with 32 bytes of data:
    Destination specified is invalid.

however, when i type ifconfig at the linux server, it tells me that it's ip
address is 192.168.34.6 NOT 192.168.34.0.

when i try to access the linux server through a workstation network
neighborhood, i receive the following dialog box:

    WHL31 is not accessible
    A network error has occurred.

i posted my smb.conf in my original message, but here it is again.

[global]
    workgroup = wong
    server string = Linux Server (Samba %v)
    netBIOS name = WHL31
    printcap name = /etc/printcap
    load printers = yes
    log file = /var/log/samba/log.%m
    max log size = 50
    security = server
    password server = WHL_NT1
    socket options = TCP_NODELAY
    interfaces = 192.168.34.0/255.255.255.0
    domain controller = WHL_NT1
    name resolve order = wins hosts lmhosts bcast
    wins server = 192.168.34.1
    encrypt passwords = yes
    dns proxy=no

[homes]
    comment=Home Directories
    browseable=no
    writeable=yes

[tmp]
    comment = Temporary File Space
    path = /tmp
    read only = no
    public = yes

/etc/hosts
    127.0.0.1    localhost    localhost.localdomain
    192.168.34.1    WHL_NT1    WHL NT Server

thanks again for your time.

regards,
michel



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

From: Kuo Sung Swei <[EMAIL PROTECTED]>
Subject: Re: Strange error with Netgear FA310TX network card
Date: Wed, 24 Feb 1999 14:51:25 -0600

Bay Networks have newer tulip drivers on there page.  Try those.

Phill Edwards wrote:

> I've installed a Netgear FA310TX network card on my Debian Linux 2.0.34
> machine. Although I can ping the only other machine on the network
> (connected by crossover cable) I keep getting the following message on the
> console :
>
> eth0: The transmitter stopped! CSR5 is 2679006, CSR 812e2002
>
> When I recompiled the kernel I used the tulip.c driver which came with the
> card which was written especially for it. With the default tulip.c driver I
> got no joy at all.
>
> What does this all mean and how do I make it stop? It looks bad and I'm sure
> it's not supposed to do it.
> TIA,
> -- Phill --

--
Kuo Sung "Eric" Swei



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

From: [EMAIL PROTECTED] (Diversia)
Crossposted-To: 
comp.os.ms-windows.nt.software,comp.os.ms-windows.nt.misc,comp.os.linux.help,comp.os.linux,comp.os.linux.misc,cino,is,ns-windows.nt
Subject: Re: Cannot get to LILO boot: anymore
Date: Wed, 24 Feb 1999 20:47:24 GMT

Hiya,

I had the same problem when I deleted a partition of my harddisk. He
keeps searching for it so it crashes.

My remedy was to load linux from a bootdisk and restart lilo.

Bye,

Diversia


On Tue, 23 Feb 1999 14:43:21 -0800, Michelle Xu Zhao
<[EMAIL PROTECTED]> wrote:

>Hi, I installed a scanner software/drivers and rebooted
>and found that the computer hang at printing the 'LILO boot:'
>prompt. It will print 'LI' then hang forever.
>
>I used to have winnt on partition 1 and linux on partition 4
>and run them selectively via the 'LILO boot:' manager.
>
>Now the boot manager seemed damaged by the scanner installation.
>
>And I cannot boot either of the two OS since I cannot get to
>the prompt.
>
>The question is: How do I go fixing the boot manager and get
>back the prompt? (get over the hang)
>
>Thanks in advance.
>
>Michelle
>
>
>
>


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

From: Kuo Sung Swei <[EMAIL PROTECTED]>
Subject: Re: Strange error with Netgear FA310TX network card
Date: Wed, 24 Feb 1999 14:52:10 -0600

Bay Networks have newer tulip drivers on there page.  Try those.

Phill Edwards wrote:

> I've installed a Netgear FA310TX network card on my Debian Linux 2.0.34
> machine. Although I can ping the only other machine on the network
> (connected by crossover cable) I keep getting the following message on the
> console :
>
> eth0: The transmitter stopped! CSR5 is 2679006, CSR 812e2002
>
> When I recompiled the kernel I used the tulip.c driver which came with the
> card which was written especially for it. With the default tulip.c driver I
> got no joy at all.
>
> What does this all mean and how do I make it stop? It looks bad and I'm sure
> it's not supposed to do it.
> TIA,
> -- Phill --

--
Kuo Sung "Eric" Swei



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

From: [EMAIL PROTECTED] (Chris SI)
Subject: Compaq netflex
Date: 24 Feb 1999 21:25:43 GMT

Greetings,

I'm trying to use a Compaq Netflex nic.  The part number is
142041-001
It has a TI chip with the following markings:
LAN
TMS380C26PQL
EU9339
3206368

Know where I can find a driver?

Thanks

--
 Chris 

  **********************************************************************
  *                                                                    *
  *                            Chris Sims                              *
  *                     http://www.simshome.com                        *
  *                                                                    *
  e*********************************************************************

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

From: [EMAIL PROTECTED]
Subject: Installing private mibs on RedHat 5.2
Date: Wed, 24 Feb 1999 21:38:34 GMT



I'm trying to poll for private mib values and haven't figured out how to
install the mibs on the box.  I maintain an HP OpenView machine and have
coppied the mib files over to the Redhat machine into /usr/share/snmp/mibs.
Now how do I use them?

When I execute the command:

snmpget host public 1.3.6.1.4.1.9.2.2.1.1.43.3

I get:

Error in packet
Reason (noSuchName) There is no such variable name in this MIB.
This name doesn't exist: system.sysUpTime.6.1.4.1.9.2.2.1.1.43.3

Now why is the system defaulting to system.sysUpTime?  The initial 1.3. should
default to .iso.org.  Is there a default setting somewhere?

What am I missing?

Please copy any reply to email address:  [EMAIL PROTECTED]

Thanks!

Jim O'Shea

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

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

From: "Aaron Saikovski" <[EMAIL PROTECTED]>
Crossposted-To: aus.computers.linux,comp.os.linux.setup
Subject: Mail servers in Linux
Date: Thu, 25 Feb 1999 08:51:21 +1100


Can anyone help me out??
I am looking to setup a stable mail server and was wondering what choices
are available in linux.
I am currently using MS Exchange, and want to see if Linux can do a better
job.
Also is the email server configuration a hard task?

Thanks,
Aaron Saikovski
email: [EMAIL PROTECTED]



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

From: "Anthony" <[EMAIL PROTECTED]>
Subject: ftp problems
Date: Thu, 25 Feb 1999 06:31:41 +0800

February 25, 1999

After connected to my ISP confirmed successful ppp0 connection
by ifconfig and ping, I can't connect to ftp sites to download the latest
XFree86 3.3.3.1 to set up the X-Window.

Please advise what should I type to connect to the following ftp site :

ftp://ftp.nowhere.com.hk/pub/Linux/CLE/CLE/update


Best regards,

Anthony Cheung




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

From: Timothy Babin <[EMAIL PROTECTED]>
Subject: Microsecond resolution on socket timestamps
Date: Wed, 24 Feb 1999 11:33:22 -0600

Hi,
        I was wondering if anybody knows how
to get microsecond resolution on socket timestamps.
I am trying to write a some packet capture code
that gets microsecond resolution.

Thanks
Tim

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

From: Tony Waters <[EMAIL PROTECTED]>
Crossposted-To: 
vmsnet.networks.misc,microsoft.public.windowsnt.domain,comp.unix.solaris,comp.os.os2.networking.server,comp.os.ms-windows.nt.admin.networking,comp.infosystems.www.servers.unix,comp.protocols.tcp-ip.domains
Subject: Re: Machine name themes - what do you use?
Date: Wed, 24 Feb 1999 05:55:18 +0000

John Napor wrote:
> 
> Mine is Earth with domain =galaxy and another is after roman themes,
> Odin,Thor,Thor1. Domain is Valhalla.
> 

Odin, Thor, Valhalla are Norse (Teutonic)

-- 
+--------------------------------------------+
    http://home.earthlink.net/~hawaiistyle
+--------------------------------------------+


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

Crossposted-To: aus.computers.linux,comp.os.linux.setup
From: Tommy Johnsson <[EMAIL PROTECTED]>
Subject: Re: Mail servers in Linux
Date: Thu, 25 Feb 1999 00:11:22 +0100

I am familiar with two. Sendmail and Smail. Smail is somewhat more
simplistic then Senedmail, but it is more than dequate to take care off
the mail for about 10 domains. If you want more power, use Sendmail, but
you vill also hava a harder time to configure the server.

-- 
Tommy
"Most people's favorite way to end a game is by winning."

On Thu, 25 Feb 1999, Aaron Saikovski wrote:

> 
> Can anyone help me out??
> I am looking to setup a stable mail server and was wondering what choices
> are available in linux.
> I am currently using MS Exchange, and want to see if Linux can do a better
> job.
> Also is the email server configuration a hard task?
> 
> Thanks,
> Aaron Saikovski
> email: [EMAIL PROTECTED]
> 
> 
> 
> 


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

From: [EMAIL PROTECTED] (KevinO)
Subject: Newbie: Cable modem on 486 as router and firewall
Date: 24 Feb 1999 21:47:18 GMT


Newbie needs help:  I'm new to networking and Linux so please be
patient with me.  After reading through many HOW-TOs, I've finally
got my network to run, but not efficiently.

I have a 486 DX33 w/ 16mb RAM that is set up as a router and
firewall box for an incoming cable modem connection.  There's also
a secondary nic that will route packets to my subnet.  All that
works but the throughput is very slow.  I'm using RH 5.2 with
IP Masq enabled.  Inside the 486 are two Intel Etherexpress 10BT
cards.  FYI, I'm on Time Warner Road Runner.

I have two other PCs on the subnet(a PII 300 and P 100).  When
I try to download with either one of these PC I get around or
less than 20K/sec using Netscape.  That is way below what I would
expect.  I understand it could be the site that is slow or plainly
Internet traffic.  Both of these PCs were either running Win98 or
RH 5.2 during the transfer sessions.

However, as a test, I hooked up the cable modem line directly to my
PII 300 running Windows 98.  I got approximately 80K/sec downloading
Netscape Communicator.

My questions are:
        Could the 486 be the bottleneck? ie: too slow?
        Are there any performance tuning I can set or adjust on my
                486 or even my PCs?
        Routing, firewalling policies, etc?

Does anyone have a similar setup that they would like to share with
me?  Any suggestions would be greatly appreciated.

Thanks in advance.


--
-Kevin

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

From: "beni" <[EMAIL PROTECTED]>
Subject: Re: netscape don't work on SuSE 5.3
Date: Thu, 25 Feb 1999 00:58:09 +0200

try first Lynx if you can get any connection, than chk your DNS entrys
by beni

RKrolS wrote in message <[EMAIL PROTECTED]>...
>Hallo,
>my ppp-onnection is working, but if i'm starting netscape, netscape is
hanging
>up and tells me, thet he cannot find the url's and http - addresses.
>What can i do?
>



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

From: "beni" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.ms-windows.nt.software,comp.os.ms-windows.nt.misc,comp.os.linux.help,comp.os.linux,comp.os.linux.misc,cino,is,ns-windows.nt
Subject: Re: Cannot get to LILO boot: anymore
Date: Thu, 25 Feb 1999 00:56:21 +0200

boot with your rescue disk and than run lilo again. Chk your
\etc\lilo.config

beni

Michelle Xu Zhao wrote in message <[EMAIL PROTECTED]>...
>Hi, I installed a scanner software/drivers and rebooted
>and found that the computer hang at printing the 'LILO boot:'
>prompt. It will print 'LI' then hang forever.
>
>I used to have winnt on partition 1 and linux on partition 4
>and run them selectively via the 'LILO boot:' manager.
>
>Now the boot manager seemed damaged by the scanner installation.
>
>And I cannot boot either of the two OS since I cannot get to
>the prompt.
>
>The question is: How do I go fixing the boot manager and get
>back the prompt? (get over the hang)
>
>Thanks in advance.
>
>Michelle
>
>
>
>



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

From: "Del" <[EMAIL PROTECTED]>
Subject: DHCP server on SuSE 5.2
Date: Wed, 24 Feb 1999 23:16:44 -0000

I'm missing something here (probably RTFM, but what the heck!). I'm trying
to configure a DHCP server on my home LAN to make life a little easier
moving from office (where I've set up an IBM AIX v4.3.2 DHCP server and
Dynamic DNS for our laptop community) to home. All's nearly well; running
the server in debug and watching the messages shows that the DHCP request
packets are received and processed, but the server complains that it can't
send the return packet (network unreachable). I know the network's OK (I can
ping a machine with a fixed address), so what's going on?

All (polite ;-)comments gratefully received...

Del.

[EMAIL PROTECTED]



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

From: "Del" <[EMAIL PROTECTED]>
Subject: DHCP server on SuSE 5.2
Date: Wed, 24 Feb 1999 23:25:52 -0000

I'm missing something here (probably RTFM, but what the heck!). I'm trying
to configure a DHCP server on my home LAN to make life a little easier
moving from office (where I've set up an IBM AIX v4.3.2 DHCP server and
Dynamic DNS for our laptop community) to home. All's nearly well; running
the server in debug and watching the messages shows that the DHCP request
packets are received and processed, but the server complains that it can't
send the return packet (network unreachable). I know the network's OK (I can
ping a machine with a fixed address), so what's going on?

All (polite ;-)comments gratefully received...

Del.

[EMAIL PROTECTED]





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

Date: Thu, 25 Feb 1999 00:26:08 +0100
From: Job eisses <[EMAIL PROTECTED]>
Subject: Re: printing to JetDirect problem

Dann Church wrote:
> Time to Post wrote:
> > : at port 9011 (??? from deep memory, might be off ) and handle
...
> > were accepting direct talk on port 9099...
> 
> My experience printing to JetDirect cards is that they listen to UDP traffic
> on port 9100.  ...

I am pretty sure that it is 9100/tcp (not udp), try
 "cat <textfile> | telnet JetDirectHost 9100". We use a filter called
"tcpf", in C source form freely distributed by Cisco, to wrap around
SystemV printer interface scripts for these printers (and for printers
on terminal servers, milan fastport etc.). This gives better
control over pitch,font etc.; what jetadmin does here is essentially
the same.
                                                -job

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

Date: Wed, 24 Feb 1999 23:34:03 +0000
From: Fedorov Greg <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,alt.linux,linux.redhat,linux.redhat.misc,comp.windows.x.kde
Subject: Re: MS Explorer 4.0 for Unix Quote of the month

Joe Gilmour wrote:

> [EMAIL PROTECTED] wrote:
>
> > : As for having a fscking idea of HTML, who in their right mind, that is a
> > : serious web page creator, hand-writes HTML anymore?
> >
> >  Anyone worth the money they are getting paid does. Have you actually
> > looked at the bloated crap/source that the point and click web
> > developement programs spit out? Christ just hearing the words "FrontPage
> > Express" makes me wanna puke. It might be fine for a quick 5 minute "me
> > and my dog page", or even to get the general layout started, but hand
> > tuned HTML is what any true proffesional does.
>
> >  I dunno about you, but when someone writes a program for my company, I
> > like to think they know the fscking language their "writing" it in. Same
>
> Shouldn't it be the're?  Talking about the language they are writing in.
>
> >
> > goes for HTML and web design. If people can't code/write it without a
> > point and click interface, they need to read something other than a "Blah
> > for dummies" book. People who scream "but it takes to long that way" are
>
> Hmmm, to, too or two?  I think this "lazy ass" should read an English for
> Dummies book, what do you think?
>
> >
> > really saying "I don't know how to do it properly and I don't want to take
> > the time to teach my lazy ass how". Sure, everyone has to
> > learn at some point, but that's part of this industry, Lead, Follow, or
> > get the off the road.

Stuff like MS Frontpage is not used by professionals, that's true.  But there
are alot of excellent WYSIWYG HTML tools (like Dreamweaver) that allow great
flexibility (like giving you the code any time you ask for it) and keeping the
code very clean.

You will never 'hand-code' anything good nowadays or it will take you at least
a month or so (that's for one good 'page')


PS I'm not at all a 'professional' but i know a thing or two about HTML


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

Subject: Re: Setserial High Speed Help
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup,comp.protocols.kermit.misc
From: [EMAIL PROTECTED]
Date: Wed, 24 Feb 1999 23:59:26 GMT

C. Lance Moxley writes:
> 
> Here is what happens when I try to go to 230400bps:
> 
> (/home/clm/) C-Kermit>set speed 230400
> ?SET SPEED fails, speed is 110
> 
> It says that it is compiled to go to 460800:
> 
> (/home/clm/) C-Kermit>set speed ? Transmission rate for /dev/cua2 in bits per 
>second, one of the following:
>  110     1200    150     19200   230400  300     460800  50      600     9600
>  115200  134.5   1800    200     2400    38400   4800    57600   75
> 
> When I drop to 115200 it works fine.
>

I don't know, but it might be aserial card problem. I think the RS232
has a 115200 limit.

        John

-- 

John Conover, 631 Lamont Ct., Campbell, CA., 95008, USA.
VOX 408.370.2688, FAX 408.379.9602
[EMAIL PROTECTED], http://www2.inow.com/~conover/john.html


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


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