Linux-Networking Digest #288, Volume #12         Thu, 19 Aug 99 13:13:25 EDT

Contents:
  Re: How To Telnet Into IP Masq Linux Box (jsrockford)
  PPP problem at multiple connects (Kees Leune)
  Re: Newbie help, can you proxy Linux? (Mark Roberts)
  Re: failing network connection ("Bjorn Comhaire")
  Re: pppd -demand. Is it better than running diald? (dmitri)
  Re: eth0 ppp0 clash? (Clifford Kite)
  Re: Samba's last stand! ("Gary W. Sandvik")
  @Home with Muliple IP addresses and Linux ("netmail.home.com")
  Re: Problem in RH6.0 not in RH5.0 (Thierry de Villeneuve)
  port forwarding woes (James Offutt)
  handling of dealock ([EMAIL PROTECTED])
  Re: PPP problem ([EMAIL PROTECTED])
  Reomte Phone control? (Brian Dudek)
  Samba and NT4 SP3: no write access ("Andreas Vester")
  Re: Leafnode not posting messages (Greg Weeks)

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

From: jsrockford <[EMAIL PROTECTED]>
Subject: Re: How To Telnet Into IP Masq Linux Box
Date: Thu, 19 Aug 1999 14:08:54 GMT

Thanks, Steve...that did the trick.  Another question...how secure is
this connection?  All userid/passwd info goes plain text doesn't it? --a
target for any sniffers.

In article <[EMAIL PROTECTED]>,
  "Cowles, Steve" <[EMAIL PROTECTED]> wrote:
> Your connecting to your system just fine (Connected To <Internet IP
> Address>) Ipchains is NOT blocking your connection. The problem
(Connection
> Closed By Foreign Host) is due to tcp wrappers that inetd is using
before is
> spawns the in.telnetd daemon.
>
> Note the entry from /etc/inetd.conf
> telnet  stream  tcp     nowait  root    /usr/sbin/tcpd  in.telnetd
>
> tcpd uses the /etc/hosts.allow and /etc/hosts.deny to determine wether
or
> not it should (in this case) spawn in.telnetd.
>
> I also telnet into my linux system from work, I had to add the class c
> network address that my employer assigns to my /etc/hosts.allow file
(my
> work assigns ip addresses with DHCP). This should fix your problem.
>
> Steve Cowles
> SWCowles at gte dot net
>
> --------------------------------------------------------
> 192.168.9 is the network address of my home LAN (behind my masq linux
box).
> xxx.xxx.xxx. is the network address from work
> <cut/paste from /etc/hosts.allow>
> ALL:    192.168.9. xxx.xxx.xxx.
>
> <cut/paste from /etc/hosts/deny>
> ALL:    ALL
>
> jsrockford <[EMAIL PROTECTED]> wrote in message
> news:7pfull$372$[EMAIL PROTECTED]...
> > I've got my home network running through an RH 5.2 Linux Box using
IP
> > Masquerade...I want to be able to Telnet into my home network from
work
> > when it is connected to the Internet.  I have it setup to
automatically
> > page me on ICQ with the dynamic IP number when logged on.  Problem
is
> > when I try to Telnet in I get the following:
> >
> > Trying <Internet IP Address>...
> > Connected To <Internet IP Address>.
> > Escape Character Is '^]'
> > Connection Closed By Foreign Host
> >
> > without giving me a chance to log on.  Telnet works fine on my local
> > network.  I assume I have incorrectly setup IP Masq...I've searched
for
> > the answer but have had no luck.  Could someone please point me in
the
> > right direction?  Thanks.  FWIW, I've started IP Masq with the
following
> > in a  startup script:
> >
> > /sbin/ipfwadm -F -p deny
> > /sbin/ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0
> >
> > TIA
> >
> >
> > Sent via Deja.com http://www.deja.com/
> > Share what you know. Learn what you don't.
>
>


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

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

From: Kees Leune <[EMAIL PROTECTED]>
Subject: PPP problem at multiple connects
Date: 19 Aug 1999 14:53:06 GMT

When I dial in to my network provider and set up a PPP connection,
everything is well. I can log in, go out on the net and do the stuff I
need to do and then close the connection without any problems.

The problems start when I try to set up a ppp connection for the
second time. I log in to the ISP, send my password and login and the
link will be established. The only problem is that the link is not
complete! I can ping other hosts without problems and I can also
connect to other machines on the net. After I get a 'connected to'
message, nothing happens. No I/O is sent over the line (at least, my
modem lights stay quiet), other than an occasional flicker that (I
think) a retry of an unacknowledges package.

