Linux-Networking Digest #503, Volume #11         Sat, 12 Jun 99 03:13:30 EDT

Contents:
  network (SMB) printer and binfmt!! ([EMAIL PROTECTED])
  ADSL not talking to my box.. (Jerry L Kreps)
  Re: Need help convincing my company Linux TCP/IP stack is safe. (Jim Richardson)
  Re: Mounting NFS Linux to Novell Servers (Jim Richardson)
  Re: SuSE 6.1 Network problem: what is 'arp'? (Jim Richardson)
  pb with driver in network installation ([EMAIL PROTECTED])
  Re: Samba+Printer+Windows ("Lee")
  Direcpc and Linux? (Brian)
  Re: Intermittent DNS functionality (Jerry L Kreps)
  Re: Time corrupted using Samba (Veit Kafka)
  not replacing existing default route to eth0 (Ed Pfromer)
  Re: ip_masq_icq for kernel 2.0.36 (Mr. Poet)
  Re: 7,e,1 chat 8,n,1 pppd? (Shawn K. Quinn - NO SOLICITING)
  Re: Linux equiv of Network Neighbourhood? (David Bell)
  Anonymous ftp... ([EMAIL PROTECTED])

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

From: [EMAIL PROTECTED]
Subject: network (SMB) printer and binfmt!!
Date: Fri, 11 Jun 1999 04:52:27 GMT

hi,

i got a strange problem. i used SWAT (with SAMBA2.0.4b) to configure the
samba on my machine a RedHat5.2 (kernel 2.0.36) on intel Celeron 200.
after that i used "printtool" to setup the SMB network printer. This
things works fins at my home, i.e. a Panasonic KX-P-1150(text 9pin DMP)
on a Win95 machine, and Linux RH5.2 on another with Samba. But in
office like i just said, when i try to print to a configured HP-6P on a
Win95 machine, i get the following error message :

modprobe : Can't locate module binfmt-2592.

i am including my /etc/printcap file, and few binfmt related lines
returned by "modprobe -c"

--- /etc/printcap --------------------------------------------------
##PRINTTOOL3## SMB ljet4 600x600 a4 {} LaserJet4 Default {}
lp:\
  :sd=/var/spool/lpd/lp:\
  :mx#0:\
  :sh:\
  :if=/var/spool/lpd/lp/filter:\
  :af=/var/spool/lpd/lp/acct:\
  :lp=/dev/null:
##PRINTTOOL3## SMB TEXT NAxNA a4 {} TextPrinter Default {}
lp1:\
  :sd=/var/spool/lpd/lp1:\
  :mx#0:\
  :sh:\
  :if=/var/spool/lpd/lp1/filter:\
  :af=/var/spool/lpd/lp1/acct:\
  :lp=/dev/null:
====================================================================
--- "modprobe -c | grep binfmt" ------------------------------------
alias binfmt-2 binfmt_aout
alias binfmt-0107 binfmt_aout
alias binfmt-204 binfmt_aout
alias binfmt-263 binfmt_aout
alias binfmt-264 binfmt_aout
alias binfmt-267 binfmt_aout
alias binfmt-387 binfmt_aout
alias binfmt-332 iBCS
alias binfmt-310 binfmt_java
====================================================================

could anybody help me on this? thanks in advance.

banibrata.


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

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

From: Jerry L Kreps <[EMAIL PROTECTED]>
Subject: ADSL not talking to my box..
Date: Sat, 12 Jun 1999 01:27:01 -0500

I decided to go ADSL on my phone service to get a faster Internet access.  My ISP gave 
me a Cicso 
675 router programmed as a DHCP Server.  It is connected to the phone jack on the wall 
and to the 
Fast EtherLink XL 10/100B TX NIC in my box.  The DNS search is navix.net, and two 
nameservers: 
207.91.5.20 and 207.91.5.252.  My box is JLkreps.At.Home with an IP of 127.0.0.2 and I 
am running 
SuSE 6.1 with the kernel upgraded to 2.2.7.  

