Linux-Networking Digest #787, Volume #9           Tue, 5 Jan 99 18:13:41 EST

Contents:
  Re: broadcast messages from linux (Jeff Holloway)
  3com ImpactIQ ISDN Terminal Adapter Question ("Felix Dominguez")
  [ "${GATEWAY}" ] && (Stef)
  Re: Replace NetWare w/Linux? (george m hoffman md)
  Caching nameserver causes delay in sending mail (Steve Snyder)
  changing linux passwds with dos-clients (Ingo Assenmacher)
  Re: getting linux to show up in 'Network Neighborhood' (Kevin Martin)
  Faxserver for winblows client ("Jonas")
  DLink Network Adapters (CTI)
  Problem building C-Kermit on Linux (Redhat) 5.2 ("Tim Hedger")
  Re: firewall tool for linux? (Maranatha Chung)
  Re: PLEASE HELP !!! PLEASE HELP !!! (Bill Anderson)

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

From: [EMAIL PROTECTED] (Jeff Holloway)
Subject: Re: broadcast messages from linux
Date: Tue, 05 Jan 1999 14:33:34 GMT

In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
wrote:
>I need to send broadcast messages to Windows machines. Does anyone
>know how this might be accomplished?
>

Samba includes the smbclient binary, which, among other things, allows you to 
send a message to any Windows machine running winpopup.

Jeff

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

From: "Felix Dominguez" <[EMAIL PROTECTED]>
Subject: 3com ImpactIQ ISDN Terminal Adapter Question
Date: Tue, 5 Jan 1999 08:45:44 -0600

i cant seem to get my terminal adapter to connect to my isp useing both
b-channels.
my isp uses a standard text login prompt to establish a ppp connection.
im able to connect with the standard pppscripts that are produced after
running pppsetup
but when i add '&3830203' after 'atd3830203' it doesnt dial out of the
second b channel and it will
not establish a ppp conncection.  every thing is running great except for
that.

ive found little info on straight text login and isdn. everything ive read
has to deal with pap, chap and ms-chap
i called my isp and they confirmed that its just straight text.

any ideas
felix





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

From: Stef <[EMAIL PROTECTED]>
Subject: [ "${GATEWAY}" ] &&
Date: 5 Jan 1999 15:53:37 +0100

The last line in /etc/init.d/network says:

[ "${GATEWAY}" ] && route add default gw ${GATEWAY} metric 1

I don't understand, what this 
[ "${GATEWAY}" ] && 
at the beginning of the line does. Could anybody explain?

Thanks a lot!
Stef
-- 
WebMaster D-WERK
UNIX and Windows NT administration, SOS-ETH 
ETH Zurich
[EMAIL PROTECTED]        http://hoes.li

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

From: george m hoffman md <[EMAIL PROTECTED]>
Subject: Re: Replace NetWare w/Linux?
Date: Tue, 05 Jan 1999 15:39:40 -0600

mars_nwe is a netware 3.x emulator for linux that does work.  it is a
little tricky to install.  All the MS windows or novell clients software
works fine.  it does file and print sharing without difficulty.
mars_nwe is available in redhat and turbolinux, and is available at
sunsite.edu
-- 
George M Hoffman MD
Anesthesiology & Critical Care
Medical College of Wisconsin
Children's Hospital of Wisconsin
414-266-3388 (voice)
414-266-3563 (fax)
<[EMAIL PROTECTED]>

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

From: [EMAIL PROTECTED] (Steve Snyder)
Crossposted-To: comp.os.linux.misc
Subject: Caching nameserver causes delay in sending mail
Date: 5 Jan 1999 21:57:15 GMT
Reply-To: [EMAIL PROTECTED] (Steve Snyder)

When sending mail on my RedHat Linux v5.2 system there is a 40 - 45 second 
delay before the mail is actually sent.  Receiving mail on the same system 
is all but instantaneous.  

This machine is the server for a small LAN.  The delay is seen whether the 
mail client is on a different machine or if the sender and recipient both 
have accounts on the server.  The delay period is the same regardless of 
the client or of the originating operating system.  (In Pine, running 
on the server itself, for instance, 0% sent is shown during the delay.) 

