Linux-Networking Digest #949, Volume #10 Fri, 23 Apr 99 19:13:32 EDT
Contents:
Re: Linux as NetWare Server? ("Mike Redrobe")
Re: samba/nmb name resolution (Seb Bacon)
dhcp problem ([EMAIL PROTECTED])
Samba server is invisible to neighborhood ([EMAIL PROTECTED])
Re: 2 NIC's and Strange Problem ("Dale")
FTP as root (Craig Neuwirt)
Re: Possible to use Linux for small firewall? (Philip Armstrong)
Free DNS service? (besides granitecanyon.com) ("Derek Smith")
Q: TCP service (Jinsong Ouyang)
no_root_squash ([EMAIL PROTECTED])
Re: smbfs mounting windooze share to /mnt (David)
Re: remote printer for other unix...lpd, host.lpd, etc ("Jeremy L. Buchmann")
Re: [HELP] Savage 3D/PCI 10/100mbps card/SBLive 128 card (asokabuddha)
Re: Linux - My honest opinion ([EMAIL PROTECTED])
Remote Data Gathering Connection ("J. Brown")
AFBACKUP: full_backup not working w/ftape (Frank Miles)
Re: Will Linux work with a Cable Modem??? (Larry Benoit)
Re: Very basic questions: part II ([EMAIL PROTECTED])
Re: Remote root Access ("Bertie Price")
Re: Linux, Win95/98, Samba and "Dial-up Networking" (Yanko Sheiretov)
Re: Machine name themes - what do you use? (Thomas H Jones II)
----------------------------------------------------------------------------
From: "Mike Redrobe" <[EMAIL PROTECTED]>
Subject: Re: Linux as NetWare Server?
Date: 23 Apr 99 13:47:02 +0000
On 20-Apr-99 01:17:57,in comp.os.linux.networking,Tom did utter:
>Yes, mars-nwe works if you do not need NDS support. You will also have to
>come up with the sys:public files from a NW 3.1x installation if you want
>the netware commands.
>I cannot recall any trauma in getting it running, so it must have been
>pretty simple.
s'funny I gave up on getting it running - but managed to get samba and
win95 roaming profiles working quite quickly...
--
Mike
------------------------------
From: Seb Bacon <[EMAIL PROTECTED]>
Subject: Re: samba/nmb name resolution
Date: Fri, 23 Apr 1999 16:31:40 +0100
Reply-To: [EMAIL PROTECTED]
> you can set the name resolve order yourself... just edit your smb.conf
> file, located usually in /etc or /etc/samba. mine has "name resolve
> order = host lmhost bcast" (our network doesn't have a wins server) and
> you can shuffle that around as much as you like. don't forget to restart
> your samba deamon after editing smb.conf :-)
thanks for the advice. my resolve order in smb.conf is wins bcast
lmhost host, and from ./samba/log.nmb it looks like it's the wins server
getting it wrong:
wins_process_name_query: name query for name TATOOINE<20> returning
first IP 127.0.0.1.
i guess that the wins component looks up the hosts ip address in
/etc/hosts (?) but on what basis is it deciding that the 'first' IP is
127.0.0.1?
cheers again,
seb.
------------------------------
From: [EMAIL PROTECTED]
Subject: dhcp problem
Date: Fri, 23 Apr 1999 15:28:21 GMT
I'm using dhcp for Win95 and Win98 clients on two subnets. Now, when I moved
a PC to the other subnet, the same IP address that was used before is
assigned. Is there some way to avoid this, besides modifying the lease file
or waiting for the lease to expire?
# dhcpd.conf
#
option domain-name-servers 192.168.2.3;
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.20 192.168.2.100;
option routers 192.168.2.3;
}
subnet 192.168.3.0 netmask 255.255.255.0 {
range 192.168.3.20 192.168.3.100;
option routers 192.168.3.1;
}
-Erwin
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.protocols.smb
Subject: Samba server is invisible to neighborhood
Date: Fri, 23 Apr 1999 15:30:23 GMT
Hello all!
I'm very sorry for the subject, as it seems to become rather annoying,
but I've got no idea what to do about it!
Well, the problem is:
Linux box with samba - it can browse, mount and use NT shares without
difficulty.
NTsp4 box - it can do the same with linux shares, but only from "DOS" prompt
or from things like "Start->Run","Start->Find->Computer"
Configuration: NT-network is in Workgroup mode, not in NT-domain. All
computers are in the same subnet, but WINS-server exists (that wasn't
my idea) and located in another workgroup. The scope id is set to some value.
smb.conf:
[global]
printing = bsd
printcap name = /etc/printcap
load printers = yes
guest account = guest
invalid users = root
map to guest = Bad User
domain logons = no
netbios name = my_computer
security = users
workgroup = WG
encrypt passwords = yes
wins support = no
wins server = XX.XX.XX.XX
os level = 0
domain master = no
local master = no
preferred master = no
name resolve order = wins host bcast
.......
[prn]
comment = Epson Stylus 1000
browseable = yes
path = /var/spool/lpd/lp
printable = yes
public = yes
writable = no
guest account = guest
[homes]
comment = Homez
browseable = yes
read only = no
create mode = 0750
where guest is the valid Linux account.
I also tried to set up lmhosts file on NT box, adding there something like:
XX.XX.XX.XX my_computer
or
XX.XX.XX.XX MY_COMPUTER
with and without #DOM:WG appendix - with no result.
smbd is running with -d10 option, so log information is rather complete,
but what a strange thing - when I do "Refresh" from NT explorer nothing
new appears in the log file (and in explorer window too...). Sure, when I
connect to linux share from Start->Find->Computer, there hundreds of
kilobytes appear in log file.
What's happening?!
Thanx in advance, Valeriy.
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Dale" <[EMAIL PROTECTED]>
Subject: Re: 2 NIC's and Strange Problem
Date: Thu, 22 Apr 1999 21:21:37 -0400
I hate to reply to my own posts, but.....
I ended up changing one winblows box to 192.168.1.2 and the card it was
plugged into to 192.168.1.1. That almost fixed it. I could ping both
boxes, one spiratically. So, part of the problem turned out to be a bad
cable ( it had good pings < 0.2 ms, but 60% PL). The other part must have
been a routing issue, and it is fixed by moving to different subnets. Seems
to work well, but I'm still up for a different solution if anyone has one.
Dale wrote in message <[EMAIL PROTECTED]>...
>This is probably something that I am missing over, but... here it goes.
>
>two win98 machines, one with ip 192.168.0.3. one with ip 192.168.0.4
>
>connected via crossover to linux box with two nics
(192.168.0.1,192.168.0.2)
>
>only one nic seems to work at a time. can ping both linux ips, through the
>working nic.
>
>when I reboot, the other nic works, and I can ping both linux ips from the
>other win98 machine. Or it doesn't change, seems to be random.
>
>These nics are Realtek 8139's same batch. Have tried many different Ip's
>with no avail.
>
>wanna help? need more info? please mail [EMAIL PROTECTED] or reply
here.
>
>
>Thanks in Advance.
>Dale
>
>
------------------------------
From: [EMAIL PROTECTED] (Craig Neuwirt)
Subject: FTP as root
Date: Fri, 23 Apr 1999 16:02:32 GMT
Hello,
I was wondering what I must set on my Linux server to be able to ftp into
it as root. I can't remember what configuration changes are needed.
Thanks,
Craig Neuwirt
------------------------------
From: [EMAIL PROTECTED] (Philip Armstrong)
Crossposted-To: comp.security.unix
Subject: Re: Possible to use Linux for small firewall?
Date: 23 Apr 1999 13:19:56 GMT
In article <C3_T2.333$[EMAIL PROTECTED]>,
Miguel Cruz <[EMAIL PROTECTED]> wrote:
>eth0 on firewall: 10.0.0.1
>eth1 on firewall: 192.168.1.1
this might be really obvious, but have you compiled your kernel with
the appropriate options? Standard kernels won't forward packets
between different ethernets AFAICR...
Phil
--
nosig
------------------------------
From: "Derek Smith" <[EMAIL PROTECTED]>
Subject: Free DNS service? (besides granitecanyon.com)
Date: Fri, 23 Apr 1999 17:35:54 GMT
Does anyone know where I can get DNS service for our site? I've been using
granitecanyon.com which is free but kinda flaky sometimes. It's for one
domain and I am able to do the administration myself. I just need a DNS
server to put the record on.
Thanks
Derek Smith
Sound Technology Consultants
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Jinsong Ouyang)
Subject: Q: TCP service
Date: 23 Apr 1999 18:37:50 GMT
When I try:
telnet localhost daytime
I got:
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
Why is that???
Thanks.
------------------------------
From: [EMAIL PROTECTED]
Subject: no_root_squash
Date: Fri, 23 Apr 1999 15:14:51 GMT
I'm trying to set up a NFS fileserver/client combination.
I've set no_root_squash, but whatever user I'm using on the client machine, it
will always set the user to 'nobody nogroup'.
The line in /etc/exports is:
/extra/data (rw, no_root_squash)
and the line in /etc/fstab on the client machine is:
fs1:/extra/data /extra/data nfs defaults 0 1
If I change the line in /etc/exports to: /extra/data 10.1.1.1(rw,
no_root_squash) (where 10.1.1.1 is the client machine IP-address) this will
result in this line in /var/log/daemon.log on the server machine: Apr 23
19:12:52 fatboy mountd[2102]: Blocked attempt of 10.1.1.1 to mount
/extra/data
I'm using Linux 2.2.6 on both machines with nfs/nfsd as modules (no sun
nfsd emulation)
Can anyone tell me what I'm doing wrong here?
Thanks,
Arjan
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
Subject: Re: smbfs mounting windooze share to /mnt
From: [EMAIL PROTECTED] (David)
Date: Fri, 23 Apr 1999 19:53:14 GMT
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
>
>Hi there,
>
>Does anybody know how tho mount SMB-Shares to the local fielsystem?
>I upgraded from suse linux 4.4 to 6.1
>Now i have the samba suite 2.0.3 and the syntax of smbmount has changed
>
>with the old package this was done by
>
># smbmount \\\\server\\service /mnt
>
>which worked well.
>
>After studying the man pages it shold be done by
>
># smbmount "\\\\server\\share" -Uuser%password -c 'mount /mnt -f 600 -d
>700 '
>
>or something like this...
>Well, the command is accepted but doing a
># ls /mnt
>brings up an I/O error and a lot of tcp connections to the remote
>netbios port (139)
>
>password resons can not be the issue because i can access the files and
>sharelist
>with smbclient in a ftp like way (smb> prompt)
>
>and YES: the smbfs is supported by the kernel
>and YES:the dns knows the correct name and addres for the remote
>and YES: the demons are started
>and YES: i have looked at /var/log/messages (i can mail then if needed)
>i am using the default smb.conf which suse ships.
>
>Does anybody know what is going wrong?
>
>regards,
> Michael <[EMAIL PROTECTED]> remove the "nospam."
>
>
>
smbmount //computer/share /mnt -U user -C
------------------------------
From: "Jeremy L. Buchmann" <[EMAIL PROTECTED]>
Subject: Re: remote printer for other unix...lpd, host.lpd, etc
Date: 23 Apr 1999 19:38:34 GMT
Luc Lalonde <[EMAIL PROTECTED]> wrote:
: Hello,
: I'm trying to setup a Linux box as a remote printer server for other
: UNIX boxes such as Solaris. I can print to the linux box from the
: remote hosts if the user exists on both the local machine and the remote
: machine. However, I'd like to be able to print to the Linux box without
: having to add users to the Linux box.
: I've added all the machines that will access the printer into the
: /etc/hosts.lpd file and here is a copy of the pertinent entry in my
: /etc/printcap file:
: hplaser:\
: :sd=/var/spool/lpd/lp:\
: :mx#0:\
: :sh:\
: :lp=/dev/lp0:\
: :rs=false:\
: :sc:\
: :if=/var/spool/lpd/lp/filter:
: Thanks for any help you might be able to offer!
I'm not *exactly* sure how to solve your problem, but look at the following:
>From the lpd man page:
"Second, if the rs capability is specified in the printcap
entry for the printer being accessed, lpr requests will only be honored
for those users with accounts on the machine with the printer."
>From the printcap man page:
rs bool false restrict remote users to
those with local accounts
Try removing the rs entry altogether and see what happens.
--
===================================================================
Jeremy Buchmann "Those who trade freedom for safety deserve
[EMAIL PROTECTED] neither freedom nor safety." -- Ben Franklin
===================================================================
------------------------------
From: asokabuddha <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc,comp.os.linux.help
Subject: Re: [HELP] Savage 3D/PCI 10/100mbps card/SBLive 128 card
Date: Sat, 24 Apr 1999 00:21:28 +0800
At present, the official Xfree86 X-server not support Savage 3D. But
you can find
an unofficial X-server at s3.nextmill.com or upgrade to kernel 2.2 and
then upgrade to VESA 2.0, this is the way to make Voodoo Banshee, Trio3D
work.
Matt wrote:
> Help...
>
> Does Linux support the Savage 3D 8Mb graphics card ?
>
> The Soundblaster Live 128 also ?
>
> And a PCI EN9113TDX 10/100TX STP Pnp, full duplex, DEC network card ?
>
> Many thanks
>
> Matt
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.networking,comp.os.linux,comp.os.linux.x
Subject: Re: Linux - My honest opinion
Date: Fri, 23 Apr 1999 15:48:26 -0400
I used Bob instead of Mark; I'm on a roll.
------------------------------
From: "J. Brown" <[EMAIL PROTECTED]>
Subject: Remote Data Gathering Connection
Date: Fri, 23 Apr 1999 15:11:54 -0500
I have a remote RH5.1 box with 8-port serial card that is using dedicated
PPP link back to RH5.1 connected to LAN. The serial card serves several dumb
terminals and a couple of data-collection devices. In order to hook the
remote terminals up to my Risc6000 J40 server, I must telnet into the R6000,
logon root, then issue "ap -111 -dcdon" to AIX to hook into Advanced Pick,
the database engine. This works just fine for terminals and is in production
use. However, data-collection is a problem since there is no way to issue
the necessary logon commands. Is there a way to automate via scripting or
"chat" these data-collector logins? These are full-time, dedicated links,
and should be re-connected if they ever go down. Can someone suggest the
proper way to implement this?
------------------------------
From: [EMAIL PROTECTED] (Frank Miles)
Crossposted-To: comp.os.linux.misc,comp.os.linux.hardware,linux.debian.user
Subject: AFBACKUP: full_backup not working w/ftape
Date: 23 Apr 1999 20:04:59 GMT
full_backup ... properly loads the right device driver modules,
and the tape driver _starts_ to run. It soon halts, though,
and nothing has been written to tape.
cartis 1 and label_tape (think that's the right name) ran
seemingly successfully.
Once halted after 10 to 15 minutes of waiting, afbackup e-mails
me a message that it was unable to operate the tape drive
(sorry, forget exact wording). full_backup is being run by
root, so permissions should not be an issue.
The ftape home page says that afbackup is supposed to work with
the ftape driver.
'tob' works, but afbackup seems more appropriate for my nascent
home-network.
Any thoughts as to what might be wrong -- would be much appreciated.
I've tried both the current Debian/slink version as well as
downloading & compiling the original source.
-frank
--
------------------------------
From: Larry Benoit <[EMAIL PROTECTED]>
Subject: Re: Will Linux work with a Cable Modem???
Date: Fri, 23 Apr 1999 17:06:42 -0400
These HOWTOs should provide some answers:
http://rlz.ne.mediaone.net/linux/faq/index3.shtml
http://metalab.unc.edu/linux/HOWTO/mini/IP-Masquerade.html
http://129.173.21.99/Ethernet-HOWTO-5.html#ss5.1
Derek Smith wrote:
> I'm about to set up a Linux box as a firewall & web server for our small (4
> computer) company through @home. Anybody have any advice on getting Linux to
> play nice with @home? I'm going to be using two 3C509B's on a dedicated
> machine, P100 with 12MB Ram / 500MB hard drive. I've used unix at school but
> never set up a (non MS) system before.
>
> Hey, I don't suppose anybody is interested in making a Linux @home mailing
> list? It looks like a couple of people are doing (or about to trying) this.
>
> Derek Smith
> Sound Technology Consultants
> [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Very basic questions: part II
Date: Fri, 23 Apr 1999 20:31:52 GMT
In article <[EMAIL PROTECTED]>,
Pavel Grinfeld <[EMAIL PROTECTED]> wrote:
> Continuing with questions (please see my previous post).
>
> These were probably described in one of the HOWTO but I must've missed
> them.
>
> 2. When a machine sends out a packet, where does it physically go? Does
> it go to all the machined connected to the hub? (Then some merely reject
> it because they don't know what to do with it and some respond nicely.)
>
> 3. In a 10baseX network can I move machines around freely? For instance,
> if I have a laptop can I connect to any cable? Is it OK to have cables
> plugged in to the hub and not plugged in anywhere at the other end?
>
> 4. How much should I expect to pay for a 8-ish port hub (T or TX). Can
> anyone recommend a brand? Are there any issues of hubs supporting only
> certain protocols or are they pretty dumb devices?
>
> 5. I tried to shop for Twisted Pair cables at buycomp and
> buynowcomputers but nothing much comes up. Can anyone recommend some
> places on the web or some keywords to search by?
>
> Once again, thank you very much in advance!
>
> Pavel
>
> [EMAIL PROTECTED]
>
>
Please try our site @ www.comtradcable.com - not yet virtual, but working
on it.
Thanks...John
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Bertie Price" <[EMAIL PROTECTED]>
Subject: Re: Remote root Access
Date: Fri, 23 Apr 1999 07:07:39 +0200
edit /etc/securetty
and add the following to the bottom of the file
ttyp0
ttyp1
ttyp2
Nigel Sim wrote in message ...
>What lines would I have to add to what files so that I can log on as root
>from a remote computer via telnet.
>Thank you
>Nigel.
>
>
------------------------------
From: Yanko Sheiretov <[EMAIL PROTECTED]>
Subject: Re: Linux, Win95/98, Samba and "Dial-up Networking"
Date: Fri, 23 Apr 1999 18:33:08 -0400
> Thanks, Pekka,
> I assume you have a private lan of 2 computers, one Windows one Linux
> there.
That's correct.
> You assign one IP address (the local one) to Windows' ethernet drivers
> TCP/IP settings and one to the Linux box. Dial-up adapter decides
> your visible (net) IP address when you're connected; there can be
> multiple IP addresses for one computer.
... in other words, I specify the local IP address in Window's TCP/IP
configuration. I was just concerned, because the ISP's directions said
to choose Dynamic allocation there. If dial-up adapter can still assign a
dynamic address and route most packets that way, then it should
work. Is this correct?
If what I wrote above is true, then I have another question: does Win
have a routing table? If not, how can I tell it to talk to the linux box
when it sees its IP address but send everything else via the dial-up
adapter?
Thanks.
Yanko
------------------------------
From: Thomas H Jones II <[EMAIL PROTECTED]>
Crossposted-To:
vmsnet.networks.misc,microsoft.public.windowsnt.domain,comp.unix.solaris,comp.os.os2.networking.server,comp.os.ms-windows.nt.admin.networking,comp.infosystems.www.servers.unix
Subject: Re: Machine name themes - what do you use?
Date: 22 Apr 1999 11:44:59 -0400
Reply-To: Thomas H Jones II <[EMAIL PROTECTED]>
In article <[EMAIL PROTECTED]>,
Lawrence D�Oliveiro <[EMAIL PROTECTED]> did thusly spew forth:
>Has anyone ever done this: use the names of great maritime disasters.
>Exxon Valdez, Spirit of Free Enterprise, Torrey Canyon...
umm... how many people are going to want to type something that long?
i, for shit sure, would NOT want to have to type "telnet
spirit-of-free-enterprise" just to get to some machine. not to mention,
to make it DNSable, youve gotta do something with the intervening white
space.
-tom
-tom
--
"You can only be -so- accurate with a claw-hammer." --me
------------------------------
** 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
******************************