Linux-Networking Digest #191, Volume #12         Wed, 11 Aug 99 16:13:43 EDT

Contents:
  Re: Problems transfering large files ("Marc Marais")
  Re: ARP called for own IP addres (QuestionExchange)
  Re: IPchains error ? ("Paul Miles")
  Re: Displaying X on an IP Masq'd machine ("Paul Miles")
  Re: smb.conf ("Paul Miles")
  Better HTTP access on FTP Servers
  Re: Domain Problems - Someone else is aliased against my domain 
([EMAIL PROTECTED])
  Re: Netscape, Linux and MS Proxy ("Andrey Smirnov")
  NIS/NIS+ on Linux? (Paul D. Smith)
  Re: Wireless: Aviator2.4 = Raytheon Raylink (George)
  Re: PPP troubles (Clifford Kite)
  Re: DHCP and NT. ("Greg Schaffer")
  Re: IPChains question... ("Robert_Glover")
  Re: DNS question... ("Andrey Smirnov")
  Re: Cyrus, Procmail, and Postfix--HELP!! (Matthew Vanecek)

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

From: "Marc Marais" <[EMAIL PROTECTED]>
Subject: Re: Problems transfering large files
Date: Wed, 11 Aug 1999 09:44:35 -0700


Marc Marais wrote in message ...
>I have a Linux and Win98 box on a LAN. I'm using kernel 2.2.6 on Linux. I'm
>having problems transfering large files across the network (~500MB) using
>Samba and FTP. The transfer seems to stall (no data is transfered) and then
>the connection is dropped. Its impossible for me to transfer any large
files
>this way - it always fails! Smaller files work 100%. This is -very- wierd!!
>Is this a bug in the linux kernel or do I need to change some settings in
>the Win98 registry for TCPIP?
>
>Anyone else had this problem?
>
>Suggestions?
>
>Marc
>
>
>

Just wanted to give some feedback about this - it may help others who
experience similar problems.

Kernel 2.2.6 is buggy. I upgraded to 2.2.10 and the problem has been solved.

I strongly suggest that anyone still running 2.2.6 upgrade!

Marc




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

From: QuestionExchange <[EMAIL PROTECTED]>
Subject: Re: ARP called for own IP addres
Date: 11 Aug 1999 16:56:55 GMT

> When i boot up my computer i get this error message written out
> in  "Dmesg" file:  "ARP called for own IP address"  writes it
> out 18 times.  What's up?  Mike

I assume this was with Linux -- Machines at bootup will always
do an ARP request on their own IP address.  This is SOP to
determine if a different machine has the same IP address as the
server (or Win95, etc.) that send out a request (seemingly to
itself).    Karl Meiser

-- 
  This answer is courtesy of QuestionExchange.com
  
http://www.questionexchange.com/servlet1/showUsenetGuest?ans_id=2585&cus_id=USENET&qtn_id=1570

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

From: "Paul Miles" <[EMAIL PROTECTED]>
Subject: Re: IPchains error ?
Date: Wed, 11 Aug 1999 12:10:01 +0100

I'm sure this is just a typo when you pasted rc.local, but check

> cho 1 > /proc/sys/net/ipv4/ip_forward
^^^^^^^

as I'm sure its meant to to read : echo 1 > ....

Paul



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

From: "Paul Miles" <[EMAIL PROTECTED]>
Subject: Re: Displaying X on an IP Masq'd machine
Date: Wed, 11 Aug 1999 15:11:21 +0100

I successfully managed to do something like this using ssh.

I'm afraid I can't remember how I did this, except that I think I ran ssh
from an X window on a local machine and connected it to an X server on an
external machine.

ssh automatically set up the display settings and X window port forwarding.

I hope this helps

Paul

