Linux-Networking Digest #416, Volume #12         Mon, 30 Aug 99 21:13:52 EDT

Contents:
  Re: NFS and GNU Linker producing corrupted executables (RHL 2.2.5-15/2.2.11 and AIX 
4.2.1) ("Martin Knoblauch")
  Re: PPP: Dials out, but no remote IP address (Clifford Kite)
  Re: IP Masquarading & Netmeeting -> HELP (Ronald Cole)
  Re: NFS and GNU Linker producing corrupted executables (RHL 2.2.5-15/2.2.11 and AIX 
4.2.1) ("Martin Knoblauch")
  Re: SQUID HELP!! (Ashok Aiyar)
  Remote printing from DGUX to Linux ("Kevin Williams")
  Re: Unable to change password (BM Lam)
  telnet: how to know it's version and get it's source? (Jim White)
  Re: NFS and GNU Linker producing corrupted executables (RHL 2.2.5-15/2.2.11 and AIX 
4.2.1) ("Martin Knoblauch")
  Re: SQUID HELP!! ("Stephen C. Nabet")
  Password (Aaron Slepecky)
  Re: Binding IP's to a NIC in RH 6.0 (Mark)

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

From: "Martin Knoblauch" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.setup,comp.os.linux.development,comp.os.linux.development.kernel,comp.unix.aix
Subject: Re: NFS and GNU Linker producing corrupted executables (RHL 2.2.5-15/2.2.11 
and AIX 4.2.1)
Date: Sun, 29 Aug 1999 14:30:43 +0200


