Linux-Networking Digest #773, Volume #10 Tue, 6 Apr 99 23:13:51 EDT
Contents:
Re: Exchange Server clone for Linux?? (Dwayne McGarty)
CBQ & Kernel v 2.1.125 (Kishore)
Re: mars_nwe package ("Peter Caffin")
Apache Virtual Hosting and cgi ("Owen Parry")
Re: Web-Browser on Sparc-Linux (Christopher Browne)
Re: Routing / IP Masquerading Question ("Brady")
Re: Adding header lines using command line mail program ("Scott G. Hall")
Name caching DNS problem ("Tim Underwood")
Is this a good deal for a HUB? (Mike Robinson)
Re: PING Not working with IP-Masq ([EMAIL PROTECTED])
SIOCADDRT: Network unreachable error (adrien)
OS locks up after PPP is established (Jon Scott)
----------------------------------------------------------------------------
From: Dwayne McGarty <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Exchange Server clone for Linux??
Date: Wed, 07 Apr 1999 02:12:40 GMT
You may be able to get something close in functionality by
bringing
a few technologies together. Use something like the Cyrus Imap
server
with sendmail. Cyrus IMAP supports shared mail folders with
ACLS. Faxing can be setup using Samba and efax or mgetty ( It
sets up as a print queue to the fax modem). Directory services
can be handled with OpenLDAP. Unfortunately I have not seen
scheduling software that would support schedules. According to
Microsoft, you can
do scheduling over an IMAP transport but you can't browse others
schedules interactively so it is not all that great. I have run
across
some interesting calendaring products that run with Linux. Some
are
commercial some are just shareware web cgi programs.
Calendar URLS
http://www.webmantech.com
http://www.crosswind.com
http://www.boutell.com/calendars/
http://www.webprog.com/appoint/index.html
http://www.cst.ca/ (no direct linux support)
Cyrus IMAP Server
http://andrew2.andrew.cmu.edu/cyrus/imapd/
OpenLDAP Directory Server
http://www.openldap.org/
Samba
http://www.samba.org
I won't try and fool you, this would take some work to pull
together
but it would could be done without a huge investment besides your
time
of course ;-)
Hope this helps...
Craig Manske wrote:
>
> My company has an NT/95 network using a Linux/Samba server. I love the
> server it works just like an NT server without the headache.
>
> My boss asked me about MS Outlook the other day and how we could share
> scheduals, faxes, etc... with it. I told him that was a function of
> Exchange Server for windows NT server. Is there a clone of Exchange server
> out there that would allow us to use Outlook Schedual Sharing and Folder
> sharing?
>
> Thanks a bunch.
> Craig
------------------------------
From: Kishore <[EMAIL PROTECTED]>
Subject: CBQ & Kernel v 2.1.125
Date: 7 Apr 1999 01:32:15 GMT
Hi,
Can you tell me if CBQ is there in Kernel v 2.1.125 ie.., and can be used
just like eth0 and need to be configured in
/etc/syscoonfig/cbq-1260.My_first_shaper.
I am working on an alternative to RSVP and should put this scheduling file
in its place,
Please tell me the details how I have to do this. I have
sched-cbq.c file on Kernel v 2.0.36(RHv5.2)
If u say that kernel 2.1.125 already has this precompiled , then I will
upgrade to that.
Thanks for your input in advance.
Kishore
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: "Peter Caffin" <[EMAIL PROTECTED]>
Subject: Re: mars_nwe package
Date: 7 Apr 1999 01:30:35 GMT
[EMAIL PROTECTED] wrote:
> I am running redhat 5.2, I have mars_nwe running (i think)
`ps -efaux | grep nw` ought to give you some idea.
> How do I log onto my new netware server?
`ncpmount -S MARS_SERVER /netwaremount -U username -n`
The -n assumes you're not using a password for that user. Type `man
ncpmount` for other options.
> Is there a way I can make this linux box just boot up, make the cdrom drive
> available to the netware network without any user intervention? (ie signing
> on, mounting the cdrom, etc)
You could execute a `mount -t iso9660 /dev/cdrom /cdrom` from /etc/rc.S/ I
suppose.. Probably what you're after is an automounter though.
--: _ _ _ _
_oo__ |_|_ |__ _ | _ |_|_o _ pc at it dot net dot a u |
//`'\_ | (/_|(/_| |_(_|| | || | it.net.au/~pc |
/ PO Box 869, Hillarys WA 6923, AUSTRALIA |
------------------------------
Reply-To: "Owen Parry" <[EMAIL PROTECTED]>
From: "Owen Parry" <[EMAIL PROTECTED]>
Subject: Apache Virtual Hosting and cgi
Date: Wed, 07 Apr 1999 02:24:15 GMT
Is there a way to restrict a cgi script to a virtual host? I have Apache
1.3.3 running and have my main server under www.123.com and a virtual server
running internal.123.com.
I have all the scripts in the specified cgi-bin directory as in the
httpd.conf file, but I only want the internal.123.com to run some of the
scripts, and not the www.123.com (right now, if I know the script name, I
can run it from either server)
Would I have to set up seperate cgi-bin directory, and how would I put that
in the httpd.conf file?
Thanks in advance.
Owen Parry
------------------------------
From: [EMAIL PROTECTED] (Christopher Browne)
Crossposted-To:
comp.os.linux.setup,comp.os.linux.misc,comp.os.linux.x,comp.os.linux.development.apps
Subject: Re: Web-Browser on Sparc-Linux
Reply-To: [EMAIL PROTECTED]
Date: Wed, 07 Apr 1999 02:28:24 GMT
On 3 Apr 1999 02:32:56 GMT, brian moore <[EMAIL PROTECTED]> wrote:
>On Thu, 1 Apr 1999 17:37:08 +0200,
> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> Yes an No. There is a open source Version called mozilla. But it hasn't
>> the full functionality and it needs motif to compile. And I don't have
>> motif.
>
>Actually, that's no longer true.
>
>Mozilla works fine with GTK+ and is now, in fact, the standard UI for
>Unix. See http://www.mozilla.org/unix/ for details. (As much as I
>respect JWZ, I was glad to see him proven wrong on that point. GTK is
>much more attractive than Motif and the chances of bug fixes in GTK are
>much better -- even JWZ was known to complain about all the code in
>Mozilla that was to work around Motif bugs.)
>
>On my list of things to do this weekend is to play with the latest
>snapshots: Mozilla is now in the stage where developers are expected to
>use it for their regular web-browsing needs, so stability and usefulness
>should be much improved over earlier releases.
>
>NGLayout is sypposed to be quite good (as in small, fast, stable and
>standards-compliant), so I'll be trying it out when I get time to
>download it and clean space off my hard drive. :)
I think you'll find that "works fine" and "M3" don't work very well in
the same sentence.
Yes, Mozilla development is now GTK-based.
If you take the latest available edition, which happens to be the *only*
released edition, you'll find that it is *very* slow and crashes a lot.
Note also that jwz is no longer involved with Mozilla; he resigned from
AOL on April 1st.
--
Intel engineering seem to have misheard Intel marketing strategy. The
phrase was "Divide and conquer" not "Divide and cock up"
(By [EMAIL PROTECTED], Alan Cox)
[EMAIL PROTECTED] <http://www.hex.net/~cbbrowne/htmlbrowsers.html>
------------------------------
From: "Brady" <[EMAIL PROTECTED]>
Subject: Re: Routing / IP Masquerading Question
Date: Wed, 07 Apr 1999 02:27:14 GMT
maybe you need to setup a port forward on the ethernet card for the internal
lan too. I don't know much about ipportfw.
good luck,
Brady
<[EMAIL PROTECTED]> wrote in message news:7ee84u$smg$[EMAIL PROTECTED]...
> Hello fellow linux fans..
>
> I have an interesting problem that has baffled me for weeks with Linux. I
> have a machine on the local lan running IP masquerading for all the lan
> clients, which works fine. This linux box is connected to another network
> that has an ISDN router on it and in turn the internet. I have a web
server
> on the local lan as well, that I want to make available to the internet.
I
> used ipportfw to redirect packets destined for the IP address of the
external
> ethernet card so the outside world could access the webserver on the
private
> lan. This works great, but now clients on the internal LAN cannot access
the
> web server if they type in its name, say www.xxx.com. The DNS will
resolve
> okay, but the packets appear to never get forwarded back to the actual web
> server, so it doesn't work. I've even gone as far as to setup a seperate
> machine doing the ip forwarding, but clients on the LAN cannot access the
web
> server by typing its name still. To make it worse, this webserver (Apache)
is
> doing ip-less virtual hosting so it needs the domain name to deliver the
> right web page. Can anyone help me out here?
>
> Thanks in advance,
> Jake Kruse
> UNIX/NT Network Admin.
> Fox Capital Services, Inc.
>
> P.S. Could you CC any replies to my email account as well? Thanks!
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
Crossposted-To: comp.mail.misc,comp.mail.mime
From: "Scott G. Hall" <[EMAIL PROTECTED]>
Subject: Re: Adding header lines using command line mail program
Date: Tue, 6 Apr 1999 23:37:50 GMT
Chris Severn wrote:
> I'm interested in running a mail sending program (such as mail,
> fastmail, elm) on the command line, passing the body of the message
> through stdin, but ensuring that the header of the message contains a
> few particular lines - namely "Mime-Version: 1.0", "Content-Type:
> application/octet-stream; name=thefile.gif", and
> "Content-Transfer-Encoding: Base64".
>
> I've searched the man pages of "mail", "fastmail" and "elm", but they
> don't seem to be able to do it. They can all be passed subject fields,
> and an assortment of other fields such as "Reference", "Comments",
> "From:" etc., but none seem to be able to be passed the exact fields I
> want, or user defined fields.
>
> Does anyone know a common mail program which can do it on the command
> line under linux, or anything that I may have missed ?
If you are using UNIX (SVR4 or later, or BSD-based), then mailx (or Mail)
will do it. When you give it the "edit" command (~e or ~v for visual
editor, such as vi or emacs), it sends the entire contents of the message,
headers and all. I use this all of time to tweak the headers' To: and Cc:
lines to the original set of recipients of the quoted message. You'll
have to add any additional headers by hand, but as long as they are the
right format ( Initial-Caps-Upperlower: data value ) as per RFC822, then
they will propagate with the message just fine.
Of course, you could just get cute, and edit any ole text file adding
whatever headers you desire, and then just interface to SMTP directly
yourself. I wrote and 'expect' script and emacs macros to do exactly this
on my system. And other emacs macros to add the mail headers you describe
in your message, plus even build a unique boundary value for multipart
messages.
Note also, most mailx (Mail) versions accept a -t option, and can be fed
an RFC822 message directly on the command-line:
cat prepared.message |mailx -e
whereupon it will pick off the To:, Cc: and Bcc: values and interface to
your mail routing agent for you, keeping all of your header lines intact.
I have a person here that uses Microsoft Word in an emulation window, creates
a new message from a Word template file that has MIME multipart headers,
and runs a macro to fill the To:, From:, Subject: and so forth (these are
also used in the body of the document), and runs above "mailx -e" command
from an icon. The end result is that the attachment is also a properly
formatted company memo (built to internal standards) sharing the same
information between the memo top and the message header; with a synopsis
in the non-attachment message portion.
Believe me, there are many ways to skin this cat ....
--
Scott G. Hall
GTE Government Systems
North Carolina Systems Center
email: [EMAIL PROTECTED]
------------------------------
From: "Tim Underwood" <[EMAIL PROTECTED]>
Subject: Name caching DNS problem
Date: Tue, 6 Apr 1999 21:35:45 -0500
I have a name-only caching DNS server on my local home network. I use diald
to connect to the internet. I have a domain name, but have no one hosting
it (as yet).
I have everything defined, and all seems to work well, but I keep the
following message pops up every now and then in /var/log/messages.
Where/how do I properly define my domain name? (I followed a mini HOWTO on
setting up a name-caching domain server to get this far). All names get
properly resolved, etc. no problems there. Just the error on the name
(NXDOMAIN) error.
Apr 6 04:03:09 bert named[309]: sysquery: findns error (NXDOMAIN) on
localdomain.com?
My /etc/named.conf looks like:
==================================================================
// generated by named-bootconf.pl
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "localdomain.com" {
notify no;
type master;
file "named.localdomain.com";
};
zone "0.168.192.in-addr.arpa" {
notify no;
type master;
file "0.168.192";
};
===============================================================
named.ca looks is "standard" (I have a script that retrieves a new one once
a week)
/var/named/named.local is as follows:
@ IN SOA bert.localdomain.com. root.localdomain.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS localdomain.com.
1 IN PTR localhost.
************* end of file *********************
/var/named/named.localdomain.com:
**********************************************************
@ IN SOA bert.localdomain.com. root.localdomain.com. (
1998031200 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
;
IN NS bert
MX 10 bert
;
localhost A 127.0.0.1
bert A 192.168.0.1
HINFO "Pentium 200" "Linux 2.0.36"
www CNAME bert
mail CNAME bert
ftp CNAME bert
mailserver CNAME bert
clock CNAME bert
news CNAME bert
************** end of file ****************
/var/named/0.168.192 looks like:
@ IN SOA bert.localdomain.com. root.localdomain.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS localdomain.com.
1 IN PTR bert.localdomain.com.
2 IN PTR www.localdomain.com.
3 IN PTR mail.localdomain.com.
4 IN PTR ftp.localdomain.com.
5 IN PTR mailserver.localdomain.com.
6 IN PTR clock.localdomain.com
7 IN PTR news.localdomain.com
------------------------------
Date: Tue, 06 Apr 1999 22:42:41 -0400
From: Mike Robinson <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.ms-windows.networking,comp.os.ms-windows.networking.misc,comp.os.ms-windows.networking.win95,comp.os.ms-windows.networking.windows,microsoft.public.win95.networking
Subject: Is this a good deal for a HUB?
==============F0F5ABA00E3B771067150A7B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi I came across this hub on Ebay.com
http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=87340620
http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=87340620
I am wondering if this is a good hub to buy to network my 4 house
computers, I currently am just networking like this
comp1->->->comp2->->->comp3->->->comp4
Thanks for your help
- Mike
==============F0F5ABA00E3B771067150A7B
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<HTML>
Hi I came across this hub on Ebay.com
<BR><A
HREF="http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem">http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem</A>&item=87340620
<BR><A
HREF="http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=87340620">http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=87340620</A>
<BR>I am wondering if this is a good hub to buy to network my 4 house computers,
I currently am just networking like this
<P>comp1->->->comp2->->->comp3->->->comp4
<P>Thanks for your help
<BR>- Mike</HTML>
==============F0F5ABA00E3B771067150A7B==
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: PING Not working with IP-Masq
Date: Tue, 06 Apr 1999 23:48:49 GMT
> > I am unable to Ping internet addresses from the Windows or the Linux
> > machines. So far it has not caused a problem, but I wonder if I may have
> > something set up wrong. BTW: I can ping internal machines fine.
>
> What distribution? Did you recompile the kernel? Masqing ICMP (ping,
> traceroute etc.) is an option under IP Masq when the kernel is
> built. If you don't select it regular TCP/UDP stuff will masq ok and
> ICMP will stop at the firewall.
>
> Greg Weeks
Greg,
Using Red Hat 5.2 with their Kernal build. I 'thought' all IP Masq stuff was
included as modules? Any idea? I will try to check on this.
BOb
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: adrien <[EMAIL PROTECTED]>
Subject: SIOCADDRT: Network unreachable error
Date: Tue, 06 Apr 1999 21:39:43 -0400
Hi,
I set up my laptop with Xircom CEIIps, the card seems to work, ifconfig
gives :
eth0 Link encap:Ethernet HWaddr 00:80:C7:01:9F:8F
inet addr: 207.172.20.198 Bcast:207.172.20.255 Mask 255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carriers:0
collisions 0
Interupt:5 Base address:0x300
...I can ping myself, I did set the IP, DNS, Gateway, Network mask,
etc...correctly (I think), but cannot ping other PC on network.
At reboot I have no error message (PCMCIA card is there). If I stop the
network using:
/etc/rc.d/init.d/network stop ,and then
/etc/rc.d/init.d/network start then I get an error SIOCADDRT: Network
unreachable error.
Where did I go wrong?
Thx for the help
------------------------------
Date: Tue, 06 Apr 1999 22:54:11 -0400
From: Jon Scott <[EMAIL PROTECTED]>
Subject: OS locks up after PPP is established
After successfully establishing a PPP connection, then launching
Netscape, I can browse the web for awhile. At some point, the machine
locks up. The mouse won't move the cursor and control-C and control-D
won't work. Maybe the system isn't locked, but X sure is. I have to
turn off the machine. The last entries in /var/log/messages are the
ISP's messages about my dynamic IP address and there's no indication of
a problem in there that I've found. I'm getting PPP working with Linux
for the first time, so this is likely a novice-level foulup. Has anyone
encountered this?
Thanks,
Jon Scott
P.S. Merci Beaucoup to Unruh & Kite for the good help.
------------------------------
** 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
******************************