This server, corona.snydernet.lan, has dial-up Internet access.  I 
discovered today that no delay is seen if an Internet connection has been 
established.  I concluded that the delay is the timeout of trying to 
contact my IPS's nameserver while no connection exists.  

This is what my /etc/resolv.conf looks like (I added the leading spaces 
for clarity):

        search corona.snydernet.lan snydernet.lan
        nameserver 127.0.0.1
        nameserver 199.3.65.1

That last IP address is my ISP's nameserver.  If I remove that nameserver 
entry, the delay is still seen in sending mail.  Sigh.

Note that I'm not running a nameserver, which is why there's no reference 
to it in /etc/resolv.conf.  My name resolution is done soley through the 
/etc/hosts file.  I am running a caching nameserver, caching the data 
gotten from my ISP while connected.

My new conclusion: the delay in sending mail is due to the attempted 
lookup of corona.snydernet.lan in the cache.  Sure enough, if I shut down 
named, the delay is gone.

Anyone have any thoughts as to how I can have a caching nameserver *and* 
no delay in sending mail?

Thanks.

***** Steve Snyder *****



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

From: Ingo Assenmacher <[EMAIL PROTECTED]>
Subject: changing linux passwds with dos-clients
Date: Tue, 05 Jan 1999 16:43:24 +0100

hi there!

I am putting up a Linux-box for doing eMail-services and (in future)
fileshare-services (e.g. using samba). Since in our LAN there are almost
only DOS-Clients, I wondered how it is possible for users to change
their passwords, without an introduction to something like telnet and
simple un*x or DOS shell commands.
I use Novell Netware, which I like to discard in a reasonable amount of
time.

Is there any kind of Software (GUI with >= Win3.1x) for doing this kind
of job? (or any HOWTO?)

I am using SuSE Linux 6.0 (I think this is a Slackware derivate, isn't
it?)

regards, ingo.




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

From: [EMAIL PROTECTED] (Kevin Martin)
Subject: Re: getting linux to show up in 'Network Neighborhood'
Date: Tue, 05 Jan 1999 15:40:27 GMT

And finally, on the Windows side remove all references to IPX and NetBEUI.  
You want a plain-vanilla TCP/IP only network.  My Linux box kept dropping 
off and things were generally flaky as all get-out until someone suggested 
killing IPX -- it's been rock solid ever since.  The Windows apps don't mind 
at all -- they've been more solid as well!

In article <01be3896$6678df80$[EMAIL PROTECTED]>, it says "andy" 
<[EMAIL PROTECTED]> wrote:
>You might like to consider upgrading to Version 2 of Samba. There is a Beta
>V3 out now and it comes with a working version of the Samba Web admin tool,
>(SWAT). This seems to make it quite easy to set up the Linux box as a
>preferred master and local master browser.
>
>Rgds
>Andy
>
>Mark Fearer <[EMAIL PROTECTED]> wrote in article
><76re72$e0b$[EMAIL PROTECTED]>...
>>  Hi. Have a network dominated by that 'other' operating system. How can I
>> get a linux box to show up in the 'Network Neighborhood' of Windows 95 &
>> Windows NT? I have a Pentium on the network running the 2.0.27 kernel of
>> Redhat. The SMB package was loaded by default on this machine. Do I have
>> to do something with samba? /etc/exports?
>

-- 
Kevin Martin                   No-spam zone.  
<brasscannon            No prisoners. No warning shots.
            @usa.net>

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

From: "Jonas" <[EMAIL PROTECTED]>
Subject: Faxserver for winblows client
Date: Tue, 5 Jan 1999 22:00:03 +0100

Hi there

I would like to setup a faxserver on my linux box so that my M$ Winblows
mashines can send faxes.
Is there a good program/server for this. I would prefer if it worked
something like M$ Exchange faxing with the print command, maybe using Samba.
Is this possible?

TIA /Jonas



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

Date: Tue, 05 Jan 1999 11:27:38 -0500
From: CTI <[EMAIL PROTECTED]>
Subject: DLink Network Adapters

I have the Dlink 530tx card and i was going to buy more. So i could
build a home network but i want to know if RH 5.2 can use them. I am
also going to install Caldera and Slackware. Is there a driver that
supports that card for them.


thanks
ct


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