SuSE supplies a configuration program called YaST, which is has menu options to set up 
the Name 
Server, HostName, Base Configuration and DHCP CLient.   When the box is booted the 
DHCP Client 
gets an IP address, always 192.168.1.4, from the Cisco DCHP Server and sets up a 
routing table.  
The only problem is the routing table is not any good, I can't see the internet.  My 
next thing is 
to download the lastest version of DCHPCP and compile it into my system.  I've spent 
thirty hours 
playing with ifconfig, route, netstat and the like, trying to create something that 
would let 
Netscape walk the web via my ADSL.

The SuSE YaST program leaves the TCP/IP config files in the following condition...
This info represents all that YaST leaves me with.    I can always ping the NIC.  The 
bad news is 
that  navix.net and it's numbers are always left out of the mix.  The DHCP Client 
ALWAYS pulls the 
192.168.1.4 number and gives it to the NIC.  I don't know why SuSE leaves navix.net 
out of the 
picture when I gave it the name server info during the YaST setup.

The /etc/resolv.conf file has:
search  navix.net
nameserver      207.91.5.20
nameserver      207.91.5.252


The /etc/networks file has:
# /etc/networks
#               This file describes a number of netname-to-address
#               mappings for the TCP/IP subsystem.  It is mostly
#               used at boot time, when no name servers are running.
#

loopback        127.0.0.0
JLKreps         127.0.0.2
# End.

And the /etc/hosts file has
127.0.0.1       localhosts loopback 
127.0.0.2       JLKreps

/etc/route.conf is empty.
Jerry



-- 
    __   _
   / /  (_)__  __ ____  __    * Powerful * Flexible * Compatible * Reliable *
  / /__/ / _ \/ // /\ \/ /  *Well Supported * Thousands of New Users Every Day*
 /____/_/_//_/\_,_/ /_/\_\    The Cost Effective Choice - Linux Means Business!


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

From: [EMAIL PROTECTED] (Jim Richardson)
Subject: Re: Need help convincing my company Linux TCP/IP stack is safe.
Date: Thu, 10 Jun 1999 15:41:36 -0700
Reply-To: [EMAIL PROTECTED]

On Tue, 08 Jun 1999 04:15:19 GMT, 
 Christian Hudon, in the persona of <[EMAIL PROTECTED]>,
 brought forth the following words...:

>Hi,
>
>the company I work for has been experiencing networking problems
>recently, and they've started to take a look at everything that's
>connected to their internal network. That includes my Linux box. So I'd
>need help convincing them that Linux's TCP/IP stack doesn't cause
>network floods, is well implemented, etc. I know this is a bit silly,
>but...
>
>So, I'd appreciate pointers to resources showing that Linux's TCP/IP
>stack is implemented according to the RFCs. Pointers to resources
>showing that people actually use Linux on the Internet without causing
>problems (so-and-so % of
>the Internet's web servers are running Linux, company x relies on
>Linux's TCP/IP stack for their business, company y uses Linux for its
>servers, etc.) would also be great. Anything.
>
>If there are other appropriate forums for this kind of questions, I'd
>like hearing about them too.
>
>Thanks in advance.
>
>  Christian


If you grab a copy of iptraf and sniffit, you can track the packets and see
where they are comming from. (hostwise.) Prob NT...

-- 
Jim Richardson
        Anarchist, pagan and proud of it
WWW.eskimo.com/~warlock
        Linux, because life's too short for a buggy OS.


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

From: [EMAIL PROTECTED] (Jim Richardson)
Subject: Re: Mounting NFS Linux to Novell Servers
Date: Thu, 10 Jun 1999 13:51:25 -0700
Reply-To: [EMAIL PROTECTED]

On Tue, 8 Jun 1999 14:39:14 -0400, 
 Michael E. Mahla, MD, in the persona of <[EMAIL PROTECTED]>,
 brought forth the following words...:

>I am a physician attempting to divorce myself completely from microsoft
>products here at UF.  I do, however, very much need to connect to several
>Netware File Servers, and I cannot figure out how to make RedHat Linux 6.0
>do this.  I am new to UNIX so I need basic instructions.
>
>Thanks in advance
>
>MEM
>

