Linux-Networking Digest #319, Volume #12 Sun, 22 Aug 99 00:13:46 EDT
Contents:
Re: IP Masqerading - Win95 client wont work!! (Ken Booth)
Re: ethernet switch (Peter Eddy)
newbie problems installing 2nd nic ("R.S.Galloway")
Re: ~user access (Frank v Waveren)
ypmake, ypserv, NIS errors (Brad Baker)
Netscape 4.61 crashes with Java enabled under kernel 2.2.10 ("Marvin (Georg
Ortmanns)")
Help for IPCHAINS ("Marvin (Georg Ortmanns)")
Re: loading NIC module automatically (DanH)
Samba--next dumb question ("Hiawatha Bray")
Re: Synchronizing cmos clock with timeserver? ("Jeff Grossman")
Re: Routing blues..... (Allen Wong)
Re: connect to www thru linux ("Ahhhh")
Re: Removing Telnet Access for a User? (Frank v Waveren)
networking thru a Sygate proxy/gateway server with a Linux box ("Ahhhh")
Re: Resolving IPs (II) ("Cliff")
Re: NCD X-Terminal: Asking Linux for XDMCP session ("Steve Cowles")
Re: ethernet switch (Ken Booth)
Re: Linux Remote Printing - Doesnt work! (Clifford Kite)
Re: Samba--next dumb question (Peter Eddy)
----------------------------------------------------------------------------
From: Ken Booth <[EMAIL PROTECTED]>
Subject: Re: IP Masqerading - Win95 client wont work!!
Date: Sat, 21 Aug 1999 20:45:59 -0500
==============E9FA7B7D55DEB0F91B57E6F2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sunil,
I set my system up also according to the IP-Masquerading HOWTO (not quite the
latest, but 1.76).
I get:
[root@linux /root]# ipfwadm -F -ln
IP firewall forward rules, default policy: deny
type prot source destination ports
acc/m all 192.168.2.0/24 0.0.0.0/0 n/a
[root@linux /root]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
255.255.255.255 0.0.0.0 255.255.255.255 UH 1500 0 0 eth0
192.168.2.0 0.0.0.0 255.255.255.0 U 1500 0 0 eth0
216.62.152.0 0.0.0.0 255.255.255.0 U 1500 0 0 eth1
216.62.152.0 0.0.0.0 255.255.248.0 U 1500 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 3584 0 0 lo
My Linux box is used purely as a gateway to the internet.
Note that I don't appear to need a gateway.
The host with address 255.255.255.255 is needed to make dhcpd work.
My private network is 192.168.2.0 netmask 255.255.255.0
My ISP's network is 216.62.152.0 netmask 255.255.248.0 (I haven't figured out
why I get an extra entry with netmask 255.255.255.0 - anybody out there
know?).
The IP address of the Linux box on my private network is 192.168.2.1 - this
is the address my Win9x boxes use as their default gateway.
Looking at your routing table, I would say that the first entry looks
suspicious (should be eth0, not eth1?).
What is the network 224.0.0.0 ?
--
Regards, Ken
I AM.
"Sunil P. Khatri" wrote:
> Ken Booth wrote:
> >
> > Sunil,
> >
> > If you post the results from the following commands, we may be able to
> > help you better:
> >
> > netstat -rn
> >
> > and
> >
> > ipfwadm -F -ln
>
> Here it is:
>
> # ipfwadm -F -ln
> IP firewall forward rules, default policy: reject
> type prot source destination ports
> acc/m all 192.168.0.0/24 0.0.0.0/0 n/a
> rej all 0.0.0.0/0 0.0.0.0/0 n/a
> #
> # netstat -rn
> Kernel IP routing table
> Destination Gateway Genmask Flags MSS Window irtt
> Iface
> 24.7.91.103 0.0.0.0 255.255.255.255 UH 1500 0 0
> eth1
> 24.7.91.0 0.0.0.0 255.255.255.0 U 1500 0 0
> eth0
> 192.168.0.0 0.0.0.0 255.255.255.0 U 1500 0 0
> eth1
> 127.0.0.0 0.0.0.0 255.0.0.0 U 3584 0 0
> lo
> 224.0.0.0 0.0.0.0 240.0.0.0 U 1500 0 0
> eth0
> 0.0.0.0 24.7.91.1 0.0.0.0 UG 1500 0 0
> eth0
> #
>
> >
> > "Sunil P. Khatri" wrote:
> >
> > > I installed IP masquerading, and my gateway and (linux) clients
> > > work just fine with the configuration and strong ipfwadm rulesets
> > > that are described in the latest IP-Masquerading HOWTO (v. 1.77).
> > > My gateway runs kernel 2.0.30.
> > >
> > > However, when I put a Win95 client on the local network, with the
> > > settings as described in the IP-Masquerading HOWTO (I set the IP
> > > address, netmask, gateway address and DNS server addresses in the
> > > TCP_IP->NIC properties) the win95 client can only ping the other
> > > machines on the local network, but cant ping any outside machine.
> > >
> > > Any idea why this is the case?
> > >
> > > My conjecture is that the IP-Masquerading HOWTO was written for win95
> > > and win98 clients that support the ICS (internet connection sharing)
> > > option in networking. My win95 client does not have this module. Does
> > > this make sense?
> > >
> > > Muchas thanks
> > > Sunil
==============E9FA7B7D55DEB0F91B57E6F2
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Sunil,
<p>I set my system up also according to the IP-Masquerading HOWTO (not
quite the latest, but 1.76).
<p>I get:<tt></tt>
<p><tt>[root@linux /root]# ipfwadm -F -ln</tt>
<br><tt>IP firewall forward rules, default policy: deny</tt>
<br><tt>type prot
source
destination ports</tt>
<br><tt>acc/m all 192.168.2.0/24
0.0.0.0/0
n/a</tt><tt></tt>
<p><tt>[root@linux /root]# netstat -rn</tt>
<br><tt>Kernel IP routing table</tt>
<br><tt>Destination
Gateway
Genmask Flags
MSS Window irtt Iface</tt>
<br><tt>255.255.255.255 0.0.0.0
255.255.255.255 UH 1500
0
0 eth0</tt>
<br><tt>192.168.2.0
0.0.0.0
255.255.255.0 U 1500
0
0 eth0</tt>
<br><tt>216.62.152.0
0.0.0.0
255.255.255.0 U 1500
0
0 eth1</tt>
<br><tt>216.62.152.0
0.0.0.0
255.255.248.0 U 1500
0
0 eth1</tt>
<br><tt>127.0.0.0
0.0.0.0
255.0.0.0 U
3584 0 0 lo</tt>
<p>My Linux box is used purely as a gateway to the internet.
<br>Note that I don't appear to need a gateway.
<br>The host with address 255.255.255.255 is needed to make dhcpd work.
<br>My private network is 192.168.2.0 netmask 255.255.255.0
<br>My ISP's network is 216.62.152.0 netmask 255.255.248.0 (I haven't figured
out why I get an extra entry with netmask 255.255.255.0 - anybody out there
know?).
<br>The IP address of the Linux box on my private network is 192.168.2.1
- this is the address my Win9x boxes use as their default gateway.
<p>Looking at your routing table, I would say that the first entry looks
suspicious (should be eth0, not eth1?).
<br>What is the network 224.0.0.0 ?
<p>--
<br>Regards, Ken
<p>I AM.
<br><tt></tt> <tt></tt>
<p>"Sunil P. Khatri" wrote:
<blockquote TYPE=CITE>Ken Booth wrote:
<br>>
<br>> Sunil,
<br>>
<br>> If you post the results from the following commands, we may be able
to
<br>> help you better:
<br>>
<br>> netstat -rn
<br>>
<br>> and
<br>>
<br>> ipfwadm -F -ln
<p>Here it is:
<p># ipfwadm -F -ln
<br>IP firewall forward rules, default policy: reject
<br>type prot
source
destination ports
<br>acc/m all 192.168.0.0/24
0.0.0.0/0
n/a
<br>rej all
0.0.0.0/0
0.0.0.0/0
n/a
<br>#
<br># netstat -rn
<br>Kernel IP routing table
<br>Destination
Gateway
Genmask Flags
MSS Window irtt
<br>Iface
<br>24.7.91.103
0.0.0.0
255.255.255.255 UH 1500
0
0
<br>eth1
<br>24.7.91.0
0.0.0.0
255.255.255.0 U 1500
0
0
<br>eth0
<br>192.168.0.0
0.0.0.0
255.255.255.0 U 1500
0
0
<br>eth1
<br>127.0.0.0
0.0.0.0
255.0.0.0 U
3584 0 0
<br>lo
<br>224.0.0.0
0.0.0.0
240.0.0.0 U
1500 0 0
<br>eth0
<br>0.0.0.0
24.7.91.1
0.0.0.0 UG
1500 0 0
<br>eth0
<br>#
<p>>
<br>> "Sunil P. Khatri" wrote:
<br>>
<br>> > I installed IP masquerading, and my gateway and (linux) clients
<br>> > work just fine with the configuration and strong ipfwadm rulesets
<br>> > that are described in the latest IP-Masquerading HOWTO (v. 1.77).
<br>> > My gateway runs kernel 2.0.30.
<br>> >
<br>> > However, when I put a Win95 client on the local network, with the
<br>> > settings as described in the IP-Masquerading HOWTO (I set the IP
<br>> > address, netmask, gateway address and DNS server addresses in the
<br>> > TCP_IP->NIC properties) the win95 client can only ping the other
<br>> > machines on the local network, but cant ping any outside machine.
<br>> >
<br>> > Any idea why this is the case?
<br>> >
<br>> > My conjecture is that the IP-Masquerading HOWTO was written for
win95
<br>> > and win98 clients that support the ICS (internet connection sharing)
<br>> > option in networking. My win95 client does not have this module.
Does
<br>> > this make sense?
<br>> >
<br>> > Muchas thanks
<br>> > Sunil</blockquote>
</html>
==============E9FA7B7D55DEB0F91B57E6F2==
------------------------------
From: Peter Eddy <[EMAIL PROTECTED]>
Subject: Re: ethernet switch
Date: Sat, 21 Aug 1999 21:33:29 -0400
Richard Petty wrote:
>
> Your network is fine -- probably as good as it can ever be.
>
> Welcome to the Internet.
>
> The problem is that the rest of the Internet can't measure up. As a matter
> of fact, delay and poor throughput issues have been raised in the press
> recently. Their spin was that a lot of companies are damaging their
I sincerly doubt that he bought a switch to improve network performance
over a modem. That would be not too bright, and look, he's got a Ph.D.
after his name!
------------------------------
From: "R.S.Galloway" <[EMAIL PROTECTED]>
Subject: newbie problems installing 2nd nic
Date: Sat, 21 Aug 1999 19:46:05 -0400
Yet another newbie question....
I'm having a hell of a time installing my second NIC. For some reason it's
not showing up in dmesg and ifconfig, etc.
configuration:
SuSE Linux 6.1 (kernal v2.2.7) on IBM PC 330 (P75)
two Intel EtherExpress Pro (ISA) 352118-xxx PRO/10 ISA
DHCP cable modem
I've already deactivated the PnP on both NICs and I know they're both fine
because they show up ok in softset2. I had no trouble installing the first
NIC as eth0, then appended the line "ether=0,0,eth1" to the lilo.conf file.
This should have worked fine, but no. The ifconfig output lists the dummy0,
eth0, and lo just fine, but no eth1 or in dmesg.
Any help much appreciated.
------------------------------
From: [EMAIL PROTECTED] (Frank v Waveren)
Subject: Re: ~user access
Date: Sun, 22 Aug 1999 02:29:44 GMT
check permissions. The user httpd runs as must be able to read the files.
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Dennis) writes:
>
> I am using redhat 6.0 . apache 1.3.6
> When I try and access a users home directory on a browser via
> ~username it returns an unauthorized error. The necessary entries are
> made in the srm.conf file for public directory but still no luck
>
> any ideas?
> Thanks
> Dennis
--
Frank v Waveren
[EMAIL PROTECTED]
ICQ# 10074100
------------------------------
From: Brad Baker <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: ypmake, ypserv, NIS errors
Date: Sat, 21 Aug 1999 20:05:11 -0600
I get the following error while installing ypserv:
NIS Map update started on Sat Aug 21 19:42:09 MDT 1999
make[1]: Entering directory `/var/yp/testdomain'
make[1]: `ypservers' is up to date.
make[1]: Leaving directory `/var/yp/testdomain'
make[1]: Entering directory `/var/yp/testdomain'
Updating passwd.byname...
/usr/libexec/yp/makedbm: can't resolve symbol '__register_frame_info'
make[1]: *** [passwd.byname] Error 1
make[1]: Leaving directory `/var/yp/testdomain'
NIS Map update completed.
The only important part is:
/usr/libexec/yp/makedbm: can't resolve symbol '__register_frame_info'
I ran a search on some search engines, checked out the FAQs and HOWTOs,
but the only thing that had any reference to __register_frame_info was a
wen site from altavista that said to try ldconfig. (which I did and
still got the same error).
Any help is much appreciated :)
Thanks!
Brad
------------------------------
Date: Sat, 21 Aug 1999 23:36:16 +0200
From: "Marvin (Georg Ortmanns)" <[EMAIL PROTECTED]>
Crossposted-To: comp.lang.java.help
Subject: Netscape 4.61 crashes with Java enabled under kernel 2.2.10
Hi folks!
Maybe this is a FAQ, but I can't find appropiate answers...
I have installed Netscape 4.61 under kernel 2.2.10 from S.u.S.E 6.2.
The JDK 1.1.7B is installed and runnig fine.
When I start Netcape with Java enabled it crashes after loading an applet.
I can only kill netscape.
Any help welcome
--
Regards
Georg Ortmanns (Marvin) eMail [EMAIL PROTECTED]
To get my PGP key send mail with subject "Send PGP key"
------------------------------
Date: Sun, 22 Aug 1999 00:34:53 +0200
From: "Marvin (Georg Ortmanns)" <[EMAIL PROTECTED]>
Subject: Help for IPCHAINS
Hi firewalling gurus!
Can anybody please give me a hint where to find good informations about
IPCHAINS?
How-to=B4s, books, websites, every help welcome.
--
Regards
Georg Ortmanns (Marvin) eMail [EMAIL PROTECTED]
To get my PGP key send mail with subject "Send PGP key"
------------------------------
From: DanH <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,alt.os.linux.mandrake
Subject: Re: loading NIC module automatically
Date: Sat, 21 Aug 1999 21:59:12 -0400
Christopher Lu wrote:
>
> I'm using D-Link DFE530TX on my Mandrake 6. Currently I have to load the
> module for the NIC (via-rhine) everytime I boot up and log on. Is there a
> way to have the module load automatically when I boot? Thanks in advance.
/etc/conf.modules
Dan
--
UNIX - Not just for vestal virgins anymore
Linux - Choice of a GNU generation
------------------------------
From: "Hiawatha Bray" <[EMAIL PROTECTED]>
Subject: Samba--next dumb question
Date: 21 Aug 1999 18:57:57 PDT
So okay. Now I can see the files on my Linux box from my PC. Now, how do I
fix it so I can see my PC files on the Linux machine? I think it has
something to do with the smbmount command, but the man pages don't provide
much in the way of explanation of exactly how it's done...
------------------------------
From: "Jeff Grossman" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Synchronizing cmos clock with timeserver?
Date: Sat, 21 Aug 1999 18:15:11 -0700
It is not letting me do it. I am putting net time \\ip address of linux box
/s /y and it comes back with an error saying it can't find the machine.
Jeff
--
Jeff Grossman ([EMAIL PROTECTED])
Cowles, Steve <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I also use rdate to set my Linux box time using cron. On my Windows
machines
> I use the following command to set their time against the Linux box. The
> "net" command comes with every version of Windows I'm aware of.
>
> net time \\linuxbox /s /y
>
>
> Steve Cowles
>
> <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > >> /usr/bin/rdate -s wrzx03.rz.uni-wuerzburg.de
> >
> > I'm using RedHat 5.1 on a server right now, and wonder how, if I run
> > this 'rdate' command when the server dials into its ISP to grab mail,
> > can I get the Windoze boxes on the network to set their time from the
> > Linux server?
> >
> > In the past, I've used a Windoze utility called D4 but it's overkill
> > for what I need (I think).
> >
> > Can I get Linux to broadcast the time on an SNTP port or something?
> >
> > Thanks,
> > [EMAIL PROTECTED]
> >
>
>
------------------------------
From: Allen Wong <[EMAIL PROTECTED]>
Subject: Re: Routing blues.....
Date: Sat, 21 Aug 1999 19:49:34 -0700
Paul,
What do you get when you do a "tracert 192.168.0.1" from one of your
NT workstations?
Allen
--
Linux: If you're not careful, you might actually learn something.
------------------------------
From: "Ahhhh" <[EMAIL PROTECTED]>
Subject: Re: connect to www thru linux
Date: Sat, 21 Aug 1999 22:05:30 -0500
you could have told them WHICH how-tos
it wouldn't have taken any more time to do then write your msg, (which gives
the impression of you being a rude person)
if people ask for help try to provide it
you were new to linux at one time
you had frustrations at first of nobody helping, just replying with rude
msg's
don't contribute to the M$ dominance by turning people away from linux with
rude msgs when they need help
Kari Suomela wrote in message ...
>
>Saturday August 21 1999 14:03, [EMAIL PROTECTED] wrote to All:
>
> g> 12 hrs new to linux.
> g> i can't figure out how to connect to the internet / www through
> g> linux.
>
>Did you read the HOWTOs?
>
>
> KS
>
>
>
------------------------------
From: [EMAIL PROTECTED] (Frank v Waveren)
Subject: Re: Removing Telnet Access for a User?
Crossposted-To: comp.security.firewalls
Date: Sun, 22 Aug 1999 02:30:23 GMT
In article <slIv3.1720$[EMAIL PROTECTED]>,
"Matt" <[EMAIL PROTECTED]> writes:
> How do you remove permissions for a user/group to access my machine via
> telnet? (Linux)
Set their shell to something not in /etc/shells.
--
Frank v Waveren
[EMAIL PROTECTED]
ICQ# 10074100
------------------------------
From: "Ahhhh" <[EMAIL PROTECTED]>
Subject: networking thru a Sygate proxy/gateway server with a Linux box
Date: Sat, 21 Aug 1999 20:34:09 -0500
using a w98 box with Sygate installed as a proxy/gateway server. I can use
Sygate for windows box's without installing a client, by using the dhcp
server Sygate uses and setting apps to proxy use with the w98 box as the
gateway.
I should be able to set up the linux box to do the same, while i can setup
accounts on the linux box to ftp into and all the other boxs can use the
linux box, the linux box is the only one that can't seem to ping or
traceroute any further then the ISP's primary DNS. I know the solution has
to be simple but it's eluding me, (think I am to close to the problem to see
the solution).
any ideas or help would be appreciated
--
disclaimer:
all the preceding information is for all purposes to be
considered fictional, and not an admission of any kind!
------------------------------
From: "Cliff" <[EMAIL PROTECTED]>
Subject: Re: Resolving IPs (II)
Date: Sun, 22 Aug 1999 02:16:53 GMT
nslookup and traceroute are handy. Another one is whois. Try
man whois or man fwhois for details. Here's a couple of handy
whois servers; whois.arin.net (IP to domain), whois.ripe.net
(Europe), whois.apnic.net (Asia & Pacific rim). whois x.x.x.x
gets a default lookup on Internic if I recall correctly. If you
want a particular server use whois [EMAIL PROTECTED]
HTH
--
-Cliff
Views expressed are my own and not necessarily those of my
employer
Concordia Net, Inc. When replying via email please use; cwheat at
concordia dot net not
Thomas wrote in message <[EMAIL PROTECTED]>...
>
>Does anyone know how to resolve the domain for an IP that does
not
>resolve?
>I work in IS and have been trying to resolve IPs, but many of
them do
>not return any significant information using nslookup or dig.
>
>Using traceroute, I can see which network(ISP) they're on, but
that's
>about it. Is there any reason why the next to last hops would not
be
>their ISP?
>
------------------------------
From: "Steve Cowles" <[EMAIL PROTECTED]>
Subject: Re: NCD X-Terminal: Asking Linux for XDMCP session
Date: Sun, 22 Aug 1999 01:51:12 GMT
In order for Linux to answer an XDMCP query (or even XDMCP broadcast) it must be
running xdm. On RH5.2 simply change the default run level from 3 to 5 and xdm
will startup automatically on bootup.
If your not familiar with how to change your default run level on Linux.... BTW:
On Redhat, run level 3 is multiuser (without X), run level 5 is multiuser (with
X)
edit /etc/inittab and look for the following line.
id:3:initdefault:
change it to
id:5:initdefault:
at the bottom of /etc/intitab should be a line that looks similar to the
following.
x:5:respawn:/usr/bin/X11/xdm -nodaemon
make sure it is there and un-commented. After you make these changes to
inititab, you can either reboot your system, or simply type telinit 5, to switch
from the current run level to run level 5.
Steve Cowles
SWCowles at gte dot net
Neil Zanella <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
> Hello,
>
> I would like to configure a Red Hat Linux 5.2 box so that
>
> it gives an NCD X Terminal an XDMCP session. The NCD X Terminal
>
> is already configured to accept XDMCP sessions from some other
>
> hosts on the TCP/IP based network.
>
> Thanks for all your help,
>
> Neil Zanella
> [EMAIL PROTECTED]
------------------------------
From: Ken Booth <[EMAIL PROTECTED]>
Subject: Re: ethernet switch
Date: Sat, 21 Aug 1999 22:17:42 -0500
"Gary R. Skuse, Ph.D." wrote:
> This week I replaced the 10mbps hub in my network with a 10/100mbps
> switch and did't get the performance increase I expected. Traffic
> appears to be "bursty". For example I lose packets (10-25%) when I ping
> across the network and ftp transfers are jerky. Has anyone experienced
> this?
>
> FYI, my network consists of two linux boxes, one doing ip masquerading
> whilst attached to my ISP via modem, and several windows boxes. The
> performance I see is consistant regardless of which boxes are
> communicating. Can anyone suggest a way to eliminate the observed
> latencies?
>
> -Gary
> [EMAIL PROTECTED]
What kind of cable are you using? If it's less than CAT5 you might
experience problems.
In my office, they originally wired the building with CAT3 cable, which
worked O.K. (sort of) for 10Mbps.
Now it's going to cost $25,000 to rewire the place if they want to go to
100Mbps!
--
Regards, Ken
I AM.
------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Crossposted-To: comp.os.linux.network
Subject: Re: Linux Remote Printing - Doesnt work!
Date: 21 Aug 1999 21:30:50 -0500
[EMAIL PROTECTED] wrote:
: I have been having trouble getting printing to a remote printer working
: under Linux.
[edited]
: The printcap file on the machine im trying to print from is:
: # Remote LasterJet IIp
: lp|lj|laser:\
: :sd=/var/spool/lpd/lj:\
: :rm=Printer:\
: :rp=lp7:\
: :lp=/dev/null:\
: :sh:
You're not getting any bites so I'll venture this example from the
printcap of a Linux box I once set up on a Unix network:
# ***The following entry works.
lwdown|LWDOWN|down|DOWN|Portrait LaserJet 4v Downstairs:\
lp=:rm=gator.okefenokee.com:\
sd=/var/spool/gator/lwdown:\
lf=/usr/spool/gator/lwdown/errs:\
rp=lwdown
The gator box is the machine with the printer and it wasn't a Linux box.
It took me a long time to get an entry that worked, I don't know whether
it's applicable in your situation.
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
/* 97.3% of all statistics are made up. */
------------------------------
From: Peter Eddy <[EMAIL PROTECTED]>
Subject: Re: Samba--next dumb question
Date: Sat, 21 Aug 1999 22:58:53 -0400
Hiawatha Bray wrote:
>
> So okay. Now I can see the files on my Linux box from my PC. Now, how do I
> fix it so I can see my PC files on the Linux machine? I think it has
> something to do with the smbmount command, but the man pages don't provide
> much in the way of explanation of exactly how it's done...
First, be sure whatever you want to see on your windows machine is
shared. Then using smbmount:
/usr/sbin/smbmount //winbox/c /mnt/win/c -U <winusername> -P <winpasswd>
Where //winbox/c is what you'd normally use under DOS as \\winbox\c, and
/mnt/win/c is any old mount point on your Linux file system.
Be sure to have an empty, but existing, /mnt/win/c (or wherever you
choose) just as you would any other mount point.
Peter
------------------------------
** 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
******************************