From: "Tim Hedger" <[EMAIL PROTECTED]>
Subject: Problem building C-Kermit on Linux (Redhat) 5.2
Date: Tue, 5 Jan 1999 15:51:39 -0000

I've downloaded the latest version of kermit (release 192) for linux from
mit.columbia.edu, and tried to build it under Linux on my PC.

I'm getting all sorts of compilation errors when I try to build (using make
linux) to do with duplicate symbols.  The only reference to expected
compilation errors I can find in the documentation, is to do with the file
serial.h - but my errors are different from this (and I've tried the fix
suggested for this - which doesn't make any difference).

Has anyone had a similar problem - who can offer me advice on what to do ?

Output from make linux:
===============================================================
Making C-Kermit "6.0.192" for Linux...
IMPORTANT: Read the comments in the linux section of the
makefile if you get compilation or link errors.
make wermit "CC = gcc" "CC2 = gcc" \
"CFLAGS = -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG \
-DBIGBUFOK -DTCPSOCKET -DLINUXFSSTND " \
"LNKFLAGS = " "LIBS = -lcurses -ltermcap"
make[1]: Entering directory `/usr/local/bin/kermit192'
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckcmai.c -o ckcmai.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckucmd.c -o ckucmd.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckuusr.c -o ckuusr.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckuus2.c -o ckuus2.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckuus3.c -o ckuus3.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckuus4.c -o ckuus4.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckuus5.c -o ckuus5.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckuus6.c -o ckuus6.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckuus7.c -o ckuus7.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckuusx.c -o ckuusx.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckuusy.c -o ckuusy.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckwart.c -o ckwart.o
gcc  -o wart ckwart.o -lcurses -ltermcap
./wart ckcpro.w ckcpro.c
14 states, 61 actions
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckcpro.c -o ckcpro.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckcfns.c -o ckcfns.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckcfn2.c -o ckcfn2.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckcfn3.c -o ckcfn3.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckuxla.c -o ckuxla.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckucon.c -o ckucon.o
gcc -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG  -DBIGBUFOK -DTCPSOCKET 
-DLINUXFSSTND    -c ckutio.c -o ckutio.o
In file included from /usr/include/linux/net.h:23,
                 from /usr/include/linux/fs.h:15,
                 from ckutio.c:668:
/usr/include/linux/socket.h:38: warning: `SCM_RIGHTS' redefined
/usr/include/socketbits.h:222: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:41: warning: `SOCK_STREAM' redefined
/usr/include/socketbits.h:40: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:42: warning: `SOCK_DGRAM' redefined
/usr/include/socketbits.h:43: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:43: warning: `SOCK_RAW' redefined
/usr/include/socketbits.h:45: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:44: warning: `SOCK_RDM' redefined
/usr/include/socketbits.h:47: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:45: warning: `SOCK_SEQPACKET' redefined
/usr/include/socketbits.h:50: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:46: warning: `SOCK_PACKET' redefined
/usr/include/socketbits.h:54: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:53: warning: `AF_UNSPEC' redefined
/usr/include/socketbits.h:82: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:54: warning: `AF_UNIX' redefined
/usr/include/socketbits.h:84: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:55: warning: `AF_INET' redefined
/usr/include/socketbits.h:86: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:56: warning: `AF_AX25' redefined
/usr/include/socketbits.h:87: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:57: warning: `AF_IPX' redefined
/usr/include/socketbits.h:88: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:58: warning: `AF_APPLETALK' redefined
/usr/include/socketbits.h:89: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:59: warning: `AF_NETROM' redefined
/usr/include/socketbits.h:90: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:60: warning: `AF_BRIDGE' redefined
/usr/include/socketbits.h:91: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:61: warning: `AF_AAL5' redefined
/usr/include/socketbits.h:92: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:62: warning: `AF_X25' redefined
/usr/include/socketbits.h:93: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:66: warning: `AF_ROSE' redefined
/usr/include/socketbits.h:95: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:67: warning: `AF_MAX' redefined
/usr/include/socketbits.h:103: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:68: warning: `AF_PACKET' redefined
/usr/include/socketbits.h:102: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:71: warning: `PF_UNSPEC' redefined
/usr/include/socketbits.h:58: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:72: warning: `PF_UNIX' redefined
/usr/include/socketbits.h:60: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:73: warning: `PF_INET' redefined
/usr/include/socketbits.h:62: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:74: warning: `PF_AX25' redefined
/usr/include/socketbits.h:63: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:75: warning: `PF_IPX' redefined
/usr/include/socketbits.h:64: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:76: warning: `PF_APPLETALK' redefined
/usr/include/socketbits.h:65: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:77: warning: `PF_NETROM' redefined
/usr/include/socketbits.h:66: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:78: warning: `PF_BRIDGE' redefined
/usr/include/socketbits.h:67: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:79: warning: `PF_AAL5' redefined
/usr/include/socketbits.h:68: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:80: warning: `PF_X25' redefined
/usr/include/socketbits.h:69: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:84: warning: `PF_ROSE' redefined
/usr/include/socketbits.h:71: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:85: warning: `PF_MAX' redefined
/usr/include/socketbits.h:79: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:86: warning: `PF_PACKET' redefined
/usr/include/socketbits.h:78: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:91: warning: `MSG_OOB' redefined
/usr/include/socketbits.h:137: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:92: warning: `MSG_PEEK' redefined
/usr/include/socketbits.h:139: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:93: warning: `MSG_DONTROUTE' redefined
/usr/include/socketbits.h:141: warning: this is the location of the previous
definition
/usr/include/linux/socket.h:95: warning: `MSG_PROXY' redefined
/usr/include/socketbits.h:145: warning: this is the location of the previous
definition
In file included from /usr/include/linux/net.h:23,
                 from /usr/include/linux/fs.h:15,
                 from ckutio.c:668:
/usr/include/linux/socket.h:9: redefinition of `struct sockaddr'
/usr/include/linux/socket.h:14: redefinition of `struct linger'
/usr/include/linux/socket.h:26: redefinition of `struct msghdr'
ckutio.c: In function `ttsspd':
ckutio.c:4679: `TIOCGSERIAL' undeclared (first use this function)
ckutio.c:4679: (Each undeclared identifier is reported only once
ckutio.c:4679: for each function it appears in.)
ckutio.c:4685: `TIOCSSERIAL' undeclared (first use this function)
ckutio.c: In function `ttgspd':
ckutio.c:4833: `TIOCGSERIAL' undeclared (first use this function)
ckutio.c: In function `in_chk':
ckutio.c:6092: warning: passing arg 3 of `select' from incompatible pointer
type
ckutio.c:6092: warning: passing arg 4 of `select' from incompatible pointer
type
make[1]: *** [ckutio.o] Error 1
make[1]: Leaving directory `/usr/local/bin/kermit192'
make: *** [linux] Error 2





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

From: Maranatha Chung <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.security.firewalls
Subject: Re: firewall tool for linux?
Date: Tue, 05 Jan 1999 16:52:56 -0600

I am using TIS (on Linux) and both proxy and packet filtering. However, some
users on the internal network will get "Internal Server Error" when pulling
some web pages into their browsers. Can you guess what is going on?

Maranatha


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

From: Bill Anderson <[EMAIL PROTECTED]>
Crossposted-To: 
linux.redhat.install,comp.os.linux.questions,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: PLEASE HELP !!! PLEASE HELP !!!
Date: Tue, 05 Jan 1999 15:49:30 -0700

DG wrote:
> 
> Stuff a pie in your face.
> 
> On Fri, 01 Jan 1999 22:44:11 -0600, Frank <[EMAIL PROTECTED]> wrote:
> 
> >[EMAIL PROTECTED] wrote:
> >
> >> <snip>
> >> DO NOT GIVE ME IRRELEVANT BULLSH**
> >> SUCH AS TELLING ME TO PARTITION MY OTHER HARD DRIVE. I WILL CONTINUE
> >> TO POST THIS MESSAGE UNTIL SOMEONE HELPS ME FIX THIS PROBLEM !!!
> >>
> >> Please post a reply to this message. I've had to switch ISPs in the
> >> past due to people spamming and framing my acount(s).
> >>

Given the nature of your posts, I would venture to say it would likely
that your acocunt was cancelled for abuse.

> >> --------------------------------------------------------------------------------
> >
> >  using umsdos might be your ticket...
> >
> >i agree with doug 'n darren... the tone of your posts does tend discourage the help
> >you're seeking...
> >

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


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