I am using Linux 2.2.11 with pppd 2.3.7 and an external modem on
/dev/ttyS1. My machine is a slackware 4.0 box. I dial in to a
call-back service. Syslog and the other logs dont give any clues as to
what is happening. What could be going wrong?

I'll be more than happy to send any debugging output.

-Kees ...-.-

-- 
Kees Leune, Researcher at the Infolab        | Email: [EMAIL PROTECTED]
Tilburg University, The Netherlands          | Phone: +31 13 466 2688
http://infolab.kub.nl/people/kees/           | HAM: PA3HFB

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

From: Mark Roberts <[EMAIL PROTECTED]>
Subject: Re: Newbie help, can you proxy Linux?
Date: Thu, 19 Aug 1999 15:06:53 +0100

Didn't see the original post, but....

Recent versions of Apache (included with most Linux distibutions) also
are capable of providing web proxy services. Not sure how Squid and
Apache stack up in the performance stakes: squid may be slightly better
in this regard having been out longer.

Also ask yourself if you really need a proxy server, or if you want
masquerading [where IP packets are cleverly renumbered so that they all
look as though they come from a single computer]

Regards
Mark Roberts

Simon Pallister wrote:
> 
> you sure can. Squid is one of the best proxies about - much
> better (IMHO) than MS Proxy. It's pretty easy to set up (I
> managed it, and I'm a relative newbie). Have a look at the
> Squid web site
> 
> http://squid.nlanr.net/
> 
> hth
> 
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
> The fastest and easiest way to search and participate in Usenet - Free!

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

From: "Bjorn Comhaire" <[EMAIL PROTECTED]>
Crossposted-To: be.comp.os.linux,linux.redhat
Subject: Re: failing network connection
Date: Thu, 19 Aug 1999 17:18:11 +0200

Dear Peter,

I'm pinging via IP address...

Bj�rn


Peter Wilkes <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Are you pinging other computers on the LAN via their name or IP address.
> If you get a response back when you ping by IP address your nameservers
> are bad.
>
>






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

From: dmitri <[EMAIL PROTECTED]>
Subject: Re: pppd -demand. Is it better than running diald?
Date: Thu, 19 Aug 1999 15:06:09 +0000

Thaks to all who repled. I installed and it works very well. With diald I
had problems, it would die without visible reson and with no logged error
messages.






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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: eth0 ppp0 clash?
Date: 19 Aug 1999 09:51:30 -0500

Larry Bottorff ([EMAIL PROTECTED]) wrote:

: experience) I took a look at interfaces with netcfg. I "deactivated"
: eth0, and lo and behold ppp works like a charm. Here are some of the
: stats with both eth0 and ppp0 active:

You need to remove whatever it is that sets the default route to the LAN
after the PPP connection is successful, you don't need it since you have
a network-specific route.  When that's done pppd will set the default
route through the PPP interface and it will work.

You can likely prevent the LAN default route from being set using
options for RH scripts but I can't help with that.  However, it's being
set *after* the PPP default route is set by pppd at the time of the
PPP connection.

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)

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

From: "Gary W. Sandvik" <[EMAIL PROTECTED]>
Subject: Re: Samba's last stand!
Date: Thu, 19 Aug 1999 09:16:48 -0500
Reply-To: "Gary W. Sandvik" <[EMAIL PROTECTED]>

Hi,

In your smb.conf you have an entry for the smbpasswd file location. Be
certain that a valid user is generated for the linux system then generate a
smbpasswd for that user. Once you login as a valid user, it will ask for the
password. If you do not generate a password in smbpasswd for the root it
will not allow the smb operation, be it root or another user.

I'm assuming that you have your passwd style selected and the problem is not
with MS Win/9x.
--
Regards and God Speed,

Gary

Gary W. Sandvik

[EMAIL PROTECTED]
309-676-0224 (fax)

Hiawatha Bray <[EMAIL PROTECTED]> wrote in message
news:7pft88$[EMAIL PROTECTED]...
> Okay...I'm almost there.  But a new problem has arisen.  When I go to my
> Windows machine and click on the Linux icon, it asks for a password.  I
type
> my root password on the Linux box--the only one I have on it--and it says
> incorrect password.  I don't get it.  How do I log into my own computer?
> Help!
>
>



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