Jon Boyer <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> AFAIK the 192.168.*.* are unrouteable addresses, so there are no other
ones
> out there from the perspective of the app being delivered to the wrong
> machine somewhere else on the 'Net.  Also, the IP Masq. stuff should
> basically tell the remote host that your ipmasq server w.x.y.z is the host
> requesting the service.  The service will be delivered from a.b.c.d to
> w.x.y.z, and from there it will be forwarded to 192.168.0.2.  That is a
> technical as I can get at this point, since I am a relative newbie to
linux
> and ip masq
>
> -- Jon
> "Sunil P. Khatri" wrote:
>
> > Folks,
> >
> > I have successfully installed IP Masquerading on my home linux box.
> > The configuration is as shown below:
> >                    _______                    _______
> > 192.168.0.3-------|       |                  |       |
> >                   |       |                  | Local |
> > 192.168.0.2-------|  HUB  |------------------|  GW   |---------
> > local machines    |       |      192.168.0.1 |       | w.x.y.z
> > 192.168.0.4-------|_______|                  |_______|
> >
> > There are several local machines (192.168.0.x). The local gateway is
> > connected by cable modem, and has address 192.168.0.1 (local part) and
> > w.x.y.z (the address given by the cable modem company). All machines
> > are Linux machines.
> >
> > Now 192.168.0.2 wants to run an X application on a server a.b.c.d, and
> > have the results displayed on 192.168.0.2:0.0
> >
> > Since 192.168.0.x are local addresses according the local network naming
> > conventions, there could be other 192.168.0.x's out there. How would the
> > X application know that it is _my_ 192.168.0.2:0.0 that it should send
> > the
> > display data to?
> >
> > My questions are:
> > 1) Is there a way to achieve this (perhaps using ssh or another
> > program?).
> > 2) Does the IP-Masq'ing code natively support this situation?
> >
> > Perhaps I am missing something simple...
> > Thanks bunches,
> > Sunil
>



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

From: "Paul Miles" <[EMAIL PROTECTED]>
Subject: Re: smb.conf
Date: Wed, 11 Aug 1999 12:05:08 +0100

Try applying the Win95 Plain Text passwords registry entry which is
suggested in the samba docs directory.

WinNT does not need this ...

Paul
sham khalil <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Gary Ferrer wrote:
> >
> > Weird one I need help with.  My RH5.2 linux box at work is setup the
same as
> > at home (same smb.conf).  At work, I can access the linux box via
network
> > neighbourhood if I log into my win95 box with username and password for
> > which there is an account on the linux box.  At home I do the same thing
but
> > I cannot access any shares (password not accepted).  The only difference
is
> > that at home I use Win 98.  Any ideas?
> > Thanks.
>
> try encrypt passwords = yes
>
> sham khalil



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

From: <[EMAIL PROTECTED]>
Subject: Better HTTP access on FTP Servers
Date: Wed, 11 Aug 1999 18:30:50 GMT

Hi!

Does anybody know how I can customize the html-pages that are generated 
when a webbrowser shows an FTP Directory.

Thanx,
Jan-Eric Duden

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

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

From: [EMAIL PROTECTED]
Subject: Re: Domain Problems - Someone else is aliased against my domain
Date: Wed, 11 Aug 1999 15:51:23 GMT

Thats what I thought.  When I went to mail.norske.org last night, it
took me directly to norske.com.  I tried it today though, and it did
not connect.