David Elder wrote in message
<[EMAIL PROTECTED]>...
>
>3) Results:
>
>   a) All of the .o files compiled to either the local
>      or NFS file systems compare as Identical.
>
>   b) Executables that are written on the NFS file system
>      do NOT work. They generate an error:
>      Memory Fault (core dump).
>


 first thing to check would be that the lock demon is running (and working
to specs :-( I have seen this on other system combinations and lockd was
usually involved.

Martin
--
============================================================
Martin Knoblauch
Compaq Computer EMEA BV
E-Mail: [EMAIL PROTECTED]
Std.Disclaimer: Not speaking for COMPAQ in any form on this medium




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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: PPP: Dials out, but no remote IP address
Date: 30 Aug 1999 17:29:37 -0500

[EMAIL PROTECTED] wrote:

: --------------D94919868634811D0C22EF9E
: Content-Type: text/plain; charset=us-ascii
: Content-Transfer-Encoding: 7bit

: Hi,
: I am having a weird problem with my ppp. The modem dials out and seems
: to negotiate a connection, but I don't get any IP address back. Someone
: please help me out with this. This was working with my old ISP, and
: now...

: This is what my /var/log/ppp looks like:

[edited]

: Aug 27 20:22:52 zeus pppd[1404]: sent [IPCP ConfReq id=0x1 <addr
: 0.0.0.0> <compress VJ 0f 01>]
: Aug 27 20:22:52 zeus pppd[1404]: sent [CCP ConfReq id=0x1 <deflate 15>
: <deflate(old#) 15> <bsd v1 15>]
: Aug 27 20:22:52 zeus pppd[1404]: rcvd [LCP ProtRej id=0x34 80 21 01 01
: 00 10 03 06 00 00 00 00 02 06 00 2d 0f 01]

The ISP (?) rejects IPCP link negotiation protocol which is how the IP
addresses for the PPP link are negotiated.  The rejection means that
the ISP doesn't understand IPCP so ... no IP addresses are negotiated.
It seems strange to me unless you are supposed to already know your
IP address and the ISP it's IP address for the PPP connection.

: Aug 27 20:22:52 zeus pppd[1404]: rcvd [LCP ProtRej id=0x35 80 fd 01 01
: 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]

Here the protocol for negotiating link compression, CCP, is rejected.
This is usually not fatal.

If the ISP is expecting most customers to call in and use PAP or CHAP
authentication instead of login/password then that might explain the
IPCP rejection.

I'd try configuring for PAP and CHAP authentication and see what happens.
You'd need to remove the chat login/password expect/sends.   I'd also
replace the chat   CONNECT ''  expect/send with  CONNECT '\d\c'  since
the former sends an extra carriage return that may confuse the ISP into
believing that a login/password is being attempted.

Please don't post html in usenet.

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* For every credibility gap, there is a gullibility fill.
                -- R. Clopton */

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

From: Ronald Cole <[EMAIL PROTECTED]>
Subject: Re: IP Masquarading & Netmeeting -> HELP
Date: 30 Aug 1999 14:40:13 -0700

Nelson Butler <[EMAIL PROTECTED]> writes:
> To date, there are no methods available to use NetMeeting through a Linux
> IP filter firewall.  At least none that work consistently.  I've been where
> you are now.

There is supposed to be an Australian program to allow you to use
netmeeting through masquerading, but it's not free ($50, is the
price I recall reading).

> Keep you ear to the door.  Eventually developers will find the loophole to
> get it to work.

I don't think any developers are working on it at all (I've been
waiting three years).  If someone wanted to submit it as a project to
Source Exchange, I would be willing to throw some money at it.

-- 
Forte International, P.O. Box 1412, Ridgecrest, CA  93556-1412
Ronald Cole <[EMAIL PROTECTED]>      Phone: (760) 499-9142
President, CEO                             Fax: (760) 499-9152
My PGP fingerprint: 15 6E C7 91 5F AF 17 C4  24 93 CB 6B EB 38 B5 E5

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

From: "Martin Knoblauch" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.setup,comp.os.linux.development,comp.os.linux.development.kernel,comp.unix.aix
Subject: Re: NFS and GNU Linker producing corrupted executables (RHL 2.2.5-15/2.2.11 
and AIX 4.2.1)
Date: Sun, 29 Aug 1999 14:30:43 +0200


David Elder wrote in message
<[EMAIL PROTECTED]>...
>
>3) Results:
>
>   a) All of the .o files compiled to either the local
>      or NFS file systems compare as Identical.
>
>   b) Executables that are written on the NFS file system
>      do NOT work. They generate an error:
>      Memory Fault (core dump).
>


 first thing to check would be that the lock demon is running (and working
to specs :-( I have seen this on other system combinations and lockd was
usually involved.

Martin
--
============================================================
Martin Knoblauch
Compaq Computer EMEA BV
E-Mail: [EMAIL PROTECTED]
Std.Disclaimer: Not speaking for COMPAQ in any form on this medium




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

From: [EMAIL PROTECTED] (Ashok Aiyar)
Subject: Re: SQUID HELP!!
Date: 30 Aug 1999 22:30:53 GMT
Reply-To: [EMAIL PROTECTED]

On 30 Aug 1999 03:49:56 -0500,
    Champ Clark III ([EMAIL PROTECTED]) wrote:
>In article <[EMAIL PROTECTED]>, Stephen C. Nabet wrote:
>>I am using RH6.0 with squid 2.2.4STABLE.
>>
>>Could anyone tell me how to setup squid to let pass other protocols than
>>ftp and http?  I would like to be able to read my mail that is on a pop3
>>server at my providers?  I would like to listen to some radio or use my
>>webcam.
>>
>>How can I do this?
>>Thank U.
>
>       Squid is simply used for FTP/HTTP..  Thats it..  

I hate to nitpick, but Squid is also a Gopher proxy.  Not that
there are many (any ?) gopher servers around these days.

Ashok
-- 
Ashok Aiyar, Ph.D.
McArdle Laboratory for Cancer Research
[EMAIL PROTECTED]

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

From: "Kevin Williams" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Remote printing from DGUX to Linux
Date: Tue, 31 Aug 1999 11:01:51 +1200

Hi There

I am trying to print to a printer attached to the parallel port on a linux
machine from a DGUX machine.
The print job is not leaving the DGUX machine and getting to print queue on
the linux machine.  I have the DGUX machine name in both the hosts.equiv and
the hosts.lpd

The entry in the printcap file looks like so
lp0:\
    :sd=/var/spool/lpd/lp0:\
    :mx#0:\
    :sh:\
    :lp=/dev/lp1:\
    :if=/var/spool/lpd/lp0/filter:

Does anyone have any ideas?  Is it likely that the problem is at the Linux
or DGUX end?

Many thanks

Kevin.



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

From: BM Lam <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,linux.redhat.misc
Subject: Re: Unable to change password
Date: Mon, 30 Aug 1999 21:52:58 +0200

It is just a guess: could it be that the program file

/usr/bin/passwd

is missing the SUID bit?

Franz Steinhauser schrieb:
> 
> Hi,
> 
> Last week we upgraded our 5.2 system with Kernel 2.0.36 to 2.2.11
> 
> Everything went OK (only a few solvable problems).
> 
> Today I created a new user. He should normal first change his password to
> 
> keep access to the system.
> 
> But he is not allowed.
> 
> So I tried it with my own account and got this error message:
> 
> [f.steinhauser@popeye linux-2.2.11]$ passwd
> 
> Changing password for f.steinhauser
> 
> (current) UNIX password:
> 
> New UNIX password:
> 
> Retype new UNIX password:
> 
> passwd: Permission denied
> 
> In the syslog I get this message:
> 
> Aug 30 14:33:46 popeye PAM_pwdb[24584]: cannot update default database for
> 
> user f.steinhauser
> 
> Can you help me with this. As root I can change the password for a user but
> 
> this is not what I want (of course)
> 
> Kind regards,
> 
> Franz

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

From: Jim White <[EMAIL PROTECTED]>
Subject: telnet: how to know it's version and get it's source?
Date: Mon, 30 Aug 1999 18:45:48 -0400
Reply-To: [EMAIL PROTECTED]

I have two linux box. one is of earlier version , the other, later,
both are connected to internet via a gatewey, (also a linux box). 
The telnet of the later one is smarter: It can go throurh the gateway 
to make use of my ISP's DNS. The telnet of the earlier one is less
smart, if a remote host is not in it's /etc/hosts, it's ip address
must be used to make telnet connection. I think this is funny, so I
want to know their version and look their source. how can I do this?
Thank you for help.
--Jim

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

From: "Martin Knoblauch" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.setup,comp.os.linux.development,comp.os.linux.development.kernel,comp.unix.aix
Subject: Re: NFS and GNU Linker producing corrupted executables (RHL 2.2.5-15/2.2.11 
and AIX 4.2.1)
Date: Sun, 29 Aug 1999 14:30:43 +0200


David Elder wrote in message
<[EMAIL PROTECTED]>...
>
>3) Results:
>
>   a) All of the .o files compiled to either the local
>      or NFS file systems compare as Identical.
>
>   b) Executables that are written on the NFS file system
>      do NOT work. They generate an error:
>      Memory Fault (core dump).
>


 first thing to check would be that the lock demon is running (and working
to specs :-( I have seen this on other system combinations and lockd was
usually involved.

Martin
--
============================================================
Martin Knoblauch
Compaq Computer EMEA BV
E-Mail: [EMAIL PROTECTED]
Std.Disclaimer: Not speaking for COMPAQ in any form on this medium




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

From: "Stephen C. Nabet" <[EMAIL PROTECTED]>
Subject: Re: SQUID HELP!!
Date: Mon, 30 Aug 1999 15:23:55 +0200

Champ Clark III wrote:
> 
> In article <[EMAIL PROTECTED]>, Stephen C. Nabet wrote:
> >I am using RH6.0 with squid 2.2.4STABLE.
> >
> >Could anyone tell me how to setup squid to let pass other protocols than
> >ftp and http?  I would like to be able to read my mail that is on a pop3
> >server at my providers?  I would like to listen to some radio or use my
> >webcam.
> >
> >How can I do this?
> >Thank U.
> 
>         Squid is simply used for FTP/HTTP..  Thats it..  Basiclly,
> its a caching "HTTP/FTP" proxy server and has nothing to do with
> POP/SMTP/etc..  What I usually do,  is setup transparent proxy'ing
> (with Squid for its cool caching),  and setup IP Masq. for other
> servives (remote POP services, real audio stuff.. games.. etc)...
> 
>         Sounds like you could use to setup ip masq....
> 
> --
> 
> startsig()
> {
> "One World,  One Web,  One Program" - Microsoft Promotional Ad
> "Ein Volk,  Ein Reich,  Ein Furer"  - Adolf Hitler
> }

Thank u for your help.  I will tell u how we connect to the internet
over here.
A linux box dials up using ISDN and gets a different IP address each
time it connects. Since this box is running SQUID, we can than connect
to the internet through it.  However, when we try to get our mail or
video it will not work.

I do not see how what u suggested could help but please be more
specific, I would really like this to be working.

Thank u much.

Regards

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

From: Aaron Slepecky <[EMAIL PROTECTED]>
Crossposted-To: redhat.general
Subject: Password
Date: Mon, 30 Aug 1999 13:31:01 GMT

I have two zones (or domains) set up on my linux box.  Suddenly the 
password for my one zone is not being recognized.  This is a problem 
because both are the same!  Or at least they are supposed to be the same.  
I even created a new account and that account's password doesn't work on 
the second domain.  The catch, everyone else at my company can use their 
accounts fine with no problems.  Just me and any account I create woes not 
work?  

Anyone have any advice or tell me where to start?

Thanks!
Aaron

==================  Posted via CNET Linux Help  ==================
                    http://www.searchlinux.com

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

From: Mark <[EMAIL PROTECTED]>
Subject: Re: Binding IP's to a NIC in RH 6.0
Date: Mon, 30 Aug 1999 17:29:29 -0400

Thanx.  Yes, this did get me started.

Steve Cowles wrote:

> If you have the kernel source loaded, take a look at
> /usr/src/linux/Documentation/networking/alias.txt. If you don't, this should get you
> started...
>
> Steve Cowles
> SWCowles at gte dot net
>
> IP-Aliasing:
> =========================
>
> o For IP aliasing you must have IP_ALIAS support included by static
>   linking.
>
> o Alias creation.
>   Alias creation is done by 'magic' iface naming: eg. to create a
>   200.1.1.1 alias for eth0 ...
>
>     # ifconfig eth0:0 200.1.1.1  etc,etc....
>                    ~~ -> request alias #0 creation (if not yet exists) for eth0
>     and routing stuff also ...
>     # route add -host 200.1.1.1 dev eth0:0  (if same IP network as
>                                             main device)
>
>     # route add -net 200.1.1.0 dev eth0:0   (if completely new network wanted
>                                             for eth0:0)
>
> Mark <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
> > I need to bind a few IP's to the NIC for web sites.  Can anyone point me
> > in the right direction for this?
> >
> > Thank you!
> >


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


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