Date: Thu, 19 Aug 1999 10:20:21 -0400
From: "netmail.home.com" <[EMAIL PROTECTED]>
Subject: @Home with Muliple IP addresses and Linux

Hi all,

I've been an Comcast@home subscriber for over half a year, with a RH
Linux box acting as a gateway for the rest of my network, no problems.
Now, I am considering getting another IP address.  Does anyone have
exerience with this, and does anyone know if I would have to have 3
NICs, or 4 in the gateway computer, etc, any other details, advantages,
disadvantages to doing this?

Thanks for any help,

Paul


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

From: Thierry de Villeneuve <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Problem in RH6.0 not in RH5.0
Date: Thu, 19 Aug 1999 08:24:13 -0700

You need to be more specific and give some logs output.

It can rather be that your firewalling rules bock all dhcp traffic
required for the address renewing.

What cable modem service are you on?



Kendel Banks wrote:
> 
> I have had a cable modem connection for a few weeks now. While in Redhat
> 
> 5.0 there were no real problems with connectivity. ifup would turn on
> dhcpcd, get an ip and renew or at least repsond to "got in BOUND, got
> RENEW" (as seen in syslog) every half an hour. I was able to
> send/recieve different types of packets without fault... but now in
> Redhat 6.0 if I run programs or manually send out many upstream packets
> (such as prot scan),
> the connection will slowly die and I will have to restart networking and
> 
> sometimes my comp,  even, at times, when activity is minimial. I was
> running well for about 52 hours straigh.... then died, I couldn't kill
> pump with pump -k, so did a shutdown and linux hung while killing eth0,
> had to hit the power on my 10GIG drive! I now, kill -9 pump before I
> shutdown. I got the latest pump-0.7.0-1. Is this a kernel issue?
> Suggestions or insights about this would be appreciated, I know a few
> people having the same trouble.

-- 
=== eom =============================================================
Thierry de Villeneuve                             San Diego, CA 92128
mailto:[EMAIL PROTECTED]                 http://tvnshack.dynhost.com/

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

From: James Offutt <[EMAIL PROTECTED]>
Subject: port forwarding woes
Date: 19 Aug 1999 15:35:01 GMT

Ok.  I've read the FAQs, scoured the Linux newsgroups and even contacted the
author of ipmasqadm (who verified my configuration) and I still can't get
simple port forwarding to work.  This is driving me nuts.  Any suggestions
are greatly appreciated.

The scenario:

Standard Redhat 6.0
Kernel 2.2.5-15
ipchains-1.3.8-3
ipmasqadm-0.4.2
Two ethernet interfaces
  External is ip_aliased with three legal addresses (DNS registered)
  Internal is a single reserved address and network

IP masquerading is configured and working for intenal -> external
connections.  I use the following:

  /sbin/ipchains -P forward DENY
  /sbin/ipchains -A forward -s 192.168.32.0/24 -d 0.0.0.0/0 -j MASQ

IP forwarding is enabled in /proc/sys/net/ipv4/ip_forward

The kernel and modules have been rebuilt with all the relevant options set.


The requirement:

I want to forward several ports from each external ip address to different
internal IP addresses.  This seems like it should be simple.  To forward a
simple telnet I use:

  /sbin/modprobe ip_masq_portfw
  /usr/sbin/ipmasqadm portfw -a -P tcp -L x.x.x.x 23 -R 192.168.32.20 23

The result:

A telnet sessions to x.x.x.x (from a completely outside source) just
hangs.  Closer investigation shows that port forward is working -- sort of. 
The netstat output of 192.168.32.20 shows a SYN_RECV connection from the
remote address.  Also, netstat -M on masquerading Linux box shows a correct
entry for the translation.  Nevertheless, the conversation is never
completed and the session just hangs.

I've also tried adding several ipchains, in particular:

  ipchains -I forward -p tcp -s 192.168.32.20/32 23 -j MASQ

 -- with no luck.  Unless I misunderstand the ipchains syntax this seemed
redundant anyway...


Am I missing something obvious?

TIA.

-- 
James Offutt


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

From: [EMAIL PROTECTED]
Subject: handling of dealock
Date: Fri, 06 Aug 1999 14:38:40 GMT



 I'am currently working on a project with the linux system. I'am
preparing to make a group presentation in class in regards to how linux
system handle deadlock. I would appreciate any insight you may have on
the subject to help me understand the mechanism with which linux handle
deadlock.

         Please post messages to e-mail: [EMAIL PROTECTED]



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

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

