Linux-Networking Digest #350, Volume #12 Tue, 24 Aug 99 21:13:48 EDT
Contents:
Re: collisions (newbie) (David C.)
slow telnet (not a dns/resolve issue) ([EMAIL PROTECTED])
Basic Multicasting ("Michael Jang")
Re: How does linuxconf conn/disconnect from ppp0? ("Mike Schrauder")
PPTP linux client ([EMAIL PROTECTED])
Re: Help: telnet slow on dual homed host ([EMAIL PROTECTED])
Re: Firewall Rules (bill davidsen)
Servers not accessible from network (Matthew Ho)
Servers not accessible from network ("Trudel,Guy")
can't get any NIC's to work with RH6 ("Bradford")
Re: Linux server backup of 95/NT clients? (Ricardo Malta Cenit AG)
Where can I get the Open Client of Sybase Adaptive Enterprise (ASE) for Linux ?
("Eric")
eth0: XMT status = 0xffff8841 ("Tony Mahar")
Re: Failed Login (newbie qustion) ("Kelvin R. Dam")
Re: My server is refusing telnet sessions! ("YouDontKnowWho")
Re: Help.... Selectively disaling Masq (Chris Anderson)
Re: fun with "old" machines (Nick Rout)
Re: Obtaining Class C IP address block. ("Andrey Smirnov")
Re: C++ templates: More than Turing Complete? (Phil Hunt)
Re: Cyrus, Procmail, and Postfix--HELP!! (Matthew Vanecek)
Re: Connect to Windows NT over telephone line (M Wulfman)
Re: named configuration. ("Andrey Smirnov")
Firewall Rules ("YouDontKnowWho")
Re: 2 machines but 1 IP ("Andrey Smirnov")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (David C.)
Subject: Re: collisions (newbie)
Date: 24 Aug 1999 13:11:18 -0400
"Surya P Kommareddy" <[EMAIL PROTECTED]> writes:
>
> I configured my Linux machine for networking. When I do /sbin/ifconfig I get
> the output showing that there are a lot of collisions on my NIC eth0.
> =================================================================
> lo ..........
> UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
> RX packets:140 errors:0 dropped:0 overruns:0 frame:0
> TX packets:140 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0
>
> eth0 ..........
> UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
> RX packets:276045 errors:0 dropped:0 overruns:0 frame:316
> TX packets:21726 errors:0 dropped:0 overruns:0 carrier:1
> collisions:2642
> Interrupt:10 Base address:0xef40
> ===============================================================
> Can someone please tell me how to avoid these collisions. How do I trace the
> cause of the collisions?
Collisions is not an error condition. They are a normal function of how
ethernet works.
The original shared-bus Ethernet design (10Base2 and 10Base5) has
multiple hosts all using a single wire to transmit and receive on. When
a host wants to transmit, it listens for an empty carrier (meaning
nobody else is transmitting), then it transmits. Sometimes, two hosts
end up transmitting at the same time, and both packets get clobbered -
which is a collision. When a collision happens, each host waits for a
random period of time, then listens again for an empty carrier.
If you're using 10Base5 (thick Ether) or 10Base2 (Thinnet), collisions
happen all the time, and there's nothing you can do about them. If you
get so many that it begins to noticeably impact performance, then you
need to reduce the number of hosts on your Ethernet segment - breaking
your segment into two or more with a layer-2 switch (or bridge) is the
usual solution.
With 10BaseT and 100BaseT, hosts are attached to hubs. Hubs (especially
those with full-duplex capability) will greatly reduce the possibility
of collisions, by buffering the data coming in on its ports, but they
can still happen - especially under conditions of heavy load. A dumb
unmanaged hub (aka a repeater) that doesn't do any buffering may not do
much to prevent collisions.
As with shared-bus media, if you find that you're getting so many
collisions that performance is impacted, you probably want to break your
Ethernet segment into multiple segments - replacing one or more of your
hubs with layer-2 switches is the usual solution.
Getting back to your specific situation, how long has your system been
up? My system (which shares a dumb hub with three other computers and
an uplink to a switch) shows about 1000 collisions, with an uptime of 6
days. I don't consider an average of 7 collisions an hour to be a
significant problem.
-- David
------------------------------
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: slow telnet (not a dns/resolve issue)
Date: Tue, 24 Aug 1999 15:13:41 -0700
I have recently bought a "dedicated server" from an isp
and the telnet access to the machine is very slow("blind"
typing, slow echo of characters typed in).
I have accounts on other shared machines(virutal server) and
they are much, much faster - just about as fast as being on
the actual console of a machine.
Is there some trick to setting up telnet to respond faster
(i.e. echoing of characters?). The box is running redhat
5.2 with all updates.
One thing I noticed in particular is that when I ping the
fast hosts, it's TTL is high - 246 while the slow hosts
TTL is low - about 55. Would this matter any? How can I
change this?
Thanks for any help.
* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!
------------------------------
From: "Michael Jang" <[EMAIL PROTECTED]>
Subject: Basic Multicasting
Date: Tue, 24 Aug 1999 22:19:19 GMT
Hi
I'm looking for some data on multicast commands. According to the
multicast-HOWTO, support must first be compiled into the kernel. I can't
find provisions for compiling multicast into the RedHat or S.u.S.E. kernel.
Can anyone here lead me in the right direction?
Mike
------------------------------
From: "Mike Schrauder" <[EMAIL PROTECTED]>
Subject: Re: How does linuxconf conn/disconnect from ppp0?
Date: Mon, 23 Aug 1999 16:40:10 -0400
Robert,
Thanks a ton. Yes, the linuxconf seems to be using the pppd. I am not
at home now, soooo. That should cover the disconnect. Any ideas how to
start it up from the command line?
Robert_Glover <Please_reply_to@newsgroup> wrote in message
news:7prsfn$[EMAIL PROTECTED]...
> kill -HUP nnn
>
> Where nnn is the PID of the pppd process. That's assuming that you
> use pppd.
> You should be able to find the PID of the pppd process by looking in
> /var/run
>
> Something like this: (I can't remember the filename, so you'll have to
> figure that out)
>
> kill -HUP $(cat /var/run/ppp0.pid)
>
> Mike Schrauder wrote in message ...
> >I tried to send this post lastnight, but I don't see it, anyway...
> > Does anyone know how linuxconf connects and disconnects from
> ppp0. Can
> >it be duplicated from the command line? I have checked the /etc/ppp
> dir for
> >the script, but these do not show the updates that linuxconf must be
> using
> >to connect and disconnect ppp0. Any help or pointers greatly
> appreciated.
> >
> >Mike Schrauder
> >[EMAIL PROTECTED]
> >
> >
>
------------------------------
From: [EMAIL PROTECTED]
Subject: PPTP linux client
Date: Tue, 24 Aug 1999 22:24:22 GMT
Greetings,
I am trying to tunnel using the PPTP client
for Linux. However, it does not appear to
be connecting right. I am a pppd novice and
have tried a few different things without
any luck. I am running a fresh install of
RedHat 6 and have compiled the pptp client.
At the command line, I am entering:
pptp my.tunnel.server.com debug user mikeb
require-chap
In /var/log/messages:
Aug 24 17:12:14 myhost (unknown)[7849]:
log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:637]:
Outgoing call established.
Aug 24 17:12:14 myhost pppd[7964]: pppd 2.3.7
started by root, uid 0
Aug 24 17:12:14 myhost pppd[7964]: Using interface
ppp0
Aug 24 17:12:14 myhost pppd[7964]: Connect: ppp0
<--> /dev/ttya2
Aug 24 17:12:44 myhost pppd[7964]: LCP: timeout
sending Config-Requests
Aug 24 17:12:44 myhost pppd[7964]: Connection
terminated.
Aug 24 17:12:44 myhost pppd[7964]: Connect time
0.5 minutes.
Aug 24 17:12:45 myhost pppd[7964]: Exit.
In chap-secrets, I have:
# client server secret IP addresses
mikeb * mypass *
I'm guessing the problem is that the PPTP server
isn't sending back the IP address information
although I could be wrong.
Any thoughts? E-mailed reply appreciated, but
I will be checking the newsgroup as well.
Thanks,
Mike
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To:
comp.os.linux.help,comp.os.linux.network,linux.redhat.misc,comp.os.linux.admin
Subject: Re: Help: telnet slow on dual homed host
Date: Mon, 23 Aug 1999 21:05:56 GMT
>
> I have configured a Linux (RH 6.0) dual homed host. However
> telnet to eth1 is deadly slow. It takes almost a few minutes
> before I have a connection.
>
Sounds like the symptoms of a name resolution problem. Post your
network specifics.
rick
------------------------------
From: [EMAIL PROTECTED] (bill davidsen)
Subject: Re: Firewall Rules
Date: 24 Aug 1999 22:24:58 GMT
In article <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]> wrote:
| On Tue, 24 Aug 1999 19:02:27 GMT, YouDontKnowWho wrote:
| >Could someone please post a copy of a set of firewall rules that cover
| >the basic services, without completely opening the wall?
|
| Here is a pretty generic ruleset:
|
| /sbin/ipchains -A input -i eth0 -j DENY
| /sbin/ipchains -N internet
[ clip ]
| /sbin/ipchains -A internet -p udp -i eth0 --destination-port \
| 6064:65535 -j ACCEPT
| /sbin/ipchains -A internet -p icmp -i eth0 -j ACCEPT
| /sbin/ipchains -A internet -i eth0 -j DENY -l
This is about totally wide open to any kind of even moderate probe.
First, the udp is wide open, when there are probably no udp services you
ever want to offer the world, and second the icmp is wide open, which is
like a 'kick me' sign for port probes.
I personally like to deny and log all icmp except ping, pong, and
network unreachable. Do a 'ipchains -h icmp' and note all the stuff
labeled redirect and router. These are ways for people to reconfigure
your routing tables for you. Thank you, no. At the very least those
services should all be logged and denied, although dropping everything
and allowing only a few icmp services is safer for most sites.
When it comes to firewalling I'm a devout fundamentalist paranoid, lay
preacher of the sermon "cover your ass." I think the example is very
clearly written, but way too permissive.
--
bill davidsen <[EMAIL PROTECTED]> CTO, TMR Associates, Inc
The Internet is not the fountain of youth, but some days it feels like
the fountain of immaturity.
------------------------------
From: Matthew Ho <[EMAIL PROTECTED]>
Subject: Servers not accessible from network
Date: Mon, 23 Aug 1999 18:19:33 -0400
Hi,
I have a RedHat 6.0 system with 2.2.11 kernel. The machine is set up as
a MASQ gateway with DSL link to the internet. Apache, FTP and Telnet
daemons work great. I can access them from the internet and my LAN with
no problem.
The problem is that when I try to run other services such as
phonepatch, fsgs daemon listing at certain port (1084 and 6112) I can
access them from the gateway machine only but not from my LAN and
Internet. This problem was no there when I was using RedHat 5.2. Does
anybody know what would cause this problem and how I should fix it? I
suspect that its related to some new security enhancment of Redhat 6.0.
Please help!
Thanks,
Matthew Ho
[EMAIL PROTECTED]
------------------------------
From: "Trudel,Guy" <[EMAIL PROTECTED]>
Subject: Servers not accessible from network
Date: Mon, 23 Aug 1999 18:18:17 -0400
Hi,
I have a RedHat 6.0 system with 2.2.11 kernel. The machine is set up as
a MASQ gateway with DSL link to the internet. Apache, FTP and Telnet
daemons work great. I can access them from the internet and my LAN with
no problem.
The problem is that when I try to run other services such as
phonepatch, fsgs daemon listing at certain port (1084 and 6112) I can
access them from the gateway machine only but not from my LAN and
Internet. This problem was no there when I was using RedHat 5.2. Does
anybody know what would cause this problem and how I should fix it? I
suspect that its related to some new security enhancment of Redhat 6.0.
Please help!
Thanks,
Matthew Ho
[EMAIL PROTECTED]
------------------------------
From: "Bradford" <[EMAIL PROTECTED]>
Subject: can't get any NIC's to work with RH6
Date: Mon, 23 Aug 1999 21:10:27 GMT
I've tried intel, smc, 3com I always get an error when RH boots. HELP!!
------------------------------
From: Ricardo Malta Cenit AG <[EMAIL PROTECTED]>
Subject: Re: Linux server backup of 95/NT clients?
Date: Tue, 24 Aug 1999 20:14:43 +0200
Reply-To: [EMAIL PROTECTED]
I use AMANDA for Backup's !!!
But for backing up Windose you will need Samba. So it's probably not
what you need.
------------------------------
From: "Eric" <[EMAIL PROTECTED]>
Subject: Where can I get the Open Client of Sybase Adaptive Enterprise (ASE) for Linux
?
Date: Wed, 25 Aug 1999 07:25:43 +0800
Where can I get the Open Client of Sybase Adaptive Enterprise (ASE) for
Linux ?
Please help, Thanks!
Way Cheng
[EMAIL PROTECTED]
[EMAIL PROTECTED]
------------------------------
From: "Tony Mahar" <[EMAIL PROTECTED]>
Subject: eth0: XMT status = 0xffff8841
Date: Tue, 24 Aug 1999 19:49:44 -0400
I get these errors when transferring data between the Linux server and
Linux/win98/win95 clients.
eth0: XMT status = 0xffff8841
and several times the error codes 0xffff8845 and 0xffff88c1 are thrown in
the bunch.
Config:
Stampede Linux .89 (distro should not matter)
Kernel: 2.2.11 (happed with entire 2.2.x series, didn't try 2.0)
eth0: Intel Etherexpress Pro/10+ (tried several of same type card, same
prob)
CPU: Celeron 333 128mb ram 8.4gb hard drive.
Hub: 3Com office connect 8tpo
what could cause these errors? It is a big deal since all transmission
between server and client cease for a period of about 4 seconds after
receiving one of these messages and have a very bad effect on internet
connectivity and file transfers.
I have exhausted any solution I could find on my own.
Thanks,
Tony Mahar
------------------------------
From: "Kelvin R. Dam" <[EMAIL PROTECTED]>
Subject: Re: Failed Login (newbie qustion)
Date: Tue, 24 Aug 1999 20:35:46 +0200
mikes wrote:
> Thats normal. Root can't log in.
> You have to login in as a regular user, then su or su - and supply root's
> password.
>
Yea, but I'm not trying to login as root, but as a normal user?
Kelvin
------------------------------
From: "YouDontKnowWho" <[EMAIL PROTECTED]>
Subject: Re: My server is refusing telnet sessions!
Date: Tue, 24 Aug 1999 19:02:28 GMT
Check in /etc for a the following:
nologin
nologin.boot
--
Principle of Minimum Access: "That which is not explicitly permitted
is denied."
ANNOUNCER: And now we return to our regularly scheduled, uncommonly
entertaining thread...
Suddn wrote in message <1rVv3.8218$[EMAIL PROTECTED]>...
>I looked in the taskmanager and didn't see anything that looked like
>"telnetd" so I checked my /etc/inetd.conf file and found this:
>
>telnet stream tcp nowait root root /usr/sbin/tcpd
>in.telnetd
>
>Van Wambeke wrote in message <7pohoq$858$[EMAIL PROTECTED]>...
>>is the telnetd deamon running?
>>if it is not try the file /etc/inetd.conf
>>
>>
>>Suddn a �crit dans le message ...
>>>My server use to allow me to log on via telnet. Now it just closes
the
>>>connection. (no request for username/password)
>>>
>>>I have no idea why?! Need help!
>>>
>>>
>>
>>
>
>
------------------------------
From: [EMAIL PROTECTED] (Chris Anderson)
Subject: Re: Help.... Selectively disaling Masq
Date: 25 Aug 1999 00:09:28 GMT
Reply-To: [EMAIL PROTECTED]
Okay the network looks like this:
192.168.88.0/24 ( ETHERNET 0)
|
192.168.88.250 ------ PPP1 --- 192.168.88.247 (RH 6.0/ K 2.2.11)
| ( Home box )
|
---------PPP-------
|
|
|
(RH 4.2 K 2.0.9) 192.168.88.246/192.168.192.2
|
(ETHERNET 1) 192.168.192.0/24
I can now route packets to and from the two ethernet subnets.
---------------- IPCHAINS on 192.168.88.250 ----------------
Chain input (policy ACCEPT):
Chain forward (policy DENY):
ACCEPT all ------ 192.168.0.0/16 192.168.0.0/16 n/a
MASQ all ------ 192.168.0.0/16 !192.168.0.0/16 n/a
DENY all ------ !192.168.0.0/16 192.168.0.0/16 n/a
Chain output (policy ACCEPT):
---------------- and the routing table is: ----------------
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.88.246 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.88.247 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
203.xxxxxxxxxx 0.0.0.0 255.xxxxxxxxxxx U 0 0 0 eth0
203.xxxxxxxxxx 0.0.0.0 255.xxxxxxxxxxx U 0 0 0 eth0
192.168.192.0 0.0.0.0 255.255.255.0 U 0 0 0 ppp0
192.168.88.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.88.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 203.xxxxxxxxxx 0.0.0.0 UG 0 0 0 eth0
---------------- END OF ROUTE ----------------
Note xxxxxxx is hiding the real internet addresses.
Okay the problem I am having at the moment is that without the following
rule, I can not do a proxy arp on the subnet 192.168.88.0/24 via
interface ppp1 (192.168.88.247). I can traceroute to the internet,
192.168.192.x but NOT 192.168.88.0/24. I can ping 192.168.88.250
of course. Proxy ARP is enabled on both ppp.options files, and
diff only shows the host names as being different.
Chain input (policy ACCEPT):
Chain forward (policy DENY):
MASQ all ------ 192.168.88.247 0.0.0.0/0 n/a
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ACCEPT all ------ 192.168.0.0/16 192.168.0.0/16 n/a
MASQ all ------ 192.168.0.0/16 !192.168.0.0/16 n/a
DENY all ------ !192.168.0.0/16 192.168.0.0/16 n/a
Chain output (policy ACCEPT):
Chris
------------------------------
From: [EMAIL PROTECTED] (Nick Rout)
Subject: Re: fun with "old" machines
Date: Wed, 25 Aug 1999 12:27:00 +1200
I did an ftp install of rh 6 on a 486 with 8M of memory and it did not
work (I think because it needs to build a fairly large ram disk). I added
4M to make a total of 12M and the ftp install worked fine.
I have also run rh 5.2 on 486 dx2/66 and it ran fine in console mode but
a bit s l o w in X!!
In article <7pv684$4v7m$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] says...
> In article <[EMAIL PROTECTED]>,
> Michiel van der Kraats <[EMAIL PROTECTED]> wrote:
> | A client of mine wants to use an internal mailing systems which might
> | eventually be connected to the Internet. I suggested using Linux for
> | this. He has a bunch of old 486DX2/66 machines with 4MB collecting dust.
> | Can such a machine be used for IMAP e-mail and possibly DNS or should I
> | at least put some more memory in it?
>
> I would say yes to both. The machines will undoubtedly work just the way
> they are, but would be loads better with a bit more memory.
>
> I believe Slackware will install in 4MB, I think redhat takes 8, don't
> quote me on that.
>
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Crossposted-To: comp.infosystems.www.servers.unix
Subject: Re: Obtaining Class C IP address block.
Date: Tue, 24 Aug 1999 12:24:05 -0700
Your ISP should provide you with IP block (you can't get 50, but you can get
60 usable!).
Normally ISPs rent ip addresses to customers, unless you are T1 or higher
bandwidth customer, than you can get IP block as a part of your contract.
Also you need to be prepared to explain why you need that many IP addresses
to you ISP.
And when you change your ISP, you lose addresses!
Good luck!
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi,
>
> Can someone assist me in obtaining IP address block for internet
> use. I am planning on setting up several web servers which will have
> their own name server. The web servers would all have static IP
> addresses with a domain name bound to each.
>
> I need a block of 50 to start with.
> My co-location ISP told me he could rent a block to me. But what would
> happen if I decide to move to another location some time in the
> future. Do I loose the IP addresses and have to register new ones or
> rent new ones from another ISP?
> Can I get a block of IP addresses that are unique - which I can keep
> to myself. Something like a domain name that I register.
> Where do I get this from.
>
>
>
> Your help will be highly regarded.
>
> Thanks & regards,
>
>
------------------------------
From: [EMAIL PROTECTED] (Phil Hunt)
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.development.system
Subject: Re: C++ templates: More than Turing Complete?
Date: Tue, 24 Aug 99 15:57:57 GMT
Reply-To: [EMAIL PROTECTED]
In article <7pu50r$[EMAIL PROTECTED]>
[EMAIL PROTECTED] "Ulrich Weigand" writes:
> Eh? C++ is of course Turing complete, but so is every assembly language
> to which it might be compiled ... I don't know of *any* programming
> language in real use that is *not* Turing complete, b.t.w.;
How about the C preprocessor?
> there isn't
> really much that is necessary to achieve Turing completeness (if you
> have something like elementary arithmetic, assignment, and conditional jump,
> that's already enough ...).
>
--
Phil [EMAIL PROTECTED]
------------------------------
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...
------------------------------
From: M Wulfman <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Connect to Windows NT over telephone line
Date: Wed, 25 Aug 1999 00:18:44 GMT
Having done dialin to one NT workstation RAS Server from various Win9x
workstations I would warn you that your shares and netbios provided functions
proabably won't work over dialup leaving you with TCPIP clients to get
around. If I am wrong and your shares do work, I would grafitified,
encourage and elated to hear about it.
Matthew
> >Zoltan Perhacs wrote in message <7ns78m$c1d$[EMAIL PROTECTED]>...
> >>Can someone tell me how can i connect from my linux box
> >>to a windows nt server over a modem and use its shares ?
> >>I'm looking for detailed informations.
> >>
> >>Thank you !
> >>
> >> Zoltan Perhacs
> >>
> Romiko wrote:
>
>> Make sure to set up RAS on NT via Network Neighborhood, which is configured
>>
>> to dial out and recieve calls, make sure to start the RAS service as it is
>> default to manual, use slip as the line protocol, configure your NT Server
>> to assign users with ip address (Network Neighborhors, Services, RAS,
>> network tab) also enable any authentification unlesws Linux supports CHAP
>> .
>> Cliff wrote in message ...
>> > Try the HOWTO's; Ethernet, PPP, and Samba. They should be in
>> >/usr/doc/HOWTO directory (assuming RH).
>> >
>> >--
>> >-Cliff
>> >Views expressed are my own and not necessarily those of my employer
>> >Concordia Net, Inc. When replying via email please use; cwheat at
>> concordia
>> >dot net not
>> >root@localhost
>> >
>
> >>
> >
> >
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: named configuration.
Date: Tue, 24 Aug 1999 12:44:27 -0700
http://www.linux.com/howto/DNS-HOWTO.html
Check out this HOWTO!
Good luck!
Stephen Torri <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I am trying to setup a basic DNS server for my home network. I want it
> to handle the request for home computers and for finding IP addresses
> for Internet requests (Http, ftp, etc.) I had the server running
> yesterday but today it decides not to play (or I messed something). Here
> is the message when I tried to find an IP address:
>
> *** Can't find server name for address 127.0.0.1: No response from
> server
> *** Can't find server name for address 10.0.0.6: No response from server
> *** Default servers are not available
>
> I'm using bind for the DNS server. Where should the configuration files
> be? I have them presently in /var/log/named.
>
> Stephen
------------------------------
From: "YouDontKnowWho" <[EMAIL PROTECTED]>
Subject: Firewall Rules
Date: Tue, 24 Aug 1999 19:02:27 GMT
I've seen this posted here before...
I'm setting up my firewall using Linux and I'm having a bit of a
conceptual problem with determining which basic rules I need to
implement to allow communication with services like DNS, mail, etc.
I've read the IPCHAINS HowTo and, while I can get access to the
services, it is only by completely opening the in and out rules.
Could someone please post a copy of a set of firewall rules that cover
the basic services, without completely opening the wall?
Thanks!
--
Principle of Minimum Access: "That which is not explicitly permitted
is denied."
ANNOUNCER: And now we return to our regularly scheduled, uncommonly
entertaining thread...
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: 2 machines but 1 IP
Date: Tue, 24 Aug 1999 12:45:27 -0700
http://members.home.net/ipmasq/
Per-Johan Wiberg <[EMAIL PROTECTED]> wrote in message
news:7ps0mn$200f$[EMAIL PROTECTED]...
> Hi.
> I installed SuSe Linux 6.1 with kernel 2.2.7 a few weeks ago and it works
> just fine. There is only on problem. I want to use two machines on one
IP.
> I have two ethernet cards installed on the linux machine and one ethernet
> card on a laptop running on NT. I want the NT machine to get access to the
> Internet through
> the linux machine. I have read different HOWTO�s but I dont really know
> where to start. I dont know if have to use routed, named or if I have to
buy
> a hub.
> Thanks
> /PJ
>
>
>
------------------------------
** 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
******************************