Linux-Networking Digest #363, Volume #12 Wed, 25 Aug 99 21:13:49 EDT
Contents:
Accessing computers behind a Linux Masquerading box ("Ed-O")
Problems with networking and modules (Jonas Otter)
pppd dialin (sbc)
Re: Can't connect to network (tofu)
Re: cs: Unable to map card memory! (Paul Waite)
Compaq Onboard Ethernet (Kyle Hargraves)
IP Forwarding with ipchains (Mark Price)
Re: ipfwadm message log question (Scott)
Re: SAMBA woes ("TURBO1010")
Re: SAMBA woes (M O'Neill)
Re: http / ftp server up -- no warez (Chris Mahmood)
DCC probs with ip_masq. (Jeff Japes)
Re: System being probed (Chris Mahmood)
Re: lpd remote printing question..--- its simple (L J Bayuk)
Re: Please help! Linux web server problem! ("Steve Waldo")
Win98 newsreader through IP MASQ (Vlar Schreidlocke)
Help: rdump ("M. Cao")
Re: color telnet client ("T.E.Dickey")
Re: help for dial-in (Hassan Monzavi)
Qmail Validate via NT (Barry G)
Re: Browsers and Linux (Roger)
----------------------------------------------------------------------------
From: "Ed-O" <[EMAIL PROTECTED]>
Subject: Accessing computers behind a Linux Masquerading box
Date: Wed, 25 Aug 1999 16:17:02 -0400
Hello,
I know this topic may be trampled many a time, but I can't seem to figure it
out.
I am using a RH 5.2 Linux system to act as my gateway/router to share an
internet connection with two other pc's.
Using the appropriate ipfwadm commands, IP forwarding and masquerading is
enabled and works like a charm over the two NIC's.
However, I would like to be able to access a PC on the LAN via FTP and
Remote control but I can't due to the Linux firewall. The problem is, I
don't
know how to control my own firewall to let me in!!! I understand I can
assign certain policies to a certain port and accept connections while
masquerading them through to the internal PC.
Any suggestions would be greatly apprecieated!
Thanks,
Ed-O
------------------------------
From: [EMAIL PROTECTED] (Jonas Otter)
Crossposted-To: comp.os.linux.help,comp.os.linux.misc,comp.os.linux.questions
Subject: Problems with networking and modules
Date: Wed, 25 Aug 1999 21:13:09 GMT
Hello,
I am trying to set up a Linux machine as a firewall. It has 2 Netgear
FA-310TX Ethernet cards.
If I use the default RedHat 6.0 installation (kernel 2.0.36),
everything starts up fine, the Ethernet cards come up using the tulip
driver module etc etc, except that if I try to ping machines on the
internal network, often I get no response for minutes. Then randomly,
some machine will respond nicely, and then another, and so on, then
the first one will stop responding, etc etc. Pinging in the other
direction always works. Machines are a mixture of Linux and Windows
NT.
Thinking it might be the card driver, I copied the tulip.c source from
the diskette that came with the card. It has been adapted for the
FA-310TX card by Netgear. Only problem now is, I keep getting
unresolved symbols from the modules. I have read newsgroups and done
everything by the book: rm -rf /lib/modules/2.0.36; cd /usr/src/linux;
make dep clean modules modules_install zImage install. Still no luck,
depmod -a reports unresolved symbols for essentially all modules.
Now I am at my wits end, I have been at it for a week and no success.
Not only is it driving me crazy, my boss says that if I can't get it
to work now, we shall have to install NT with MS Proxy.
Aaaaaarrrgghhh!
Thanks,
Jonas Otter
------------------------------
Date: Wed, 25 Aug 1999 15:54:25 -0700
From: sbc <[EMAIL PROTECTED]>
Subject: pppd dialin
When I dial in to my linux pppd server from a windows 95 machine it
just hangs there for about 30 seconds and then terminates the
connection. I have read all the docs (ie. serial-howto,pppd-howto)
anlong with a lengthy explanation in my linux networking book, but seem
to be getting nowhere. I use pap for authentication and that seems to be
alright. Also when I dial in I bring up the post-dial terminal window in
windows 95 DUN and get no activity whatsoever in this window, not even
any gibberish.... ??
------------------------------
From: tofu <[EMAIL PROTECTED]>
Subject: Re: Can't connect to network
Date: Wed, 25 Aug 1999 19:06:32 -0400
What do you mean "can't find the network"
Are you getting any error messages when the machine boots?
Can you ping yourself?
Can another machine ping your linux box?
Does the sync light on the card light up?
I had a similar problem do to a bad network card. When the machine booted I
would get an error (I don't remember the exact message) but I could ping
localhost.
Devin Palmer wrote:
> Hello,
>
> I don't know what is wrong I have a linux 5.2 RedHat machine that can't
> find the network. I have the right DNS, netmask and IP, my host file is
> correct. I am behind a proxy server running Squid, do I need to change
> anything?
>
> Devin
------------------------------
From: Paul Waite <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.portable
Subject: Re: cs: Unable to map card memory!
Date: Thu, 26 Aug 1999 08:47:52 +1200
David Hinds wrote:
> Paul Waite ([EMAIL PROTECTED]) wrote:
> :
> : Can anyone verify which driver should be being used
> : for an Accton EN2226? Seems to be xirc2ps_cs.
>
> pcnet_cs.
>
> -- Dave
Thanks Dave. I tried that and found the following error reported in
/var/log/messages after the cards services started Ok, and the card
itself was recognized...
cardmgr[189]: executing: 'insmod
/lib/modules/2.0.36/pcmcia/pcnet_cs.o'
kernel: pcnet_cs: RequestIO: No more items
cardmgr[316]: get dev info on socket 0 failed: Operation not supported
by device
I have PCMCIA Card Services 3.0.13.
Any ideas?
Cheers,
Paul.
�
------------------------------
From: Kyle Hargraves <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Compaq Onboard Ethernet
Date: Thu, 26 Aug 1999 00:23:56 +0000
I'm wondering if anyone has been able to use the onboard ethernet on the Compaq
Deskpro series.
I believe the chipset is the same on the 590 through the 5133 - I'm using a 590. I've
already
tried the on-board support in 2.2.10. I'll gladly upgrade or downgrade to make this
work - I
just don't want to spend money on going out and buying a card (mainly because I don't
have the
money to spend). The kernel doesn't want to recognize that there is ethernet on the
systemboard.
I'd try and look through manuals, but this is a secondhand machine I managed to
scrounge up,
so I have none. Any help would be greatly appreciated.
Also - if at all possible, please send replies to my email address, [EMAIL PROTECTED],
as I rarely
have access to newsgroups. Thanks.
Kyle Hargraves
[EMAIL PROTECTED]
------------------------------
From: Mark Price <[EMAIL PROTECTED]>
Subject: IP Forwarding with ipchains
Date: Wed, 25 Aug 1999 16:17:49 -0700
Hi Folks,
I have firewall rules all setup with IP Chains, but am trying to setup something
new and can't quite see how to achieve it.
Here's the scenario.
Machine A has addresses 192.168.1.10 on eth0 and an alias of 192.168.1.20.
It is also has a tunnel setup on a tap0 device to another machine (B) with an
IP address of 10.1.0.1.
Connectivity and routing (using masquerading on Machine A) works like a charm.
What I want to do is to forward all traffic (udp and tcp) destined to the alias
192.168.1.20 to 10.1.0.1.
I can't quite see the syntax to do this with ipchains. Looks like I port forward
to local ports, but I can't just say punt everything for 192.168.1.20 to
10.1.0.1.
Any help, or pointers to examples of this would be appreciated, as would cc'ing
my email address on any reply posts.
Cheers, Mark.
------------------------------
From: [EMAIL PROTECTED] (Scott)
Subject: Re: ipfwadm message log question
Date: Wed, 25 Aug 1999 22:19:01 GMT
Reply-To: [EMAIL PROTECTED]
hmm, what does it mean that the destination address is
255.255.255.255? I've been getting aTON of these in my message log.
Connections with source address coming from all kinds of port and the
destination being broadcast. Here's the latest:
Aug 25 12:07:23 ns1 kernel: IP fw-in rej eth1 UDP 209.58.43.88:31790
255.255.255.255:31789 L=29 S=0x00 I=63590 F=0x0000 T=114
what the heck is on port 31790/89?
On 24 Aug 1999 16:53:48 -0700, Chris Mahmood <[EMAIL PROTECTED]>
wrote:
>[EMAIL PROTECTED] (Scott) writes:
>
>> what does this mean?
>> Aug 23 21:33:36 ns1 kernel: IP fw-in rej eth1 TCP xxx.xxx.xxx.xxx:110
>> 255.255.255.255:1040 L=44 S=0x00 I=59711 F=0x0040 T=63
>>
>> the ip address was outside of my network. i have quite a lot of these
>> connections from various source ip's. is this a legitimate request?
>> there are no other users who should be attempting a pop connection to
>> my machine but me.
>If you don't know who they are then it's not legit. I'd be very
>suspicious of anyone trying to connect to tcp/110--POP is a horrible
>security hole. If you are using tcpwrappers you may want to try to
>safe finger them to get a name.
>-ckm
------------------------------
From: "TURBO1010" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux
Subject: Re: SAMBA woes
Date: Wed, 25 Aug 1999 16:02:19 -0700
Do you have your samba setup for domain log on? You may have your windows
set to log on to the domain, but not samba.
M O'Neill <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> "No domain server was available to validate your password..." is the
> message I get when logging into win98. My [public] and [tmp] shares work
> fine. No matter who I log into w98 as, smbstatus always says the
> uid=nobody and gid=nobody.
>
> /var/log/samba/nmb.log reveals...
>
> 1) "Samba name server BIGSERVER is now a local master browser for
> workgroup WORKGROUP on subnet 192.168.1.254"
>
> 2) "find_domain_master_name_query_fail: Unable to find the Domain Master
> Browser name WORKGROUP<1b> for the workgroup WORKGROUP. Unable to sync
> browse list in this workgroup."
>
> Do you have any ideas what is not setup properly. -m
>
> --
> __ _
> / / (_)__ __ ____ __
> / /__/ / _ \/ // /\ \/ / . . . t h e c h o i c e o f a
> /____/_/_//_/_,_/ /_/_\ G N U g e n e r a t i o n . . .
> **************************
> Michael O'Neill *
> CSTARS, UCDAVIS *
> [EMAIL PROTECTED] *
> 916-752-5092 *
> **************************
>
------------------------------
From: M O'Neill <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux
Subject: Re: SAMBA woes
Date: Wed, 25 Aug 1999 17:09:08 -0700
I dunno. How do I find out? -m
On Wed, 25 Aug 1999, TURBO1010 wrote:
> Do you have your samba setup for domain log on? You may have your windows
> set to log on to the domain, but not samba.
>
>
> M O'Neill <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > "No domain server was available to validate your password..." is the
> > message I get when logging into win98. My [public] and [tmp] shares work
> > fine. No matter who I log into w98 as, smbstatus always says the
> > uid=nobody and gid=nobody.
> >
> > /var/log/samba/nmb.log reveals...
> >
> > 1) "Samba name server BIGSERVER is now a local master browser for
> > workgroup WORKGROUP on subnet 192.168.1.254"
> >
> > 2) "find_domain_master_name_query_fail: Unable to find the Domain Master
> > Browser name WORKGROUP<1b> for the workgroup WORKGROUP. Unable to sync
> > browse list in this workgroup."
> >
> > Do you have any ideas what is not setup properly. -m
> >
> > --
> > __ _
> > / / (_)__ __ ____ __
> > / /__/ / _ \/ // /\ \/ / . . . t h e c h o i c e o f a
> > /____/_/_//_/_,_/ /_/_\ G N U g e n e r a t i o n . . .
> > **************************
> > Michael O'Neill *
> > CSTARS, UCDAVIS *
> > [EMAIL PROTECTED] *
> > 916-752-5092 *
> > **************************
> >
>
>
>
>
>
--
__ _
/ / (_)__ __ ____ __
/ /__/ / _ \/ // /\ \/ / . . . t h e c h o i c e o f a
/____/_/_//_/_,_/ /_/_\ G N U g e n e r a t i o n . . .
**************************
Michael O'Neill *
CSTARS, UCDAVIS *
[EMAIL PROTECTED] *
916-752-5092 *
**************************
------------------------------
From: Chris Mahmood <[EMAIL PROTECTED]>
Crossposted-To: alt.linux
Subject: Re: http / ftp server up -- no warez
Date: 25 Aug 1999 17:03:58 -0700
d4588 <[EMAIL PROTECTED]> writes:
> Sorry guys no warez here.
> Just linux stuff and a few demo games.
> 128k asdl connection.
> 204.181.205.133 via ftp or http
You better shutdown some of those services or it won't be up for
long. POP, sunrpc, and imap are a very bad idea if you don't
absolutely need them. Just trying to save you some trouble....
-ckm
P.S. I would have just emailed you, but there's no valid email
address in your post.
------------------------------
From: [EMAIL PROTECTED] (Jeff Japes)
Subject: DCC probs with ip_masq.
Date: Wed, 25 Aug 1999 23:54:08 GMT
Hi
I'm having probs dccing on irc with my computer that connects to the
net via my linux box using ip masq.
I have the ip_masq_irc module loaded, with the required ports option,
but dcc's are still failing to get through.
The details..
Using RH6, kernel 2.2.11
script used to start the masq stuff...
modprobe ip_masq_irc ports=6667,6666,6665,9000
modprobe ip_masq_ftp
modprobe ip_masq_raudio
ipchains -F
ipchains -P forward DENY
ipchains -A forward -s 192.168.2.2/32 -j MASQ
echo 1 > /proc/sys/net/ipv4/ip_forward
Can anyone give any ideas?
Thanks..
Jeff Japes
Jeff (at) wylm . demon . co . uk
------------------------------
From: Chris Mahmood <[EMAIL PROTECTED]>
Subject: Re: System being probed
Date: 25 Aug 1999 16:48:28 -0700
"YouDontKnowWho" <[EMAIL PROTECTED]> writes:
> My system is being probed on a regular basis by what I think is the
> same person using a dialup account.
>
> My logs show the various IPs this person is using as he/she attempts
> to get in using telnet, ftp, and other services.
If it's always from the same ISP you should use tcpwrappers to deny
requests. see hosts_access(5) for details,
-ckm
------------------------------
From: [EMAIL PROTECTED] (L J Bayuk)
Subject: Re: lpd remote printing question..--- its simple
Date: 26 Aug 1999 00:49:55 GMT
[EMAIL PROTECTED] wrote:
>Hi..
>
>I have a good amount of Linux boxes that use a remote queue to print
>to various printers...
>
>The question is how do I remove the burst page from printing, I can
>type "lpr -h" to do it, but how do I tell Linux to do it everytime it
>prints....
Make sure the /etc/printcap entry has :sh: (suppress burst page header).
If you are printing to HP JetDirects, and you still get burst pages,
you may need to telnet to the JetDirects and turn of headers there,
too. At least some JetDirect's ignore the print control and do the
burst page anyway, unless the default is changed in the card.
------------------------------
From: "Steve Waldo" <[EMAIL PROTECTED]>
Subject: Re: Please help! Linux web server problem!
Date: Wed, 25 Aug 1999 16:16:19 -0500
David Petryga wrote
>
> So, this is where I am stumped. Every time I reboot the server, it is
> fine for about 20 minutes and then it becomes unreachable.
This problem sounds very similar to mine, which I haven't properly solved yet.
In my case I was unable to remotely access the server by any means - telnet,
ftp, etc. Although at arbitrary times (usually early in the morning) it would
come back to life, only to become unreachable again after some amount of
inactivity. I have worked around the problem by starting a process that pings
another machine in the area at five minute intervals. This coercion of network
activity may work for David also, but I hope someone out there has some ideas on
how to really fix it.
BTW, I also am using RH6.0, and have installed the latest kernel upgrade from
the RedHat errata page.
--Steve
------------------------------
From: [EMAIL PROTECTED] (Vlar Schreidlocke)
Subject: Win98 newsreader through IP MASQ
Date: Thu, 26 Aug 1999 00:00:11 GMT
I have several Win98 machines connected to a Linux box running RH 6.0
with IP Masquerade. I have http and ftp working, but I can't seem to
figure out how to get Agent 1.5 (Win98 newsreader) to connect and get
newsgroups through the Linux box. I have read the ip-masq-HOWTO-1.77
several times with no results on this particular problem. What am I
missing? Can anyone help?
------------------------------
From: "M. Cao" <[EMAIL PROTECTED]>
Subject: Help: rdump
Date: Wed, 25 Aug 1999 17:25:08 -0700
Hi,
I tried to rdump my linux system, using the tape drive on
remote host running TRU64 (digital unix).
Can you tell me how to fix following problem
[root@lynx ~]# rdump 0uf marmot:/dev/nrmt0h /home
DUMP: Date of this level 0 dump: Wed Aug 25 16:21:29 1999
DUMP: Date of last level 0 dump: the epoch
DUMP: Dumping /dev/hdb3 (/home) to /dev/nrmt0h on host marmot
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 5184512 tape blocks on 35.90 tape(s).
DUMP: Protocol to remote tape server botched (code "sh: rmt: not
found").
rdump: Lost connection to remote host.
DUMP: Bad return code from dump: 1
Thanks
Minh
------------------------------
From: "T.E.Dickey" <[EMAIL PROTECTED]>
Subject: Re: color telnet client
Date: Wed, 25 Aug 1999 22:48:03 GMT
Zsolt Mate <[EMAIL PROTECTED]> wrote:
>>
>> Tera Term (use the 'teraterm' terminfo entry from ncurses 5.0 beta under
>> my webpage)
> or try http://www.dccs.com.au/~dave/dtelnet.html
I looked at it a while ago, but was not impressed (still recommend Tera Term).
--
Thomas E. Dickey
[EMAIL PROTECTED]
http://www.clark.net/pub/dickey
------------------------------
From: Hassan Monzavi <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: help for dial-in
Date: Wed, 25 Aug 1999 18:09:36 -0600
Hi again. I thought without providing detailed info about the
configuration of Client machine and ISP it's hard to examin the problem.
So I am going to add these information at the end of this email. Please
help.
On Wed, 25 Aug 1999, Hassan Monzavi wrote:
>
> Hi;
>
> I am using PPP and 'uugetty' for connecting to the internet. Speed of
> receiving data (3.5 kb/s) is the half of sending data (7.0 kb/s). Any
> idea what might cause the problem?
>
>
> Hassan
>
Here are the configuration of systems and what is exactly happening for
me:
I tried hard to improve the speed of my connection through the modem line,
but it seems I was not that successfull.
I upgraded the server's modem from 14.4k to 56k one, but speed of download
is half of sending data!
Both Client and server computers have internal modems.
Client side: 56k recieve and 28800 send.
Server side: 56k receive and 38400 send.
I am sending the configuration of both machines in the following.
1_ Client is connected to the net through a PPP link to a ISP server.
2_ Client machine uses a static IP address.
3_ Here is my rc.serial in both server and client machines.
setserial /dev/ttyS2 uart 16550A port 0x3e8 irq 4 spd_cust baud_base 230400 divisor 1
echo "Modem adjusted on /dev/ttyS2 ( COM3 ), with IRQ4."
stty crtscts < /dev/ttyS2
echo "Hardware flow control is enabeled for modem."
4_ Here is the command line in the script that lunches ppp connection on
the client.
exec /usr/sbin/pppd debug lock modem crtscts /dev/modem 230400 \
asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT
5_ Here is the /etc/ppp/options on the client.
mtu 1064
mru 1064
proxyarp
6_ Here is the /etc/ppp/option on the server.
asyncmap 0
crtscts
lock
modem
netmask 255.255.255.0
proxyarp
lcp-echo-interval 60
lcp-echo-failure 5
7_ Here is the command line in the /etc/inittab of server that lunches the
uugetty.
3:2345:respawn:/sbin/uugetty -d /etc/conf.uugetty.ttyS2 ttyS2 FS vt100
8_ Here is the /etc/conf.uugetty.ttyS2 on the server.
# [ put this file in /etc/uugetty.<line> ]
#
# sample uugetty configuration file for a Hayes compatible modem to allow
# incoming modem connections
# Debug level. Check for messages in /var/log/messages and /var/log/debug.
# D_OPT 001 option settings
# D_DEF 002 defaults file processing
# D_UTMP 004 utmp/wtmp processing
# D_INIT 010 line initialization (INIT)
# D_GTAB 020 gettytab file processing
# D_RUN 040 other runtime diagnostics
# D_RB 100 ringback debugging
# D_LOCK 200 uugetty lockfile processing
# D_SCH 400 schedule processing
# D_ALL 777 everything
DEBUG=100
# this config file sets up uugetty to use the RINGBACK feature for
# answering calls.
HANGUP=YES
RINGBACK=YES
# ringback parameters. The defaults are trusted here (and are pretty sane).
# first, one to three rings, then hangup and call back within 6 and 60
# seconds.
# MINRINGS=1
# MAXRINGS=3
# INTERRING=5
# MINRBTIME=6
# MAXRBTIME=60
# line to use to do initialization. All INIT, OFF, and WAITFOR functions
# are handled on this line. If this line is not specified, any other
# program that wants to share the line (like kermit, uucp, seyon) will
# fail. This line will also be checked for lockfiles.
# format: <line> (without the /dev/)
INITLINE=ttyS2
ALTLINE=cua2
ALTLOCK=cua2
# modem initialization string... Sets the modem not to auto-answer
# format: <expect> <send> ... (chat sequence)
# INIT="" \d+++\dAT\r OK\r\n ATH0\r OK\r\n AT\sM0\sE1\sQ0\sV1\sX4\sS0=0\r OK\r\n
# INIT="" \d+++\dAT\r OK\r\n AT\s&F\s&C0\s&D3\s&S0\r OK\r\n AT\sM0\sE1\sQ0\sV1\sS0=0\r
OK\r\n
# INIT="" AT\r OK\r\n
INIT="" \d+++\dAT\r OK\r\n AT\s&F0\s&C1\s&K3\s&S0\r OK\r\n AT\sM0\sE1\sQ0\sV1\sS0=0\r
OK\r\n
# INIT="" AT\r OK\r\n AT\s&F0\sM0\sS0=0\r OK\r\n
# waitfor string... if this sequence of characters is received over the line,
# a call is detected.
WAITFOR=RING
# this line is the connect chat sequence. This chat sequence is performed
# after the WAITFOR string is found. The \A character automatically sets
# the baudrate to the characters that are found, so if you get the message
# CONNECT 2400, the baud rate is set to 2400 baud.
# format: <expect> <send> ... (chat sequence)
CONNECT="" ATA\r CONNECT\s\A
# this line sets the time to delay before sending the login banner
# DELAY=1
# timeout to disconnect if idle...
TIMEOUT=60
9_ here is the /etc/gettydefs on the server.
# [ put this file in /etc/gettydefs ]
#
# This file contains the startup and final flags for the
# tty lines. Each line starts with a SPEED value; this is
# the same SPEED that you pass to [uu]getty. Note that the
# SPEED identifier is just a string; use whatever names
# you want.
#
# The blank lines in this file are important (so I hear).
#
# The flags are the same flags you would pass to the stty
# program.
#
# Format: <speed># <init flags> # <final flags> #<login string>#<next-speed>
#
#
# Modem locked at 230400:
#
FS# B115200 CS8 CRTSCTS # B38400 SANE -ISTRIP CRTSCTS HUPCL #@S login: #FS
# Virtual Console entry
VC# B9600 SANE CLOCAL # B9600 SANE -ISTRIP CLOCAL #@S login: #VC
# 38400 fixed baud Dumb Terminal entry
DT38400# B38400 CS8 CLOCAL CRTSCTS # B38400 SANE -ISTRIP CLOCAL CRTSCTS #@S login:
#DT38400
# 19200 fixed baud Dumb Terminal entry
DT19200# B19200 CS8 CLOCAL # B19200 SANE -ISTRIP CLOCAL #@S login: #DT19200
# 9600 baud Dumb Terminal entry
DT9600# B9600 CS8 CLOCAL # B9600 SANE -ISTRIP CLOCAL #@S login: #DT9600
# 230400 fixed-baud modem entry
F230400# B230400 CS8 CRTSCTS # B230400 SANE -ISTRIP HUPCL CRTSCTS #@S login: #F230400
# 115200 fixed-baud modem entry
F115200# B115200 CS8 CRTSCTS # B115200 SANE -ISTRIP HUPCL CRTSCTS #@S login: #F115200
# 57600 fixed-baud modem entry
F57600# B57600 CS8 CRTSCTS # B57600 SANE -ISTRIP HUPCL CRTSCTS #@S login: #F57600
# 38400 fixed-baud modem entry
F38400# B38400 CS8 CRTSCTS # B38400 SANE -ISTRIP HUPCL CRTSCTS #@S login: #F38400
# 19200 fixed-baud modem entry
F19200# B19200 CS8 CRTSCTS # B19200 SANE -ISTRIP HUPCL CRTSCTS #@S login: #F19200
# 9600 fixed-baud modem entry
F9600# B9600 CS8 CRTSCTS # B9600 SANE -ISTRIP HUPCL CRTSCTS #@S login: #F9600
# 2400 fixed-baud modem entry
F2400# B2400 CS8 CRTSCTS # B2400 SANE -ISTRIP HUPCL CRTSCTS #@S login: #F2400
# 230400 autobauding Modem entry with hard flow control
230400# B230400 CS8 CRTSCTS # B230400 SANE -ISTRIP HUPCL CRTSCTS #@S login: #115200
115200# B115200 CS8 CRTSCTS # B115200 SANE -ISTRIP HUPCL CRTSCTS #@S login: #57600
57600# B57600 CS8 CRTSCTS # B57600 SANE -ISTRIP HUPCL CRTSCTS #@S login: #38400
38400# B38400 CS8 CRTSCTS # B38400 SANE -ISTRIP HUPCL CRTSCTS #@S login: #19200
19200# B19200 CS8 CRTSCTS # B19200 SANE -ISTRIP HUPCL CRTSCTS #@S login: #9600
9600# B9600 CS8 CRTSCTS # B9600 SANE -ISTRIP HUPCL CRTSCTS #@S login: #2400
2400# B2400 CS8 CRTSCTS # B2400 SANE -ISTRIP HUPCL CRTSCTS #@S login: #230400
------------------------------
From: Barry G <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Qmail Validate via NT
Date: Wed, 25 Aug 1999 17:20:00 -0700
Hello All.
I work at a school that receives it mail via forward from
an Exchange Server :-( to another local Exchange Server :-((
We have been riddled with exchange problems so he agreed to try a Linux
box for a mail server.
Now the problem.
He is not at all willing to let me make the primary logon server (for
our NT domain)
a linux box. He is also not willing to keep up two sets of passwords.
How can I make the Linux box (with qmail) validate received mail
passwords (via
POP and Web based apps) off the NT 4.0 Server? How do I make it clone
the user accounts?
Any miracle cure?
Thanks.
Barry
------------------------------
Date: Wed, 25 Aug 1999 21:24:46 +0100
From: Roger <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: Browsers and Linux
Kalkas wrote:
>
> I plan to install Linux by using either RedHat 6.0 or Mandrake
>
> Which browser can I use with Linux?
>
> I was visiting Netscape Home Page, and they have Netscape browsers for
> Linux.
>
> There are listed following platforms:
>
> Linux 2.0, Linux 2.0 (glibc), Linux 1.2, ...
>
> What kind of Linux would I install with RedHat or mandrake?
>
> Can I use other browsers than Netscape? Which is most appropriate to use?
>
> Could I also find some programs for e-mail, like Eudora, for Linux?
>
> Thank you for your help. I will greatly appreciate your answers.
Netscape should be provided, but Kfm also works with HTML, assuming
you're running KDE instead of Gnome.
--
Roger
Web: http://freespace.virgin.net/roger.cantwell
ICQ: 40038278
*** Vital! Please remove 'james' from the Reply address ***
------------------------------
** 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
******************************