From: [EMAIL PROTECTED]
Subject: Re: PPP problem
Date: Thu, 19 Aug 1999 15:45:46 GMT

Thanks for your reply. I was not able to find the corresponding file, but I did remove
the gateway from the routing table using the route command. ppp has been functional
since. Thank you!

Krishna.

ggarside wrote:

> Hmmm, I don't use RedHat (I use Slackware) so I may be all wet......
>
> I don't like the look of the two default routes in your routing table
> (0.0.0.0 in the destination column).  Take a look in your boot files (in Slackware
> they're things like /etc/rc.d/rc.inet1) and see if the default setup inserts a
> default route. It'll likely be to your localnet (the 192.168.1.254).
> On Slackware it looks like this:
> /sbin/route add default gw ${GATEWAY} netmask 0.0.0.0 metric 1
> If so, comment this out, so your routing table has no default before establishing the
> ppp link.  Make sure that you have the defaultroute option included for the ppp
> scheme.  Then, when you negotiate your ip address from the ISP, you should also find
> just one default route gets put in the table, and things should work   8-)
>
> HTH,
>
> Geoff.
>
> [EMAIL PROTECTED] wrote:
>
> > Hi,
> >
> > I am a little new to the Linux world and would like some help on getting
> > my ppp working. I installed RH6.0 a few days ago and have still not been
> > successful with ppp.
> >
> > When I execute the ppp and chat scripts (copied and changed from
> > /usr/doc), the modem dials out and I get an IP address allocated to my
> > machine, but I am not able to ping anyplace except the IP address I am
> > assigned. I have checked /etc/resolv.conf for an erroneous entry, and to
> > me it looks ok. It doesn't matter if I use an IP address or a domain
> > name in the ping. There is still no response.
> >
> > Entries in my log:
> >
> > Aug 18 15:13:51 zeus kernel: CSLIP: code copyright 1989 Regents of the
> > University of California
> > Aug 18 15:13:51 zeus kernel: PPP: version 2.3.3 (demand dialling)
> > Aug 18 15:13:51 zeus kernel: PPP line discipline registered.
> > Aug 18 15:13:51 zeus kernel: registered device ppp0
> > Aug 18 15:13:51 zeus pppd[1631]: pppd 2.3.7 started by root, uid 0
> > Aug 18 15:13:52 zeus chat[1632]: timeout set to 3 seconds
> > Aug 18 15:13:52 zeus chat[1632]: abort on (\nBUSY\r)
> > Aug 18 15:13:52 zeus chat[1632]: abort on (\nNO ANSWER\r)
> > Aug 18 15:13:52 zeus chat[1632]: abort on (\nRINGING\r\n\r\nRINGING\r)
> > Aug 18 15:13:52 zeus chat[1632]: send (rAT^M)
> > Aug 18 15:13:52 zeus chat[1632]: expect (OK)
> > Aug 18 15:13:52 zeus chat[1632]: rAT^M^M
> > Aug 18 15:13:52 zeus chat[1632]: OK
> > Aug 18 15:13:52 zeus chat[1632]:  -- got it
> > Aug 18 15:13:52 zeus chat[1632]: send (ATH0^M)
> > Aug 18 15:13:52 zeus chat[1632]: timeout set to 30 seconds
> > Aug 18 15:13:52 zeus chat[1632]: expect (OK)
> > Aug 18 15:13:52 zeus chat[1632]: ^M
> > Aug 18 15:13:53 zeus chat[1632]: ATH0^M^M
> > Aug 18 15:13:53 zeus chat[1632]: OK
> > Aug 18 15:13:53 zeus chat[1632]:  -- got it
> > Aug 18 15:13:53 zeus chat[1632]: send (ATDT594-9858^M)
> > Aug 18 15:13:53 zeus chat[1632]: expect (CONNECT)
> > Aug 18 15:13:53 zeus chat[1632]: ^M
> > Aug 18 15:14:09 zeus chat[1632]: ATDT594-9858^M^M
> > Aug 18 15:14:09 zeus chat[1632]: CONNECT
> > Aug 18 15:14:09 zeus chat[1632]:  -- got it
> > Aug 18 15:14:09 zeus chat[1632]: send (^M)
> > Aug 18 15:14:09 zeus chat[1632]: expect (sername:)
> > Aug 18 15:14:09 zeus chat[1632]:  14400/ARQ/V32/LAPM/V42BIS^M
> > Aug 18 15:14:10 zeus chat[1632]: ^M
> > Aug 18 15:14:10 zeus chat[1632]: Annex Command Line Interpreter   *
> > Copyright 1991 Xylogics, Inc.^M
> > Aug 18 15:14:10 zeus chat[1632]: ^M
> > Aug 18 15:14:10 zeus chat[1632]: Checking authorization, Please
> > wait...^M
> > Aug 18 15:14:10 zeus chat[1632]: username:
> > Aug 18 15:14:10 zeus chat[1632]:  -- got it
> > Aug 18 15:14:10 zeus chat[1632]: send (my_userid^M)
> > Aug 18 15:14:11 zeus chat[1632]: expect (assword:)
> > Aug 18 15:14:11 zeus chat[1632]:  my_userid^M
> > Aug 18 15:14:11 zeus chat[1632]: password:
> > Aug 18 15:14:11 zeus chat[1632]:  -- got it
> > Aug 18 15:14:11 zeus chat[1632]: send (my_password^M)
> > Aug 18 15:14:11 zeus chat[1632]: expect (nnex:)
> > Aug 18 15:14:11 zeus chat[1632]:  ^M
> > Aug 18 15:14:11 zeus chat[1632]: ^M
> > Aug 18 15:14:11 zeus chat[1632]: Permission granted; Type telnet or ppp
> > for network connection^M
> > Aug 18 15:14:11 zeus chat[1632]:
> > -------------------------------------------------------------------------------^M
> >
> > Aug 18 15:14:11 zeus chat[1632]:
> > Aug 18 15:14:11 zeus chat[1632]: To start ppp connection type ppp at the
> > annex prompt after logging in.^M
> > Aug 18 15:14:11 zeus chat[1632]: ^Iannex:
> > Aug 18 15:14:11 zeus chat[1632]:  -- got it
> > Aug 18 15:14:11 zeus chat[1632]: send (ppp^M)
> > Aug 18 15:14:11 zeus pppd[1631]: Serial connection established.
> > Aug 18 15:14:11 zeus pppd[1631]: Using interface ppp0
> > Aug 18 15:14:11 zeus pppd[1631]: Connect: ppp0 <--> /dev/ttyS1
> > Aug 18 15:14:13 zeus kernel: PPP BSD Compression module registered
> > Aug 18 15:14:13 zeus kernel: PPP Deflate Compression module registered
> > Aug 18 15:14:16 zeus pppd[1631]: local  IP address 128.198.66.19
> > Aug 18 15:14:16 zeus pppd[1631]: remote IP address 128.198.66.66
> >
> > Output of my netstat -rn is as follows:
> >
> > Kernel IP routing table
> > Destination     Gateway         Genmask         Flags   MSS Window  irtt
> > Iface
> > 192.168.1.1     0.0.0.0         255.255.255.255 UH        0 0          0
> > eth0
> > 128.198.66.66   0.0.0.0         255.255.255.255 UH        0 0          0
> > ppp0
> > 192.168.1.0     192.168.1.1     255.255.255.0   UG        0 0          0
> > eth0
> > 192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0
> > eth0
> > 127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0
> > lo
> > 0.0.0.0         128.198.66.66   0.0.0.0         UG        0 0          0
> > ppp0
> > 0.0.0.0         192.168.1.254   0.0.0.0         UG        0 0          0
> > eth0
> >
> > Output of ifconfig is as follows:
> >
> > eth0      Link encap:Ethernet  HWaddr 00:00:21:62:61:8D
> >           inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
> >
> >           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> >           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> >           TX packets:514 errors:0 dropped:0 overruns:0 carrier:0
> >           collisions:0 txqueuelen:100
> >           Interrupt:12 Base address:0x280
> >
> > lo        Link encap:Local Loopback
> >           inet addr:127.0.0.1  Mask:255.0.0.0
> >           UP LOOPBACK RUNNING  MTU:3924  Metric:1
> >           RX packets:275 errors:0 dropped:0 overruns:0 frame:0
> >           TX packets:275 errors:0 dropped:0 overruns:0 carrier:0
> >           collisions:0 txqueuelen:0
> >
> > ppp0      Link encap:Point-to-Point Protocol
> >           inet addr:128.198.66.19  P-t-P:128.198.66.66
> > Mask:255.255.255.255
> >           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
> >           RX packets:6 errors:0 dropped:0 overruns:0 frame:0
> >           TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
> >           collisions:0 txqueuelen:10
> >
> > I have been looking for ideas in this newsgroup and have looked at the
> > PPP-HOWTO as well. I don't know what I am missing. I am very thankful
> > for any help offered.
> >
> > Thanks,
> > Krishna.


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