I am assuming that the system is running IPX, so you need to verify that 
IPX support is active on your linux box. Do all the following as root.

bash> ifconfig

and see if you get something like this.

 
eth0      Link encap:Ethernet  HWaddr 00:60:08:D3:1C:D3
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          IPX/Ethernet 802.2 addr:0000C000:006008D31CD3
          IPX/Ethernet 802.3 addr:0000C001:006008D31CD3
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:18276 errors:2 dropped:0 overruns:0 frame:2
          TX packets:1089 errors:0 dropped:0 overruns:0 carrier:0
          collisions:34 txqueuelen:100
          Interrupt:3 Base address:0x100

the important lines are the IPX/Ethernet ones (obviously.)
If they are not there, then you need to read the IPX howto and get it up
and running.

for a quick idea

bash> ipx_configure --auto_primary=on --auto_interface=on

and then ifconfig again and look for the lines as above. 
(if not, howto town.)

When ipx all up and ok. then the following will mount the netware drive

bash> ncpumount -S /SERVER_NAME -U USER_NAME /mountpoint

you will be prompted for any needed password, and after that, the netware
server should be mounted at /mountpoint.

good luck, and please check out the howtos there's a lot I have left out 
for brevity.


-- 
Jim Richardson
        Anarchist, pagan and proud of it
WWW.eskimo.com/~warlock
        Linux, because life's too short for a buggy OS.


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

From: [EMAIL PROTECTED] (Jim Richardson)
Subject: Re: SuSE 6.1 Network problem: what is 'arp'?
Date: Thu, 10 Jun 1999 17:25:21 -0700
Reply-To: [EMAIL PROTECTED]

On Tue, 08 Jun 1999 04:15:42 GMT, 
 Peter Bradley, in the persona of <[EMAIL PROTECTED]>,
 brought forth the following words...:

>Hi all,
>
>I'm trying to set up a small tcp/ip ethernet network between two linux
>boxes. Here is how I've set them up:
>
>Box1
>eth0 ip address: 192.168.1.1
>netmask: 255.255.255.0
>
>Box2
>eth0 ip address: 192.168.1.2
>netmask: 255.255.255.0
>
>My goal for now is just to get the two machines to talk, but every time I
>try to ping the other machine it times out. I am able to ping the NICs on
>each of the machines (including the Local Loopback).

<snip>

>A similar output is given by Box2. I ran across this command  called 'arp'
>in a book (I think it stands for Address Resolution Protocol). When I type
>the command 'arp -vn -a' , the output is:
>

the -a option needs a hostname to look up.

>Entries:0    Skipped:0    Found:0
>
>Somehow this does not look right! I have absolutely no idea what this means
>(I'm very new at this networking thing : -). Could this be my problem? What
>am I doing wrong? Any help would be greatly appreciated. Later, I'm hoping
>to use one of the Linux boxes as a gateway server, but one thing at a time.
>

can you ping the ip adddress (192.168.1.whatever) from each machine?
can you then _not_ ping the machine by hostname? if so, then the problem is
something to do with the hostname resolution. Verify that each machine has
an entry for itself and the other machine  in the /etc/hosts file, and that
your /etc/host.conf file looks something like


order hosts bind
multi on

 
hope this helps.



>PS - If someone could point me to some introductory information regarding
>'arp', that would also be great.
>

dare I suggest, man arp :)

>Peter
>
>
>
>


-- 
Jim Richardson
        Anarchist, pagan and proud of it
WWW.eskimo.com/~warlock
        Linux, because life's too short for a buggy OS.


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

From: [EMAIL PROTECTED]
Subject: pb with driver in network installation
Date: Fri, 11 Jun 1999 02:22:37 GMT

I have a ethernet PCI card dec21140 and the driver DE500-AA.
I want install the network and configure the driver.
I have just install the DOS.

