Linux-Networking Digest #223, Volume #11 Fri, 21 May 99 06:13:51 EDT
Contents:
Re: Strange PPP Problems with RH6.0 (was Re: ppp: Protocol-Reject for (Chris
Goodacre)
Re: route difference ("David Means")
Re: Linux and LLC communications... (ByteMe)
RH 5.2: local routing entry appears twice (Georg Schwarz)
Re: Call me clueless... (Adam Leinss)
Re: Nameserver on Linux (vs. HP-UX) (Juergen Heinzl)
Re: ftp-server shows me no content if anon (Olivier MACCHIONI)
Re: PPPD acting really weird (=?iso-8859-1?Q?J=F6rn?= Nettingsmeier)
TCP to Serail Port Servers? (Remove D's to email)
Re: LCP Timeout problem (=?iso-8859-1?Q?J=F6rn?= Nettingsmeier)
Re: Samba frustrations (ByteMe)
Netatalk/Passwords/AFP over TCP/IP ([EMAIL PROTECTED])
Re: Can't telnet to Linux Red Hat 6.0 box. (Andrew Higgs)
Re: ppp chat script help needed ("glenn")
Modem and Sound Card Problem - RedHat 6 on Presario 5630 ("Brian Stevenson")
3com network problem- stumped ("Chlump Iacocca")
Re: NTServer<->RH6.0 (Tim Kelley)
Desperate Samba ?!?! (Karel Geeraert)
Readble logs : Any good tools availble? ("Dave T")
----------------------------------------------------------------------------
From: Chris Goodacre <[EMAIL PROTECTED]>
Subject: Re: Strange PPP Problems with RH6.0 (was Re: ppp: Protocol-Reject for
Date: Thu, 20 May 1999 13:56:06 -0500
I had the same problem. Last night I set my mtu and mru to 512. The connection
started
to fly. I'm going to experiment with the settings later to try to find the best one.
Hopefully it's that simple of a change for you too.
Joost Gevers wrote:
> Randall Ross wrote:
>
> > I successfully installed RH 6.0 Intel (Kernel 2.2.5-15) and have a strange problem
> > related to the one below:
> >
> > I can successfully establish a PPP connection through ttyS0 to my Ricochet wireless
> > modem. KPPP connects and gets an IP address. I can then ping, traceroute, and do
> > DNS lookups without any problems. The output from netstat looks fine.
> >
> > However, if I try www, ftp, or other TCP based services, I receive no responses to
> > the packets that are sent out. I have verified with tcpdump that I am indeed
> > sending packets out ppp0 but am not receiving the replies, or at least if I am,
> > Linux is unaware of it! If I use Lynx, Netscape, or other client software the
> > response is always the same... DNS succeeds, the remote host is contacted but then
> > it hangs at 'waiting for reply'.
> >
> > I have aliased as indicated below, thinking that those error messages were the
> > cause of my problems. After doing so, the error messages went away, but the problem
> > still occurs.
> >
> > Any advice/suggestions would be appreciated.
> >
> > Regards,
> > Randall.
> >
>
> I have exactly the same problem but no solution for it. Is it possible that the
> framelength is not good, the settings MTU and MRU?
> If you find a solution, let me know.
>
> Thanks in advance,
>
> Joost Gevers
------------------------------
From: "David Means" <[EMAIL PROTECTED]>
Subject: Re: route difference
Date: Thu, 20 May 1999 23:59:00 -0700
Bernd Huebenett <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hello,
>
> can someone tell me the difference between following two commands,
> please ?
>
> route add default ippp0
>
> route add default gw ippp0
>
Well, the first one adds a default route to the interface address,
and I haven't figured out what the second one does.
But what you may actually want is
route add -net default gw ippp0
------------------------------
From: ByteMe <[EMAIL PROTECTED]>
Subject: Re: Linux and LLC communications...
Date: Fri, 21 May 1999 00:00:38 -0700
Andrew T LeCren wrote:
> Hello-
> I am currently trying to implement a program which requires LLC-layer
>communications
> with an external device. Specifically, I need to be able to communicate using SAP 4
>protocol
> over a token ring network. The program is written in C on a Redhat 5.2 machine
>running
> kernel 2.0.36.
>
> What I need to know is if there is a way to do LLC-layer, SAP4 level communications
>under
> linux? If so, is this acheivable via tcp/ip sockets, or is there another C
>api/library functions that can be utilized?
> If any of you know, or can point me to resources that will allow me to find out, I
>would greatly appreciate it.
>
> Thanks.
>
> --
> Andrew LeCren | "You may be right, it's all just a waste of time.
> XC Development | I guess that's just a chance I'm prepared to take
> Motorola - Ft. Worth | A danger I'm prepared to face. Cut to the Chase.
> [EMAIL PROTECTED] | - "Cut to the Chase"
berkley sockets currently does not support low level calls such as you are trying to
do.
PPP conections establish them selves at the datalink layer ( hense no network
discovery over PPP ) try looking for books
that cover PPP programming and that will probably lead you to where you want to go.
you may even look in some assem. books that deal with direct harware control.
------------------------------
From: [EMAIL PROTECTED] (Georg Schwarz)
Subject: RH 5.2: local routing entry appears twice
Date: 21 May 1999 07:50:20 GMT
I'm using RedHat 5.2 with static IP routing. My routing table looks as
follows:
netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
130.149.160.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
130.149.160.0 0.0.0.0 255.255.252.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 130.149.160.1 0.0.0.0 UG 0 0 0 eth0
why does the LAN entry appear twice? Is this a known problem with that
distribution?
--
Georg Schwarz ([EMAIL PROTECTED], [EMAIL PROTECTED], PGP 2.6ui)
Institut f�r Theoretische Physik +49 30 314-24254 FAX -21130 IRC kuroi
Technische Universit�t Berlin http://home.pages.de/~schwarz/
------------------------------
From: [EMAIL PROTECTED] (Adam Leinss)
Crossposted-To: comp.os.linux.setup
Subject: Re: Call me clueless...
Date: Thu, 20 May 1999 19:48:39 GMT
On 20 May 1999 14:56:11 GMT, Greg Franks <[EMAIL PROTECTED]> wrote:
clueless....sorry, I couldn't resist.
Adam =)
------------------------------
From: [EMAIL PROTECTED] (Juergen Heinzl)
Subject: Re: Nameserver on Linux (vs. HP-UX)
Date: Thu, 20 May 1999 19:44:02 GMT
In article <[EMAIL PROTECTED]>, Peter Nybo Rasmussen wrote:
>Hi,
>I'm considering running our DNS nameserver on Linux instead of HP-UX.
>On HP-UX I have the very nice command "hosts_to_named" which converts a
>textfile i host format to files in nameserver format (This allows people
>without understanding of DNS to maintain the DNS databases).
>Does anyone know if "hosts_to_named" or equivalent is available on Linux
Something like that comes with the sources of bind. The result might
need some editing or reformatting but does the job quite well.
Cheers,
Juergen
--
\ Real name : J�rgen Heinzl \ no flames /
\ EMail Private : [EMAIL PROTECTED] \ send money instead /
------------------------------
From: Olivier MACCHIONI <[EMAIL PROTECTED]>
Subject: Re: ftp-server shows me no content if anon
Date: Thu, 20 May 1999 11:31:58 -0400
try a nlist instead of ls
------------------------------
From: =?iso-8859-1?Q?J=F6rn?= Nettingsmeier <[EMAIL PROTECTED]>
Subject: Re: PPPD acting really weird
Date: Fri, 21 May 1999 01:36:39 +0200
Masterson Pairetti wrote:
>
> --
> Hi people.
>
> After i upgraded kernel 2.0.33 to 2.2.4, i can't connect to my ISP
> anymore. As Documentation/Changes says, also upgraded the
> pppd daemon to >= 2.3.5 (in fact, i've downloaded 2.3.7).
>
> But the really weird thing is that if i connect to my ISP using exactly
> the same configuration (pppd 2.3.7 + pap or scripted authentication) on
> kernel *2.0.33* It works ok! (?!?)
>
you can at least safely upgrade to 2.0.36
for more of my humble experience :), please refer to the thread
named "LCP timeout problem" in this group !
yours,
j�rn
--
Jo"rn Nettingsmeier
Effmannstr. 6, 45239 Essen/Germany
Phone/Fax +49 201 491621
# This message was brought to you by LINUX, the free operating
system !
------------------------------
From: [EMAIL PROTECTED] (Remove D's to email)
Subject: TCP to Serail Port Servers?
Date: Thu, 20 May 1999 19:52:16 GMT
Looking for a device(s) which can plug into a 10Base2 network
preferably, 10BaseT if need but prefer 10Base2, and provide serial
ports for use with modems for remote communication and faxes, and
multifunction scanner/fax/printers etc..
These devices would provide from 1- x serial ports, which would then
be mapped to the local station for use as either fax modem, dial out
data communication modem etc..
These would be similar to the Printer Servers that exist to take
connect a printer to a TCP Network.
Thanks!
====================================================================
The Western Pennsylvania Scanner Frequency Page
http://www.geocities.com/CapeCanaveral/Lab/1060/
Live Western PA Scanner - If your the lucky one & I'm online!
Western PA Scanner Mailing List -
http://www.geocities.com/CapeCanaveral/Lab/1060/wpascanl.htm
Join the Radio Scanner Web Ring - Find a scanner web site quickly!
http://www.geocities.com/CapeCanaveral/Lab/1060/scnrng.htm
http://washcodps.hypermart.net - Wash. Co. PA DPS (UNOFFICIAL)
Spice Girls Rule! http://www.geocities.com/CapeCanaveral/Lab/1060/spice.htm
=================================================================
By U.S. Code Title 47, Sec.227(a)(2)(B), a computer/modem/printer
meets the definition of a telephone fax machine.
By Sec.227(b)(1)(C), it is unlawful to send any unsolicited
advertisement to such equipment.
By Sec.227(b)(3)(C), a violation of the aforementioned Section
is punishable by action to recover actual monetary loss, or
$500, whichever is greater, by each violation.
==================================================================
You SPAM me, I report YOU! It's that simple!
------------------------------
From: =?iso-8859-1?Q?J=F6rn?= Nettingsmeier <[EMAIL PROTECTED]>
Subject: Re: LCP Timeout problem
Date: Fri, 21 May 1999 01:33:30 +0200
Xaendiss wrote:
>
> Hi,
>
> I,ve got a problem when connecting to my ISP. I've got two ISP's and I
> got none of them to work. So I think the problem is on my
> Linux Box (kernel 2.2.5, pppd 2.3.5).
>
hi whatever your name is !
i encountered the same problem. i had a 2.0.36 box running
perfectly, but soon as i upgraded to 2.2.0 - 2.2.6 i had errors
identical to yours.
the folks at suse just told me top stick to 2.0.36 which i did.
however i did some dejanews research (www.deja.com) to find out
what's actually happening and learned that some older pppd versions
are buggy. you might want to upgrade to the most recent (2.3.7, i
guess)
unfortunately, this did not work for me. no more lcp problems, but
an error reopening /dev/modem/ due to permission denied. i'm using
kppp and found out that it drops its suid root permissions as soon
as possible for security reasons, thus causing this problem. i was
told to upgrade kppp, but haven't found the time so far.
maybe it helps you - a new pppd plus a kernel newer than 2.2.4
should do.
if something new turns out, please drop me a mail, as i'm not
regularly following this group. i'll summarize to the group if
something useful comes up.
thanks,
j�rn
--
Jo"rn Nettingsmeier
Effmannstr. 6, 45239 Essen/Germany
Phone/Fax +49 201 491621
# This message was brought to you by LINUX, the free operating
system !
------------------------------
From: ByteMe <[EMAIL PROTECTED]>
Subject: Re: Samba frustrations
Date: Fri, 21 May 1999 00:20:42 -0700
Pavel Grinfeld wrote:
> Hi,
>
> I think I'm a pretty experienced Linux user but I seem to be completely
> missing this Samba thing.
> I followed the instructions for installation and setup but I have no
> clue how to even test it.
>
> For instance, under 95 I go to Tools->Map Network Drives
> Then what? What do I enter for the path?
>
> Then I go Add Printer->Network Printer
> Then what? What's the Path.
> If I do Browse, I get Network Neighborhood... Entire network but nothing
> under there.
>
> Can any one please give me a jump start? (The main thing I'm interested
> in is sharing linux hardware with windows.)
>
> My setup is this.
> A linux box with 2 interfaces. eth1 is the local network. The IP address
> is 146.125.4.98
> The box is (very successfully) running IP Masquerading. In has an lp:
> printer configured. That woks fine, too.
>
> The windows box is connected with a cross-over cable directly to eth1.
> Like I said, all basic stuff is working. I can use the web (ip masq),
> ftp, telnet, etc the linux box.
>
> Many thanks in advance!
>
> Pavel
Check the work group name in /etc/smb.conf ( must be the same as 95 )
and also if using ip_masq make sure the samba server is binding to the
correct eth card
change the host name and domain to card eth1 on your linux box if it is'nt
already and put a host entry for your eth0
------------------------------
From: [EMAIL PROTECTED]
Subject: Netatalk/Passwords/AFP over TCP/IP
Date: Fri, 21 May 1999 08:28:30 GMT
Hi, there
I hope, someone can help me. Thank you in advance.
After months of making first and further steps in Linux (starting as an
absolute Newbie in Unix and still feeling as one) I got the permission
from my bosses to build a file-server for win9x-, winNT- and
Mac-Clients. Our primary Server runs NT 4.0. Samba does already work
fine. But with netatalk I am having problems.
The Linux-machine runs SuSE 6.1 Ger. Netatalk version is
1.4b2+asun2.0a18.2
This is my afpd.conf:
- -transall -noguest -cleartxt -setpassword -savepassword
And now my problems:
1) The users can�t change their passwords. How can I fix this? Is there
perhaps a detailed description of the
options in afpd.conf available (the one delivered with netatalk
-obviously- was not enough ...)
2) As already done with Samba, I would like to route login-requests for
the mac-shares on the Linux-machine over to the NT-Server (which has
still to be our "first" Server). Is this possible? How?
3) AppleShare over TCP / IP does not work. Why? How will it?
Answers to
[EMAIL PROTECTED]
are welcome.
Thank you in advance.
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: Andrew Higgs <[EMAIL PROTECTED]>
Subject: Re: Can't telnet to Linux Red Hat 6.0 box.
Date: Fri, 21 May 1999 11:40:42 +0200
I have a similar problem. I cannot telnet, ftp or smbclient my slackware 3.6
server from my redhat 6.0 workstation. However while my win '95 machine was
still fuctioning ( hardware not software this time) I could do all these
things with no problems.
Any suggestions.....
Kind regards
Andrew Higgs
Mark Swope wrote:
> I've adopted an "it's voodoo" attitude about telnetting
> into a Linux box - but I think that it's got a lot to do
> with the Windows 9x telnet client. My guess is that
> that is the client in question, isn't it?
>
> I've found that I can consistently get a connection
> to a Linux box if I open the client then select
> Connect/Remote System, which brings up the connect
> dialog box. Then, I select the VT100 that is *IN ALL CAPS*
> and use a fully qualified domain name. This typically works.
> The "vt100" that is the default (in all lower caps) fails sometimes.
>
> This is annoying behaviour and however, I don't have the patience
> to debug it more (to determine if there is really a causal relation-
> ship here), or to get a better client. Therefore, I call it voodoo
> and go on....
>
> mas
>
> [EMAIL PROTECTED] wrote in message <7hu9ub$tfk$[EMAIL PROTECTED]>...
> >In article <7hqp8k$9mo$[EMAIL PROTECTED]>,
> > The Phreique <[EMAIL PROTECTED]> wrote:
> >>
> >> I've seen a few telnet questions on here, but mine seems to be a
> >problem
> >> that no one's seen. This is the problem:
> >>
> >> When I try to telnet to my machine I get a connection refused message.
> >> However when I telnet to work (from home), and then back to my machine
> >> everything works ok.
> >>
> >> I looked in the hosts.allow and deny files.... they're blank (asside
> >from
> >> some comments).
> >>
> >> Any suggestions?
> >>
> >> :-)
> >>
> >> -Sterling W. Lombard (The Phreique)
> >> http://www.primenet.com/~slombard
> >>
> >>
> >
> >please be a bit more precise here.
> >
> >i take it you have 3 machines, 1 at work ( �= somewhere else) and 2
> >locally, is that correct so far ?
> >lets call those 2 local1 and 2.
> >so if you telnet local2 from local1 you get WHAT? service denied? no
> >connection?
> >you telnet as WHAT? ( not as root,hopefully)
> >can you ping local2 from local1? ping xxx.xxx.xxx.xxx (adress) AND ping
> >local2 (name)?
> >do you use the same user to telnet work as you telnet local2 ?
> >maybe you look in var/log/messages and or warnings , both in local2 and
> >local1 - you might get a hint whats amiss here
> >
> >
> >--== Sent via Deja.com http://www.deja.com/ ==--
> >---Share what you know. Learn what you don't.---
------------------------------
From: "glenn" <[EMAIL PROTECTED]>
Subject: Re: ppp chat script help needed
Date: Fri, 21 May 1999 09:37:39 GMT
the generated chat script is in /etc/sysconfig/network-scripts/
look for chat.pppX or similar
------------------------------
From: "Brian Stevenson" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help
Subject: Modem and Sound Card Problem - RedHat 6 on Presario 5630
Date: Fri, 21 May 1999 03:54:07 -0500
Greetings,
I have installed RedHat 6 over a variety of computers, and I was lucky
enough to encounter no serious installation issues. However, when I tried to
install RedHat 6 on my girlfriend's computer (a Compaq Presario 5630), I
couldn't get the sndconf program to recognize the PCI sound card on her PC
(all it said was that no PCI sound card was detected), even though that
sound card is an ESS brand; Linux sees that it occupies IRQ 5, DMA 1, I/O
Range $2000-$20FF. Needless to say, since we cannot get any sound playing,
we are both very disappointed :-(
A few days later, my girlfriend decided to bring her computer home, not
hooking it to the LAN at her college dorm anymore. Now she can't get the
modem to dial up to the Internet. It looks like the modem is recognized,
and we have set up everything necessary (loginID, password, dial-up phone
number), but the modem cannot be activated. Now the supposedly powerful box
is just sitting there, looks pretty nice with the KDE interface and stuff,
but cannot play any sound or connect to the Internet.
I would be very grateful if somebody knowledgeable can give me some tips how
to get the sound card recognized, playing sound, and the Linux box can
dial-up to the ISP. Thank you very much.
Brian Stevenson
------------------------------
From: "Chlump Iacocca" <[EMAIL PROTECTED]>
Subject: 3com network problem- stumped
Date: Fri, 21 May 1999 03:01:14 -0600
This is a most interesting problem.
I was running RedHat 5.2 (2.0.36) with a 3com 3c595 ISA (Vortex) card. it
is on the companies local Intranet using DHCP. The NT side works great.
On boot (w/ 2.0.36) it inits the card fine. Then it sits on "eth0 DHCP"
initialization for about 30 seconds, then fails. It continues on and when
it loads "sendmail" it sits for about 40 seconds before continuing. When I
log on and do an "ifconfig" the card is up and running. I assume that
"sendmail" somehow got the card working. I don't know what this does or how
or why.
I recently got the source for 2.2.9 kernel and compiled it. I added PnP
support and an SB16 to the kernel. I also fixed a few other problems. The
SB16 initializes on IRQ 5 like it is supposed to, and "eth0" on IRQ 9, like
under the 2.0.36 kernel. (I am saying this because I heard that SB causes
probs sometimes)
However, init of eth0 using DHCP fails like on the other kernel, but this
time "sendmail" takes about 0.5 seconds to load, and when I log in, the card
will NOT work. Under "ifconfig" no addresses show up or anything, and
repeated attempts at initialization using DHCP fail. The configuration
files are all the same (nameservers, etc) just the kernel is different, and
this "sendmail" descrepancy.
If I try to telnet to a host, it says it can't find a nameserver. If I try
to telnet to an IP address, (even if I set up static IP with my usual
IP/mask/etc.) it says the network is unreachable.
Anybody have a clue what could be going on?
------------------------------
From: Tim Kelley <[EMAIL PROTECTED]>
Subject: Re: NTServer<->RH6.0
Date: Thu, 20 May 1999 15:45:40 -0500
This is a multi-part message in MIME format.
==============9CB7A6E857C9909B8FE02534
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Samuel Aw wrote:
>
> I've been banging my head on the wall since I've got RH5.2
>
> I've got a RH6.0 workstation and I need it to talk with the
> NT server 4.0 within the office but I can't seem to do it !!!!
> I have all the addresses etc etc
> It's extremely frustrating, so my question is :
>
> a) Where can I find a well documented, step-by-step guide
> for networking with NT servers ?
> b) Are there any good books for newbies like me ?
>
> mail : [EMAIL PROTECTED] or here. thanks.
What resources do you need to access on the NT server?
printing/file sharing - look at samba, in particular "smbmount"
internet services (web, ftp, etc) - this should work if your networking
is set up
==============9CB7A6E857C9909B8FE02534
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
==============9CB7A6E857C9909B8FE02534==
------------------------------
From: Karel Geeraert <[EMAIL PROTECTED]>
Subject: Desperate Samba ?!?!
Date: Fri, 21 May 1999 11:53:23 +0200
First, here is what I did:
I installed as a test on laptop samba. It worked right away.
As samba was meant to be installed on the server, I later installed it
on the server. I don't get it working at all !!
The phenomenons are as follows:
- the server only appears in network neighbourhood if another samba
server or windows NT is running (it takes longer for the servers to come
up than normally)
- when I double-click the samba server in network neighbourhood, I get a
'the network path was not found' message.
- when I access samba from the servermachine itself through smbclient,
it takes a few minutes before I get the password prompt, if there are no
other samba/NT machines in the network. If there are other machines in
the network, I do get a quick response and see all the shares and
printers listed. Of course the objective is to do this from other
clients.
Can somebody help me out.
Below is the log.nmb file:
1999/05/20 19:23:25 netbios nameserver version 1.9.18p7 started
Copyright Andrew Tridgell 1994-1997
1999/05/20 19:23:25 become_domain_master_browser_wins: attempting to
become domain master browser on workgroup ECONOMETRICIANS, subnet
UNICAST_SUBNET.
become_domain_master_browser_wins: querying WINS server at IP 100.1.1.3
for domain master browser name ECONOMETRICIANS<1b> on workgroup
ECONOMETRICIANS
1999/05/20 19:23:25 ***** Samba server SERVER-LINUX is now a domain
master browser for workgroup ECONOMETRICIANS on subnet UNICAST_SUBNET
*****
become_domain_master_browser_bcast: At time 1999/05/20 19:23:25
attempting to become domain master browser on workgroup ECONOMETRICIANS
on subnet 100.1.1.3
become_domain_master_browser_bcast: querying subnet 100.1.1.3 for domain
master browser on workgroup ECONOMETRICIANS
1999/05/20 19:23:33 ***** Samba server SERVER-LINUX is now a domain
master browser for workgroup ECONOMETRICIANS on subnet 100.1.1.3 *****
1999/05/20 19:23:37 ***** Samba name server SERVER-LINUX is now a
local master browser for workgroup ECONOMETRICIANS on subnet 100.1.1.3
*****
======================================================================================
and here is the testparm output:
Load smb config files from /etc/smb.conf
Processing section "[printers]"
Processing section "[Server_C]"
Processing section "[Server_D]"
Processing section "[Server_E]"
Processing section "[Server_F]"
Processing section "[Server_Root]"
Loaded services file OK.
WARNING: You have some share names that are longer than 8 chars
These may give errors while browsing or may not be accessible
to some older clients
Press enter to see a dump of your service definitions
# Global parameters
debuglevel = 2
syslog = 1
syslog only = No
protocol = NT1
security = USER
max disk size = 0
lpq cache time = 10
announce as = NT
encrypt passwords = No
update encrypted = No
getwd cache = Yes
read prediction = No
read bmpx = Yes
read raw = Yes
write raw = Yes
use rhosts = No
load printers = Yes
null passwords = No
strip dot = No
interfaces =
bind interfaces only = No
networkstation user login = Yes
password server =
socket options = TCP_NODELAY
netbios name = SERVER-LINUX
netbios aliases =
smbrun = /usr/bin/smbrun
log file = /var/log/samba/log.%m
config file =
smb passwd file = /etc/smbpasswd
hosts equiv =
preload =
server string = SERVER-LINUX
printcap name = /etc/printcap
lock dir = /var/lock/samba
root directory = /
default service =
message command =
dfree command =
passwd program = /usr/bin/smbpasswd
passwd chat = *old*password* %o\n *new*password* %n\n *new*password*
%n\n *changed*
passwd chat debug = No
valid chars =
workgroup = ECONOMETRICIANS
username map = /etc/smbusers
character set =
logon script =
logon path = \\%N\%U\profile
logon drive =
logon home = \\%N\%U
remote announce =
remote browse sync =
socket address = 0.0.0.0
homedir map =
announce version = 4.2
max log size = 50
mangled stack = 50
max mux = 50
max xmit = 65535
max packet = 65535
name resolve order = lmhosts host wins bcast
packet size = 65535
password level = 0
username level = 0
keepalive = 0
deadtime = 0
time offset = 0
read size = 16384
shared mem size = 102400
coding system =
client code page = 850
os level = 33
max ttl = 14400
max wins ttl = 259200
min wins ttl = 21600
lm announce = Auto
lm interval = 60
dns proxy = No
wins support = No
wins proxy = No
wins server =
preferred master = Yes
local master = Yes
domain master = Yes
domain logons = No
browse list = Yes
unix realname = No
NIS homedir = No
unix password sync = No
time server = No
printer driver file = /etc/printers.def
# Default service parameters
comment =
copy =
include =
exec =
postexec =
root preexec =
root postexec =
alternate permissions = No
revalidate = No
default case = lower
case sensitive = No
preserve case = No
short preserve case = No
mangle case = No
mangling char = ~
browseable = Yes
available = Yes
path =
username =
guest account = nobody
invalid users =
valid users =
admin users =
read list =
write list =
volume =
force user =
force group =
read only = Yes
max connections = 0
min print space = 0
create mask = 0744
force create mode = 00
directory mask = 0755
force directory mode = 00
set directory = No
status = Yes
hide dot files = Yes
delete veto files = No
veto files =
hide files =
veto oplock files =
guest only = No
guest ok = No
print ok = No
postscript = No
map system = No
map hidden = No
map archive = Yes
locking = Yes
strict locking = No
share modes = Yes
oplocks = Yes
only user = No
wide links = Yes
follow symlinks = Yes
sync always = No
mangled names = Yes
fake oplocks = No
printing = bsd
print command = lpr -r -P%p %s
lpq command = lpq -P%p
lprm command = lprm -P%p %j
lppause command =
lpresume command =
printer =
printer driver = NULL
printer driver location =
hosts allow = 100.1.1. 127.
hosts deny =
dont descend =
magic script =
magic output =
mangled map =
delete readonly = No
dos filetimes = No
dos filetime resolution = No
fake directory create times = No
[printers]
comment = All Printers
path = /var/spool/samba
print ok = Yes
[Server_C]
comment = Server_C
path = /DOS_C
write list = @root
read only = No
create mask = 0750
[Server_D]
comment = Server_D
path = /DOS_D
write list = @root
read only = No
create mask = 0750
[Server_E]
comment = Server_E
path = /DOS_E
write list = @root
read only = No
create mask = 0750
[Server_F]
comment = Server_F
path = /DOS_F
write list = @root
read only = No
create mask = 0750
[Server_Root]
comment = Server_Root
path = /
write list = @root
read only = No
create mask = 0750
[hpdjbw]
comment = lp
path = /var/spool/samba
read only = No
print ok = Yes
share modes = No
oplocks = No
printer = hpdjbw
[hpdjcolor]
comment = lp0
path = /var/spool/samba
read only = No
print ok = Yes
share modes = No
oplocks = No
printer = hpdjcolor
[passthru]
comment = lpdirect
path = /var/spool/samba
read only = No
print ok = Yes
share modes = No
oplocks = No
printer = passthru
[IPC$]
comment = IPC Service (SERVER-LINUX)
path = /tmp
status = No
guest ok = Yes
------------------------------
From: "Dave T" <[EMAIL PROTECTED]>
Subject: Readble logs : Any good tools availble?
Date: Thu, 20 May 1999 21:32:17 +0100
Hi.
Is there any tools available for Linux which will go through the sendmail
mail logs (or any other logs, ftp, httpd etc) and present the data in a nice
readable format (CSV file etc)
I have been asked my a manager to create reports of incoming/outgoing e-mail
and which users are using the mail system when and for how long.
I know I could probably write some sort of script do this, but if the tools
are there why reinvent the wheel
Thanks in advance
------------------------------
** 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
******************************