From: Brian Dudek <[EMAIL PROTECTED]>
Subject: Reomte Phone control?
Date: Thu, 19 Aug 1999 09:32:20 -0600

I'm sure in some fashion this can and has been done - I would like to
'control' my linux (RH 6) box via a telephone call to and linux mounted
modem.

I guess it would be much like calling your answering mashing and playing
your messages.  So, when I would call my house linux would answer the
phone and if a given number string was entered ( by me the caller ) it
would run a particular script ( i.e. fire off ppp for remote access ). 
If no code was received then no action would be taken and the call would
default to the answering machine.

I know people have there boxes send them pager messages, it almost sound
like the reverse of what I need?

I have looked at the LDP howtos and minis, nothing jumped out.  Any
resource suggestions or has anyone done such a thing - please send it my
way.

Thanks!
Brian

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

From: "Andreas Vester" <[EMAIL PROTECTED]>
Subject: Samba and NT4 SP3: no write access
Date: Thu, 19 Aug 1999 18:48:16 +0200

Hi everybody

I'm an absolute Linux newbie and I've got some probs with my LAN.
I've got two machines at home. On the one machine is Win98/SuSE Linux 6.1
and on the other is Win NT4 SP3. My network from Win98 to Win NT is perfect.
Both machines have the function of a file server, that means that I can use
the Win NT harddisk from the Win98 machine and the other way round. No
probs. Now I decided to test Linux and I want the same network functions
like under windows. So I installed Linux parallel to Win98. This was no
prob, too. Then I installed Samba 2.0.3 and tried to configure the smb.conf.
There the probs begins...
In Linux I created two users: my father and me (my father normaly use the NT
machine). My first aim is that the Linux machine becomes a file server so
that my father can use my harddisk. When I log in to Win NT with the same
user name I created under Linux, I can browse to the users home directory.
This is all right. But I don't have any write access.