I have MS network client for MS-DOS v3.0. I run the set up. But when I
select the driver (It's not in the list).I choose Network adapter not
shown on the list. I put the floppy disk with my driver and i choose the
good one (DEC DE500-AA/XA Fast EthernetWORK PCI 10/100.
But just after this choise an error come: "Error Netware Client v3.0 for
DOS".
I don't know why???

Finally i try to install the driver with EZWORKS. I find this software
in DEC web page. But when i run the setup, an error come: "Error adapter
not found:Unable to find EtherWORKS PCI adapter"

Why this happen?
Any idea of this problem?
Thanks a lot! Please email me.

[EMAIL PROTECTED]


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

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

From: "Lee" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux,comp.os.linux.setup
Subject: Re: Samba+Printer+Windows
Date: Fri, 11 Jun 1999 23:36:51 -0600

When I had problems with mine I had to set the path = /var/spool/samba and
that seemed to fix it. But the shared folders I had setup worked also.
Check the folder shares make sure they work under 95/98



>> > [printers]
>> >    comment = All Printers
>> >    ; path = /var/spool/samba
>> >    path = /dev/lp1
>> >    ; printer = laserjet
>> >    ; path = /var/spool/printer
>> >    ; browseable = yes
>> > # Set public = yes to allow user 'guest account' to print
>> >    ; public = yes
>> >    guest ok = no
>> >    writable = no
>> >    printable = yes
>> >    ; valid users = pcguest
>> >
>> > Linux box is a RedHat5.2
>> >
>> >     �Anybody can give me a key?
>> >
>> > Thanks a lot
>> >
>> > --
>> > Juan Ignacio P�rez Sacrist�n
>> > Dpto. Comunicaciones - MasterD
>> > [EMAIL PROTECTED]
>> >
>> >
>>
>> if you want to print from any computer w/o a password, then uncomment
>> public = yes
>> however, if you want to authenticate, then you must set up smb.passwd
>> and set the path to that in the [general] section
>> Hope that helps.
>>
>> --
>> -Leo the LionMan
>>
>>
>> Sent via Deja.com http://www.deja.com/
>> Share what you know. Learn what you don't.
>
>



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

From: [EMAIL PROTECTED] (Brian)
Subject: Direcpc and Linux?
Date: Fri, 11 Jun 1999 06:25:44 GMT

Hi All:

I am dying for high speed access to the Internet.

When I built my house last year, I but in a 100base-T network that has
four boxes, three win98 and one RedHat 5.2.  My linux box is providing
dialup PPP to the Internet using pppd, diald and dialmon.  The win98
clients share the dialup Internet connection.

I tried signing up for DSL, but the DLC equipment that GTE has
installed in my area is not DSL compatible.

At this point, I am considering Hughes DirecPC and I am wondering if
anyone has every tried to get this working with linux.  Any pointers
would be helpful.

Thanks in advance.

Brian


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

From: Jerry L Kreps <[EMAIL PROTECTED]>
Subject: Re: Intermittent DNS functionality
Date: Sat, 12 Jun 1999 00:33:16 -0500

SOunds like your lease expires frequently.  Can you change your lease 
setting, or have your ISP increase it?


Russell S. DiPesa wrote:
> 
> To All,
>     For the last couple of months, I have been having intermittent
> connection problems with my RH5.2 box.  I have an ISDN connection through
> one of the major Bells, and just about once every couple of days, I am
> unable to ping the IP of the machine.  After a while, I will be able to ping
> the IP of the machine, but I am unable to ping just using the machine name.
> At this point, I do not have FTP, WWW, SMTP, or TELNET access.  Then, after
> a while longer, all normal modes of access to the machine return for about a
> day or a day and a half.  Then, the vicious cycle starts all over.
>     Does this sound familiar?  Any ideas, anyone?
> 
> Regards,
> Russ

-- 
    __   _
   / /  (_)__  __ ____  __    * Powerful * Flexible * Compatible * 
Reliable *
  / /__/ / _ \/ // /\ \/ /  *Well Supported * Thousands of New Users 
Every Day*
 /____/_/_//_/\_,_/ /_/\_\    The Cost Effective Choice - Linux Means 
Business!



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

Date: Fri, 11 Jun 1999 08:46:16 +0200
From: Veit Kafka <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.smb,linux.samba,comp.os.linux.setup
Subject: Re: Time corrupted using Samba

Hi
Did you recompile your kernel anytime ? There's a switch: enable WIN95
bug-workaround anywhere in the ?filesystem -settings? in xconfig for
kernel-compilation. This switch has to be turned *off*.
Maybe it's only a  part of the solution, but it's worth checking!

Veit

Thomann KH wrote:

> Hello everybody,
>
> I use Suse Linux 6.1 combined with an NT 4.0-Server.
> I can print and mount the directory of the NTserver.
> The problem is that all file and directory dates seen from Linux on the
> NT-server are
> completly nonsense, and alle files I write from Linux to the server get
> a date that is nonsense
> seen from NT too.
> I know that this worked on Samba 1.9X, but since we updated to Samba
> 2.0.3-13, this problem occured.
>
> I hope there is someone out who can help me, because I found nothing
> about this in
> the net, and I tried !!
>
> Any help would be greatly appreceated!
>
> --
> -------------------------------------
> I  Karl-Heinz Thomann               I
> I  Feingeraetebau Tritschler GmbH   I
> I  Schoenaustrasse 10-12            I
> I  D - 79725 Laufenburg             I
> I  T: 07763 9388 0                  I
> I  F: 07763 9388 49                 I
> -------------------------------------


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

From: [EMAIL PROTECTED] (Ed Pfromer)
Subject: not replacing existing default route to eth0
Date: Thu, 10 Jun 1999 23:53:52 -0700

I am trying to set up my Linux box as a gateway for my home LAN to the 
net - I have been assigned a static IP from my ISP.  

My box connects to my ISP correctly, but default route is not set - in 
/var/log/messages I get:

not replacing existing default route to eth0

I suspect I have to muck with the routing table.  Is this correct?  Can 
anyone tell me how to do so?

Thanks!

Ed

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

From: Mr. Poet <[EMAIL PROTECTED]>
Subject: Re: ip_masq_icq for kernel 2.0.36
Date: 11 Jun 1999 06:31:20 GMT


Marcel Lemmen wrote:
> 
> Hi all,
> 
> I'm lookin' for the module called ip_masq_icq.o for kernel version
> 2.0.36

ICQ doesn't need a MASQ module

==================  Posted via SearchLinux  ==================
                  http://www.searchlinux.com

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

From: [EMAIL PROTECTED] (Shawn K. Quinn - NO SOLICITING)
Crossposted-To: linux.redhat.misc
Subject: Re: 7,e,1 chat 8,n,1 pppd?
Reply-To: [EMAIL PROTECTED]
Date: Fri, 11 Jun 1999 06:28:32 GMT

In message <[EMAIL PROTECTED]>, Mark & Candice White 
<[EMAIL PROTECTED]> wrote:
| I need to connect to an isp that does its ppp
| with the port set to 8,n,1. But you must log
| in using 7,e,1.
| 
| In a (sorry) windows dun script you can
| set it to 7,e,1 then look for 'ame:',and
| 'assword:' then set it back to 8,n,1.

While crude, you could try setting the appropriate 8th bits in the
prompts and the name and password.

-- 
Shawn K. Quinn - [EMAIL PROTECTED]

"Thank you, Microsoft, and please get out of the way."
        -- Richard Stallman

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

From: [EMAIL PROTECTED] (David Bell)
Subject: Re: Linux equiv of Network Neighbourhood?
Date: 12 Jun 1999 06:28:04 GMT

What about lineighborhood?  I haven't installed it.  I've just heard of it.

=========================
David Bell

Please don't email me just reply on the board.

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

From: [EMAIL PROTECTED]
Subject: Anonymous ftp...
Date: Fri, 11 Jun 1999 04:53:35 GMT



I hope this question is not too silly.

Why is it that in /etc/passwd/ the Anonymous ftp user is called "ftp,"
but users can login as "Anonymous?"

I.e. in my /etc/passwd/ I have
     ftp:*:14:50:FTP User:/usr/ftp:
This, as far as I know, is what allows guest logins, and the login name
that a user is expected to use is "ftp."

What relation does the word "Anonymous" have with "ftp," such that a
user can use the login name "Anonymous" instead of "ftp" to login as a
guest?

Thank you.

--Daniel



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

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


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