Linux-Networking Digest #405, Volume #11 Fri, 4 Jun 99 13:13:37 EDT
Contents:
Re: Microsoft Exchange (Seth Ramsey)
Re: Direct connection to the internet. ("Adam C. Emerson")
Re: Help, Apache won't run my cgi ("Ian")
Re: Automatically emailing IP address? ("Adam C. Emerson")
How to deny access to the internet for ppp dialin? (Fabian)
Re: dchpd refuses to update leases file: why? ("Dani�l Verlouw")
capture outgoing emails ("Ian Yates")
SOCKS5 ("Stephen Hicks")
PnP Probs! (Mike Kerr)
Re: basic network question ("Curt")
Re: DialIN & Required hardware ("Matt Graham")
Compiling IPPORTFW option on 2.2 kernel ("Aaron Fransen")
PPP hangs on '+++' characters, RH5.1, kernel 2.0.36 (Glen Parker)
Re: how to send a ARP request? (Bob Dusek)
Re: broadcasts with kernel 2.2.9 (Malware)
Re: Bell Atlantic ADSL + Linux ("Bernard T. Higonnet")
ipchains and online games (Aaron Williams)
Re: Workgroups...... (Chuck Snively)
Re: 'Sticky' static IP address (Eric Fowler)
Re: Linux + Win98 with IP Masquerading (Paul Wilson)
Re: Help: Linux PPP to Windows RAS ([EMAIL PROTECTED])
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Seth Ramsey)
Subject: Re: Microsoft Exchange
Date: Fri, 04 Jun 1999 14:37:40 GMT
The login is "DOMAIN\UserName". The password is the domain password.
On Wed, 02 Jun 1999 21:11:01 GMT, [EMAIL PROTECTED] wrote:
>In setting up a exchange client there is lots of additional info such
>as the domain, besides the server, mailbox id, and password. is any of
>this info required when setting up a pop client and where does it go?
>
>TIA
>
>In article <7igsmp$nqb$[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] wrote:
>> Hi!
>>
>> If you just want to get your mail via an Exchange Server use a mail
>> client with pop3 and smtp support (i.e. Netscape, xfmail, pine). Other
>> servies of the Exchange server like public folders can�t be used. (as
>> far as I know).
>>
>> S. Alpers
>>
>> In article <[EMAIL PROTECTED]>,
>> bb <[EMAIL PROTECTED]> wrote:
>> > Hi there
>> >
>> > I'm using RH5.2 / 2.2.6 / KDE and all is working except for my Mail.
>> >
>> > Is anybody using a linux mail client to connect to a Microsoft
>> Exchange
>> > Server ?
>> > If so , which is the best one to use ? (besides scrapping the
>> Microsoft
>> > beast :) )
>> >
>> > Thanks
>> > Cheers
>> > bb
>> >
>> >
>>
>> --== Sent via Deja.com http://www.deja.com/ ==--
>> ---Share what you know. Learn what you don't.---
>>
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.
Seth Ramsey
[EMAIL PROTECTED]
------------------------------
From: "Adam C. Emerson" <[EMAIL PROTECTED]>
Subject: Re: Direct connection to the internet.
Date: Fri, 04 Jun 1999 00:02:05 GMT
mboerner <[EMAIL PROTECTED]> wrote:
> Hi:
> I have always wondered whether I could get a direct connection to the net
> without an ISP.
> Or perhaps I would like to know how to become an ISP for my own operations.
> Can anyone give me some feedback on where to start?
Every ISP has an ISP, except for backbone sites.
(Don't even think about it, unless you're willing to install
a nationwide fibre network)
The best you could hope for is to pay for a T-3.
--
Adam C. Emerson [EMAIL PROTECTED]
http://www.calvin.edu/~aemers19/
Preach from it unto the Righteous, that they may renounce their
ways and repent. -- Honest Book of Truth
------------------------------
From: "Ian" <[EMAIL PROTECTED]>
Subject: Re: Help, Apache won't run my cgi
Date: Fri, 4 Jun 1999 12:03:58 +1200
[EMAIL PROTECTED] wrote in message <7j6uej$rn6$[EMAIL PROTECTED]>...
>I have a similar problem. I can run the shell from the command line,
>the browser will find the file in the cgi-bin, but it either:
>
>1) Returns the same error message when run directly --either executed
>with shtml or by typing the url of the script directly.
>
>"Internal Server Error
>The server encountered an internal error or misconfiguration and
>was unable to complete your request.
>Please contact the server administrator, and inform them of the time the
>error occurred, and anything you might have done that may have caused
>the error."
Either the script is returning incorrect header information (the
Content-type bit), the script is not executable by the account the httpd
deamon is running under, or the script is returning and error message.
> or
>
>2) Returns the entire script (or binary when it is a C program) when
>it is run as the action of a form.
>
Sounds like you haven't set up the config file to allow cgi to be run, or
it's not executable. If the cgi is there but is not executable for any
reason it will normally try to return the cgi itself. From memory the first
Apache setup I did, cgi was disabled by default.
>At first I thought it was just a problem on my linux machine, but it has
>apache, perl, and a cgi-bin directory already (/home/httpd/cgi-bin).
Just because it has the directory doesn't mean that it's configed to work.
Check the configs.
>One thing on my home machine is that files from the /home/httpd/html
>directory don't automatically find files in the cgi-bin. I need to type
>a full (or relative ../cgi-bin/file.cgi) pathname in order for it to
>find them. I was under the impression that under ~/httpd/html/ files
>would automatically find files in the ~/httpd/cgi-bin/.
I've never heard of a webserver looking in a different directory for the
hell of it. Normally to access something in /cgi-bin you have to preceed the
file name with /cgi-bin.
>Aaron Evans
>[EMAIL PROTECTED]
>------------------------------------
Ian
------------------------------
From: "Adam C. Emerson" <[EMAIL PROTECTED]>
Subject: Re: Automatically emailing IP address?
Crossposted-To: comp.os.linux.setup
Date: Thu, 03 Jun 1999 23:59:26 GMT
In comp.os.linux.networking Ding-Jung Han <[EMAIL PROTECTED]> wrote:
> Hi I'm trying to find a way to automatically email the IP address to a
> school machine once my PPP connection is established. Is that possible?
> Or can I make a 'dynamic' webpage telling the IP address of my home
> Linux box?
> Any comment is appreciated,
stick echo $4 | mail -s "Dynamic IP" [EMAIL PROTECTED]
in /etc/ppp/ip-up
--
Adam C. Emerson [EMAIL PROTECTED]
http://www.calvin.edu/~aemers19/
Preach from it unto the Righteous, that they may renounce their
ways and repent. -- Honest Book of Truth
------------------------------
From: Fabian <[EMAIL PROTECTED]>
Subject: How to deny access to the internet for ppp dialin?
Date: Thu, 03 Jun 1999 22:43:11 +0200
I have successfully installed a ppp dialin server using mgetty and a
standard modem.
My problem is that i don't want the computer dialing in to have access
to the internet.
Is there a possibility to work that out, using some options for the
pppd?
So far I have the pppd is giving the client the IP address
192.168.10.222 and my server
has for this purpose the IP address 192.168.10.111. My normal network is
situated in 192.168.100.0/24,
and any pakets will be forwarded to the internet if necessary.
so when accessing the server 192.168.10.111 from the client side
(192.168.10.222) everything shoud
work fine and when trying to access anything else not in this section
(192.168.10.0/24) nothing should
happen. right? And there's my problem. whichever IP address not in this
section I enter will cause my
machine to connect to the internet. Is there a solution? I would also be
happy if there were any options I
could use so no access further than the dialin server would be granted.
And how about ipfwadm?
Thanks a lot
Fabi
------------------------------
From: "Dani�l Verlouw" <[EMAIL PROTECTED]>
Subject: Re: dchpd refuses to update leases file: why?
Date: Fri, 4 Jun 1999 17:24:06 +0200
Mike Klein wrote in message <[EMAIL PROTECTED]>...
>I fixed the above IP address problem by adding the "hardware ethernet"
>statement into each host block, on the assumption that maybe the host
>name wasn't being matched correctly for some reason. That fixed the IP
>address problem, and now all clients are getting the fixed IP addresses
>they should be. Each host block now looks like:
>
> host tory {
> hardware ethernet XX:XX:XX:XX:XX:XX; # fake
> fixed-address 192.168.0.21;
> }
>
>So the correct IP addresses are now consistently handed out correctly
>again, but still the leases file remains empty.
I seem to have the exact same problem here. I too have some fixed addresses
and all other hosts are given dynamic adresses in the range 192.168.0.10 to
192.168.0.200
Hope someone knows how to solve this one...
---
Dani�l Verlouw <[EMAIL PROTECTED]>
------------------------------
From: "Ian Yates" <[EMAIL PROTECTED]>
Subject: capture outgoing emails
Date: Fri, 4 Jun 1999 16:37:08 +0100
I am running RedHat 5.2 with sendmail 8.9. The sendmail forwards internet
bound mail to a gateway machine acting as a firewall. internal mail just
goes into mbox's.
How can I capture internet bound emails from certain users on the RedHat box
and forward them to a SuperUser. This is due to our company having new rules
about emails and they may on occassion want to watch users mails.
Ian
------------------------------
From: "Stephen Hicks" <[EMAIL PROTECTED]>
Subject: SOCKS5
Date: Fri, 04 Jun 1999 00:35:48 GMT
I'm running RH6 (w/ kernel 2.2.9) on a Pentium 133 w/ 16 megs ram. I've got
ip_masq running but i need a SOCKS5 proxy as well - i downloaded the
socks5-server-1.0r4-1.rpm, installed it, and copied the
/usr/doc/socks5-server-1.0r4-1/socks5.conf-single.homed (or whatever the
file was called) to /etc/socks5.conf and set
SOCKS5_CONFFILE=/etc/socks5.conf. The problem is that when i run socks5, i
get a segmentation fault every time. I tried reinstalling and redownloading
it but it still errors. Can anyone help?
--
Stephen Hicks
mailto:[EMAIL PROTECTED]
http://home.tampabay.rr.com/kupopo/
icq: 5453914; aim: kupopo1
------------------------------
From: Mike Kerr <[EMAIL PROTECTED]>
Subject: PnP Probs!
Date: Fri, 04 Jun 1999 11:17:03 -0400
I'm using a 3Com 3c509b NIC. It's by default plug and play, which I
want to disable, since we Linux people don't need no stinkin' plug and
play!
Anybody know an easy way to do this? I've tried messing around with
DOSEmu, but that ain't working too well right now...
Thanks
Mike
------------------------------
Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: basic network question
Date: Thu, 3 Jun 1999 19:38:47 -0500
You probably want:
route add -net 192.168.10.0 netmask 255.255.255.0 eth0
Fabian M�ller <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi!
> I am not able to ping another host in the same house with my computer.
>
> My IP address: 192.168.10.51
> Netmask 255.255.255.0
> The other IP address: 192.168.10.52 Netmask
> 255.255.255.0
>
> If I try to set the route on my Computer as follows:
> route add 192.168.10.52 netmask 255.255.255.0 eth0
> I get the message: route: netmask 000000ff does not make sense with
> host route
> I do not understand this although I have read a lot!
>
> I have also tried to set the route like this:
> route add -net 192.168.10.0 netmask 255.255.255.0 eth0
> The Computer accepts this
>
> But if I try to ping the other host with: ping 192.168.10.52
> I have 100% packet loss
>
> With telnet 192.168.10.52: no route to host
> How do I have to set the route in the right way?
>
> The two hosts have an entry in /etc/hosts
>
> ping localhost works correct (on both machines)
> ping 192.168.10.51 works correct (on both machines > shows that the
> network card and the cable is properly installed?)
> ping 192.168.10.52 does not work
>
> I have tried everything on both machines and I have controlled the
> connections and the cables.
>
> Sorry that I have such an easy question for you but I cannot find the
> solution. Please help me.
>
>
> Thanx: Fabian
>
------------------------------
From: "Matt Graham" <[EMAIL PROTECTED]>
Subject: Re: DialIN & Required hardware
Date: Fri, 4 Jun 1999 12:01:02 -0400
Look at this URL...
http://www.swcp.com/~jgentry/pers.html
Tais M. Hansen wrote in message <[EMAIL PROTECTED]>...
>Hi!
>
>Does anyone have a detailed guide on making a dialin server including
>descriptions on the hardware needed?
>
>
>Thanks in advance!
>- Tais M. Hansen, MSB International A/S
>
>
------------------------------
From: "Aaron Fransen" <[EMAIL PROTECTED]>
Subject: Compiling IPPORTFW option on 2.2 kernel
Date: Fri, 04 Jun 1999 15:35:35 GMT
I'm runnng Caldera OpenLinux 2.2, with the 2.2 kernel. I've got the IP Masq
module working a-ok. Now I want to set up mail to go to an internal server,
and I'm trying to set up Port Forwarding to do this.
I've installed IPMASQADM and compiled it, but it doesn't compile the
IPPORTFW.SO option. How can I compile this separately? I've tried everything
I know...which isn't a heck of a lot I know!
------------------------------
Date: Fri, 04 Jun 1999 09:14:15 -0700
From: Glen Parker <[EMAIL PROTECTED]>
Subject: PPP hangs on '+++' characters, RH5.1, kernel 2.0.36
Strange problem, my ppp seems to be working OK, except that when I
receive data with '+++' followed by space and a <cr>, it locks up. I
can send it just fine, though.
At first I thought one modem or the other was probably responding and
going into command mode, but it gets weirder. The connection isn't
dead, it's just that the socket receiving that data is hung. Other
sockets (other apps, same app/different connection, etc.) continue to
operate fine.
This is driving me nuts lately since I've subscribed to a couple
development mailing lists that get alot of patches. Everytime I get an
email with this stuff, I have to telnet to my isp, get the mail by hand
(pop3), compress it, and then download it.
But it has nothing to do with mail - ftp will break, if I telnet to the
isp and type "echo +++", and add a space, it will break, webpages with
that data will break, etc. etc...
Anybody ever had this problem? I'm pretty much stumped here ;-(
--
Glen Parker
[EMAIL PROTECTED]
------------------------------
From: Bob Dusek <[EMAIL PROTECTED]>
Subject: Re: how to send a ARP request?
Date: Fri, 04 Jun 1999 10:24:22 -0500
Another way to do this (which is sort of the long way around) is to
delete the arp record cached on your local system "/sbin/arp -d
hostname" and then ping the hostname... this will update your arp record
with the new hardware address.
I would give my "thumbs up" to direct router access.
Bob
> A (much) better scheme is to get access to the router, and tell it to
> clear its ARP cache. This has the advantage that it always works, and
> is self-healing.
--
Saint Joseph's College -- [EMAIL PROTECTED] | http://www.saintjoe.edu
=======================================================================
Always the dullness of the fool is the whetstone of the wits.
-- William Shakespeare, "As You Like It"
------------------------------
From: Malware <[EMAIL PROTECTED]>
Subject: Re: broadcasts with kernel 2.2.9
Date: Fri, 04 Jun 1999 17:39:52 +0200
Hi Kai,
you wrote:
> Since I upgraded from my 2.0.36 system to the new kernel 2.2.9 my network
> interface doesn't accept broadcasts:
>
> ping 192.168.1.255 doesn't work
> nmbd cannot broadcast udp packets
> etc...
>
> I always get some error message like
> "Operation not permitted"
> or
> "Permission denied"
Update the programs. You should have read
/usr/src/linux/Documentation/Changes.
Applications now have to set a socket option to tell the kernel that
they want send to a broadcast address. It seems to be a standard
feauture of various unix flavours.
Malware
------------------------------
From: "Bernard T. Higonnet" <[EMAIL PROTECTED]>
Subject: Re: Bell Atlantic ADSL + Linux
Date: Thu, 3 Jun 1999 21:32:28 GMT
Spyridon Papadimitriou wrote:
>
> Hi
>
> I'm trying to get my ADSL connection to work in Linux. I just installed
> the service and it works fine under windows. I am in the Pittsburgh area
> and I have been given a fixed IP address, so I do not need DHCP.
I just talked to Bell and was told that in a few weeks the static IP #'s
will disappear... (possibly available for extra money?)
--
Bernard T. Higonnet
4 Payson Terrace
Belmont MA 02478-2836 USA
Tel 1-617-489-1491 Fax 1-617-484-8223
ICQ 18271866
------------------------------
From: Aaron Williams <[EMAIL PROTECTED]>
Subject: ipchains and online games
Date: Thu, 03 Jun 1999 19:36:35 -0500
Hope you can help. I am relatively inexperienced with Linux networking,
so please excuse me if this is a simple question.
I have a box running Redhat 6.0 networked to a box running Win95. The
Linux box has a modem that does dial-on-demand to my ISP. I can
successfully browse, telnet, etc from the Windows box through the
dial-up established by Linux. I have set this up using a VERY simple
ipchains script.
However, online games don't work. I've read that there are specific
ports you can plug to get a game to work. I am much more interested in
a setup that will let everything go back and forth. I know this is an
insecure setup, but I have a dial up connection so this isn't a big
concern for me.
Will I be able to set up the above scenario with ipchains, or is there
another tool that is better suited? Any ipchains rules to accomplish
this or pointers to infomation is greatly appreciated (I've checked the
HOWTO's and dejanews with little luck).
Thanks for the help,
Aaron Williams (remove nospam in reply address)
------------------------------
From: Chuck Snively <[EMAIL PROTECTED]>
Subject: Re: Workgroups......
Date: Thu, 03 Jun 1999 20:42:44 -0400
Hi All,
I can now see my Linux box on my Windoze machine, thanks.
It now asks for a password. What file do I edit to add passwords to access my
linux box over the network?
Thanks in advance.
Chuck
Chuck Snively wrote:
> I have tried this and I still can't see my Linux box on my Winbloze machine.
>
> Chuck
------------------------------
From: Eric Fowler <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.ppp
Subject: Re: 'Sticky' static IP address
Date: Fri, 04 Jun 1999 10:30:41 -0700
Since I figured this one out, I will post - my ISP was setting the IP address
as part of authenication. I had thought that a purchase of a class C address
meant that the ISP was promising not to assign the address to anyone else. In
fact, they are, but they are also promising to set my IP address to that value
whenever I log in. The address was 'sticky' because it was being reset by the
server.
Thanks to all who replied.
=Eric
Greg wrote:
> Put the correct IP address in your /etc/ppp/options file
> take a look at the man pppd this is the file that supersedes
> all the files when pppd is started.
> Hope this helps you out.
>
> Greg.
>
> Eric Fowler <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > I am bringing up a Red Hat 5.0 box, configured as a PPP client,
> > connecting to an ISP (Rocky Mtn Internet Ink) which I have formerly
> > connected to with WinNT. My machine has a static IP address, which I
> > bought from my ISP, which is 166.93.73.253. I have been having problems
> > with the connection, and when I used ifconfig, it reported my static IP
> > address as 166.72.93.253, which is WRONG (note the typo: 73 --> 72). I
> > assume I somehow mis-typed the IP address when I was first configuring
> > the box.
> >
> > OK, simple : fix the IP address. Problem is, how? When I try to run
> > ifconfig to change it without first making the connection, it says
> > "device does not support op" or something like it. If I connect first,
> > then change, my connection is hosed - dns barfs, which at least works if
> > the IP address is wrong. The bad IP address is sticky somehow, because
> > it comes back after I reboot and reconnect.
> >
> > How do turn the d*mn thing OFF? I have done 'xarg grep -l <IP ADDRESS>
> > <FILE-LIST>' and have not found it ...
> >
> > --
> > Eric Fowler
> >
> > sockeye [at] rmii [dot] com
> >
> > Vivez sans temps mort!
> > (Live without dead time)
> > -Situationist International
> > ---------------------------------
> >
> >
--
Eric Fowler
sockeye [at] rmii [dot] com
Vivez sans temps mort!
(Live without dead time)
-Situationist International
=================================
------------------------------
From: Paul Wilson <[EMAIL PROTECTED]>
Subject: Re: Linux + Win98 with IP Masquerading
Date: Fri, 04 Jun 1999 15:49:57 GMT
I got it figured out. The Win98 machine had Conseal Private Desktop
installed which installs some bizarre TCP/IP stack. After uninstalling
that, everything worked fine.
Paul
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.protocols.ppp
Subject: Re: Help: Linux PPP to Windows RAS
Date: Thu, 03 Jun 1999 20:30:31 GMT
In article <[EMAIL PROTECTED]>,
Matt Eckhaus <[EMAIL PROTECTED]> wrote:
> Hi
>
> I'm trying, and failing, to make a PPP
connection from my Redhat 6.0 box
> to a Windows NT 4 server running RAS.
>
> - I'm NOT using callback
> - The server is configured to allow plain text
authorisation
> - The server is configured to allocate an IP
address (using DHCP)
>
> I can connect using a Windows 95 client, but
not using PPP from linux.
> I can also connect from my Linux box to a
regular (Unix) PPP server.
>
> I have read on Deja that I should be able to
start a dialup PPP
> connection with no problems.
>
> But nothing happens after I connect; as far as
I can tell the server
> doesn't send anything and it doesn't start PPP.
>
> What should happen when I connect? Is the
server meant to initiate a
> username/password dialog?
>
> Are there any configuration options in Redhat
that I should have
> selected?
>
> Can anyone help?
>
> Thanks,
> Matt
>
Hi, heres a partial answer, and a follow-on
question.
Did you try to use minicom to initialize the
modem ? The PPP docs (man-page, HOWTO, ..)
describe the procedure in detail, I summarize..
start minicom, feed it AT(your phone here), then
quit without resetting modem (^A q), then quickly
do `pppd -detach /dev/ttySx`.
Ive found that this allows ppp to do all the
necessary handshaking and set up the IP channel.
The curious thing is that I cant get pppd to do
the entire job itself, the chat script runs and
appears to successfully do the modem handshaking
with the NT server, but PPP/LCP handshaking never
happens (/var/log/messages is nearly empty), and
the server shuts me down after a few seconds.
Ive tried using minicom's modem init-string in my
chat-script, and have played with all variations
of single and double-quoting, and \escaping in
the AT arguments, to no avail.
So, whats different about using minicom to do the
modem init and dialing ? Im assuming Ive missed
something subtle in the chat-script, but Ive been
thru it countless times now.
If its worth seeing, let me know. Im currently
using NT (eccch) to access the web cuz of this
ppp problem.
TIA
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
******************************