Here's my smb.conf (without any comments):
Most of the lines were created automatically by the setup program.

[global]
    workgroup = privat
    guest account = nobody
    keep alive = 30
    os level = 2
    public = yes
    security = share

    printing = bsd
    printcap = /etc/printcap
    load printers = yes

    socket options = TCP_NODELAY
    map to guest = Bad User
    interfaces = 192.168.0.1/255.255.255  {comment: 192.168.0.1 =
Linux machine    192.168.0.2 = NT machine}
    wins support = yes

[homes]
    comment = Heimatverzeichnis
    browseable = yes
    read only = no
    writeable = yes
    create mode = 0750

[printers]
    comment = All Printers
    browseable = yes
    printable = yes
    public = no
    read only = no
    create mode = 0700
    directory = /tmp

Another question: If I delete the line "public = yes" in the global-section
I haven't got any access from the NT machine to the home directory. It
appears a dialog box where I had to log in with a user name and a password.
If I try to log in with the same user name like I created under Linux it
appears an error message of the form: "You can't log in from this machine".
Can you explain this to me ?

My second problem is that I don't see the Linux machine in the NT network
neighborhood. I configured samba as a WINS Server (concrete: smb.conf) and
specify the Linux machine's IP-address on the NT machine, but it doesn't
work What have I done wrong ?

Please give me step by step instructions (in easy English, because I'm
German) how I get full write access and how I can see the Linux machine in
the network neighborhood.

Thank you very much

See you later

Andi








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

Reply-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Greg Weeks)
Subject: Re: Leafnode not posting messages
Date: Thu, 19 Aug 1999 11:48:18 -0500

In article <7pfp9s$7m3$[EMAIL PROTECTED]>,
        Chris Severn <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] (Greg Weeks) writes:
> 

> out.going has a single file in it, in this case called 9754-934970872-1
> before running fetch, and is empty after.

OK, look in this file. What does the Message-ID: header line say? This
is what fetch uses to determine if the article has been posted
already. It looks like your ISP's news server is telling fetch the
article is already posted. If leafnode isn't generating unique ID's it
would cause this problem. You might check a couple of test posts to
make sure they are unique.

Greg Weeks 
-- 
http://durendal.tzo.com/greg/


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


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