What about email though?  When someone sends mail to [EMAIL PROTECTED],
it gets bounced back from someone elses server with the message:
   (<[EMAIL PROTECTED]>:209.67.50.14 does not like recipient.
    Remote host said: 553 sorry

If http://norske.org works fine, why would email to @norske.org be sent
to a server other than my own?

Thanks


> For me it looks like an old cached entry in your or your ISPs
>Nameservers. Coming from outside, i get:
>
> [root@intra /root]# ping mail.norske.org
> ping: unknown host mail.norske.org


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

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

From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux,microsoft.public.backoffice.smallbiz
Subject: Re: Netscape, Linux and MS Proxy
Date: Wed, 11 Aug 1999 10:58:39 -0700

Hello,

On your MS-Proxy server you need to change the authentication method from MS
Challenge/Response to basic or just use anonymous setting. It's actually
embedded into IIS security tab, since MS-Proxy runs on top of IIS. The
actual place to change those setting depends on version of IIS (looks like
you are running 4.0?).

So based on assumption that you have IIS 4.0, you need to open Microsoft
Management Console, select your default web site, go to it's properties,
choose directory security tab, click 'Edit' on Authentication Control
section and check basic authentication or allow anonymous.

In case of basic authentication the proxy will ask you for user name and
password and it will transmit them in clear text, in case of anonymous there
will be not authentication performed.

Good luck!

David Eno <[EMAIL PROTECTED]> wrote in message
news:Jfds3.16$[EMAIL PROTECTED]...
> I'm running MS Small Business BackOffice Server 4.0.  I'm running the
> version of MS Proxy that comes with SBBO.  I have a few Linux boxes that I
> would like to get to the WWW from.  It appears that MS Proxy is not
> letting
> Netscape on the Linux machines to get to the internet.
>
> Is there anything I can do to make Linux be able to get to the internet
> through MS Proxy?
>
> BTW, I have 20 Win98 boxes that work fine on the network.
>
> Here's a couple of additional things I should mention.
>
> When running Netscape in Linux, I initially am prompted for a proxy user
ID
> and passwd.  It seems to accept them.  At this point, I get messages at
the
> bottom of the Netscape window that say the connection to the web site has
> been made and that it's attempting to connect to the proxy server.  These
> are two separate messages that flash back and forth rapidly.
>
> I have the proxy settings set up in Netscape.
>
> I have a RedHat 5.2, SuSE 6.0 and a Mandrake 6.0 box.  In each case, I'm
> running the version of Netscape that came on the CD.  The symptom is
common
> to all.
>
> Thanks for your help.
>
> Dave E.
>
>
>
>
>




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

From: [EMAIL PROTECTED] (Paul D. Smith)
Subject: NIS/NIS+ on Linux?
Date: 11 Aug 1999 14:29:58 -0400
Reply-To: [EMAIL PROTECTED]

[[Sorry if you see this twice; I posted it to c.o.l.dev.system yesterday
  but in retrospect I think this might be a more appopriate group...]]

Question: is NIS+ available for Linux?  I have Debian and I looked
through the package DB and saw only NIS--is that vanilla NIS?

What I really want to know is if the NIS for Linux requires a slave
server on the local subnet, as the old NIS did, or if you can config it
to use a server that's not on your local subnet (like NIS+ on Solaris).

-- 
===============================================================================
 Paul D. Smith <[EMAIL PROTECTED]>         Network Management Development
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
===============================================================================
   These are my opinions---Nortel Networks takes no responsibility for them.

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

From: George <[EMAIL PROTECTED]>
Subject: Re: Wireless: Aviator2.4 = Raytheon Raylink
Date: Wed, 11 Aug 1999 16:54:25 GMT

Thanks Dick!

 Can you supply any more information? 
   How stable is it?
   throughput?
   range?
   opinions?

 If this thing works OK Linux users can have a wireless network of 2
machines 
 for under $200! I see that onsale.com is selling the Aviator2.4 network
kit 
 for $150 but it has a different part number than the webgear site so
I'm not 
 sure if it's the right stuff.

[EMAIL PROTECTED] wrote:
> 
> For anyone interested I have discovered that the
> webgear aviator2.4 wireless networking hardware seems to be
> the same hardware produced by Raytheon.
> I have this hardware working with the raylink drivers from
> http://world.std.com/~corey/raylink.html
> 
> Linux Wireless Lan resources
> http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
> Raytheon http://www.raylink.com/micro/raylink/
> Webgear  http://www.weabgear.com
> 
> Dick Blumer
> 
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: PPP troubles
Date: 11 Aug 1999 13:49:08 -0500

mcj ([EMAIL PROTECTED]) wrote:

: I'm having a bit of trouble with getting a PPP connection going with
: Mindspring.  The odd part is, it works fine with other providers.  I am
: running Debian potato (the development version), using pppd 2.3.8.  The
: modem dials, connects, authenticates through a chat script, but it
: never gets its IP and the connection hangs up after about 15 seconds.
: Initially, the logfile said that the serial link was looped back, but I
: resolved that problem.

That's not much to work with, exact copies of logs are almost always
better than narratives.  But here's a suggestion anyway:  Try adding the
pppd option asyncmap a0000 .  If that doesn't work then try posting logs,
complete with timestamps.

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* I gave up on politics when no matter who I voted for, I regretted it.
 *    -- Pepper...and Salt, WSJ */

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

From: "Greg Schaffer" <[EMAIL PROTECTED]>
Subject: Re: DHCP and NT.
Date: Tue, 10 Aug 1999 17:24:18 -0500

Well, you'd have to do some sort of Netbios name resolution...either with
wins on the NT box or a wins emulator in samba on the linux box.


Greg

>
>I have a small network. A couple of Linux Boxes and One NT Server. I have
>set up one of the Linux Boxes to be a DHCP Server, so that all our
computers
>can use it. Our Macs and Linux boxes are happy. They can get their IP and
>get out, and get their files, but my NT workstation and 98 machine are
>crying cuz, they can't see the NT Server, and can't log into the NT Domain.
>
>Was I suppose to set something up in the dhcpd.conf to let the Wintel boxes
>know there is NT Server they need to point once they get thier Ip? Or do I
>need to install Samba?
>
>Any help would be great.
>
>Chuck Payne
>Sr. System Administrator
>GDI Engineering
>
>
>
>
>
> _____________________________________________________________
> Deja.com: Share what you know. Learn what you don't.
> http://www.deja.com/
> * To modify or remove your subscription, go to
> http://www.deja.com/edit_sub.xp?group=comp.os.linux.networking
> * Read this thread at
> http://www.deja.com/thread/%3C7x0s3.2864%24cl5.9338%40news2.atl%3E
>
>



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

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

From: "Robert_Glover" <Please_reply_to@newsgroup>
Subject: Re: IPChains question...
Date: Wed, 11 Aug 1999 17:31:22 -0000

You should be able to use something on the output rules for the Linux
gateway/router.  Something like this:

ipchains -A output -d pay-network-1 -j ACCEPT
ipchains -A output -d pay-network-2 -j ACCEPT
ipchains -A output -d pay-network-3 -j ACCEPT
ipchains -A output -d 0/0 -j ACCEPT

Then 'ipchains -vL output' should show all packets routed by that
particular linux box to the various private pay networks.

I assume that you want to count the bytes to see if they are cheating
you or something like that?

[EMAIL PROTECTED] wrote in message
<7os444$bl8$[EMAIL PROTECTED]>...
I am paying traffic for my RH server but there are some networks that
are cost-excluded.
So, what I need is a ipchains configuration that would count the bytes
sent to networks that are charged (some 10 networks). I tried setting
up
the chains but no luck.
Is anyone out there that has some chains file doing some similar?
Ammar


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


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

From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: DNS question...
Date: Wed, 11 Aug 1999 12:24:19 -0700

Hello,

Usually it takes some time to propagate new setting for any domain on every
server out on the Net. Also it depends on cash refresh settings on each
server.

Just give it some more time!

Good luck!
Jon Boyer <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I am hoping someone here can help me.  I have a host name that is part
> of my registered domain that was originally mapped to an IP address, say
> 1.2.3.4.  I changed providers and it should now be pointing to 5.6.7.8.
> When I do nslookup on the hostname, however, it still returns 1.2.3.4
>
> The DNS entries for db.mydomain.com and the ptr record in the
> in-addr.arpa file are both correct.  What could be the problem?
>




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

From: Matthew Vanecek <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc,comp.mail.imap
Subject: Re: Cyrus, Procmail, and Postfix--HELP!!
Date: Wed, 11 Aug 1999 14:31:43 -0500

Hope you don't hate personal email too much from newsgroups, but I found
some interesting stuff out using your suggestion, plus your message
hasn't made it to my news server yet. :/ Anyhow....

Martin Bligh wrote:
> 
> In article <[EMAIL PROTECTED]> you write:
> >Nothing works.  Procmail runs, as far as I can tell, but there are no
> >error messages, and mail doesn't get deliverd, using either deliver or
> >the wrapper.
> 
> Set the LOGFILE variable in procmail - this should tell you if it
> receives the mail, and where it went to ....
> 
> Martin

Ok, learn something new every day.  I set that, and this is what I get,
from messages coming in via Postfix:

>From [EMAIL PROTECTED]  Wed Aug 11 14:04:18 1999
 Subject: root test
  Folder: /usr/cyrus/bin/deliver-wrapper
user.me2v.local                    577
user.me2v.Backup: Message contains invalid header
user.me2v.local: Message contains invalid header


I applied a message to procmail directly, with one Received header,
Message ID header, From:, To:, etc, and this is what I get:

 Subject: testing for headers
  Folder: /usr/cyrus/bin/deliver-wrapper
user.me2v.local                    865

Capturing all the headers procmail receives reveals the following:

>From [EMAIL PROTECTED]  Wed Aug 11 14:24:30 1999
Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: from reliant.home.pri (reliant.home.pri [192.168.1.25])
        by ds9.home.pri (Postfix) with ESMTP id B175B2F7A
        for <[EMAIL PROTECTED]>; Wed, 11 Aug 1999 14:24:29 -0500 (CDT)
Date: Wed, 11 Aug 1999 14:23:22 -0500 (CDT)
From: Matthew Vanecek <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: test once again
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

It's that first "From" that's messing things up.  I'm not sure where it
gets stuck in there, though, or how to get rid of it.  If I stick a sed
call in there to 's/From /From: /', it delivers, but I'd hate to think I
have to do that for every rule.  Optimally, I'd like to find out where
Postfix sticks that header in, and either change it or get rid of it. 
It's probably some configuration change I made in postfix, for a
masquerade or something, but I don't know yet.

If you have any ideas, I'd appreciate it, if you're familiar with
Postfix...
-- 
Matthew Vanecek
Course of Study: http://www.unt.edu/bcis
Visit my Website at http://people.unt.edu/~mev0003
For answers type: perl -e 'print
$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
*****************************************************************
For 93 million miles, there is nothing between the sun and my shadow
except me. I'm always getting in the way of something...

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


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