Linux-Networking Digest #546, Volume #10 Fri, 19 Mar 99 00:13:56 EST
Contents:
Re: hacked login (telnet) (Sechylmanos)
Dynamic NAT with a pool of IP address (Darren Durbin)
Changing an Ethernet driver ("Joe Cloutier")
Re: ppp problem! (Clifford Kite)
Re: Looking for NAT for Linux (William Yu)
Re: Samba Problem!!!!! (VeeJay)
Example Pls ... PPP dialin from NT to Linux (SUSE5.3) (David Morris)
Re: Samba and WinNT client (VeeJay)
What am I missing? ("Walter L. Williams")
Routing question... (second try) (Chetan Ahuja)
Re: Recommend Fast Ethernet Card (Colin)
Re: Frontpage and ASP under linux? (Kyu Rang Kim)
Re: Routing question... (second try)
Re: PPP connect problem, not for the faint-hearted ("john -r s")
TCP/IP parameters (root)
Re: Looking for NAT for Linux (Greg Weeks)
HELP squid and apache broken - no apparent reason ("Tim Underwood")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Sechylmanos)
Crossposted-To: comp.os.linux.misc,comp.os.linux.admin,linux.admin.isp
Subject: Re: hacked login (telnet)
Date: Thu, 18 Mar 1999 19:17:42 -0800
In article <UIgI2.4$[EMAIL PROTECTED]>, "George Csahanin"
<[EMAIL PROTECTED]> wrote:
> I'd try hosts.allow to be only the protected side machines, and make
> hosts.deny hide for a while.
>
> As I recall, you can't have stuff in hosts.allow and hosts.deny, just one or
> the other. But if I'm wrong, someone will point that out.
>
> Are you using the right syntax for the hosts.allow file?
>
> -gc
>
> [EMAIL PROTECTED] wrote in message <7c9vk8$9o2$[EMAIL PROTECTED]>...
> >I want to allow telnet access to a Internet connected server;
> >but *only* form the local LAN connected machines.
> >Is this possible or not. I do not wish telnet access available
> >via the Net at all.
> >I have disabled most unnecessary services via the inetd.conf including
> >the telnet deamon. I would re-enable it if I could limit it's authority
> >via hosts.allow or hosts.deny - but how? Nothing I've tried does the trick.
> >
> >-----------== Posted via Deja News, The Discussion Network ==----------
> >http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Technically, it will search the hosts.allow file first, then if no matches
are found there, it will check the hosts.deny file. So you could simply
put
ALL: LOCAL @local.domain
in the hosts.allow file -- or
ALL EXCEPT: .local.domain
in the hosts.deny file
hope this helps.
sechylmanos
------------------------------
From: Darren Durbin <[EMAIL PROTECTED]>
Subject: Dynamic NAT with a pool of IP address
Date: Thu, 18 Mar 1999 21:37:10 +0000
Hi,
I have installed several Linux machines acting as Internet Gateways
using IP Masquerading to hide a 192.168.x.x network behind a single
static IP address with great results so far, but I am now faced with a
problem that has me stuck, Linux-wise.
The site the latest gateway is intended for has IP address allocated
over the entire 192.x.x.x range, meaning I can't use Linux's
masquerading due to IP address conflicts with allocated IP addresses and
the site concerned is adamant that they will not renumber their machines
and routers. They currently use a IPX based web proxy and would like to
move entirely to IP.
What I intend to do is use NAT to change these address to addresses in
the 10.x.x.x range. However, since the allocated addresses are spread
throughout the 192.x.x.x range I believe that static 1->1 NAT mapping is
not possible due to the need to have several different 10.x subnets
available to handle addressing on both sides of the NAT. Thus, I wanted
to use dynamic NAT where the IP translations were picked from a 'pool'
of, say, 255 addresses. The 'clean' side of the NAT ( 10.x ) would then
contain a web proxy, acessed by those machines on the 'dirty' side of
the NAT, which would retrieve the web pages.
Having investigated this, it seems Cisco produce a router that would
handle NAT in the way I desire, and would enable my solution to work,
but ideally I'd like a Linux machine to carry out the NAT. The NAT
systems I've seen for Linux don't appear to handle this - are there any
that do ?
Basically :
192.x.x.x -> NAT with -> 10.0.0.x -> Web Proxy -> Internet
pool of
255 IP's
Also, is it possible to have the Web Proxy ( eg Squid ) on the same
machine as the one that is ( possibly ) performing the NAT ?
Any help would be appreciated.
Thanks,
Darren
--
Darren Durbin 'I know that this is vitriol, no solution,
[EMAIL PROTECTED] spleen venting, but I feel better having
screamed on you..." - R.E.M
------------------------------
Date: Thu, 18 Mar 1999 22:03:10 -0600
From: "Joe Cloutier" <[EMAIL PROTECTED]>
Subject: Changing an Ethernet driver
I have an EtherExpress Pro\10+ loaded on my computer. It worked just fine
under 2.0.36, but it loaded the eepro driver. Now that I have upgraded to
2.2.3 it doesn't work but it is loading the eepro100 driver. I think this
my problem but I cannot find out either how to load the eepro back on
instead or what the parameter list is for the eepro100 to get it to work.
With the eepro I had to use these lines in my conf.modules file...
alias eth0 eepro
options eepro iox0x210 irq=11
When I enter these into the eepro100 it tell me io is an invalid parameter.
Can anyone help?
Thanks in advance,
Joe Cloutier
------------------------------
From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: ppp problem!
Date: 18 Mar 1999 16:04:56 -0600
Clifford Kite ([EMAIL PROTECTED]) wrote:
> You should be able to get connected by using a private IP address, e.g.,
> 192.168.0.1, in the pppd option for IP address thus:
> 192.168.0.1:
Agghh. I got it backward. The option should be
:192.168.0.1
--
Clifford Kite <[EMAIL PROTECTED]> Not a guru. (tm)
/* 97.3% of all statistics are made up. */
------------------------------
From: William Yu <[EMAIL PROTECTED]>
Subject: Re: Looking for NAT for Linux
Date: Thu, 18 Mar 1999 16:47:15 -0800
Robert Young wrote:
>
> What I would like to do is to replace the NT server with a Linux server. I
> am wondering if there exists a Network Address Translation (NAT) for Linux?
Certainly does. Called IP Masquerading. Here's the HOWTo page on it.
Hope it helps.
http://metalab.unc.edu/mdw/HOWTO/mini/IP-Masquerade.html
------------------------------
From: [EMAIL PROTECTED] (VeeJay)
Subject: Re: Samba Problem!!!!!
Date: Fri, 19 Mar 1999 04:07:43 GMT
Try setting "encrypt passwords = yes" in smb.conf. Apparently unlike Win
95, Win 98 & NT boxes require password encryption.
In article <JfgI2.545$[EMAIL PROTECTED]>, louis.jean-
[EMAIL PROTECTED] says...
> I have some problem setting up samba to acces my linux machine from a Win98
> machine. All my network device work and I can use smbclient to access win
> share drives, but I can't do the opposite.
>
>
>
------------------------------
From: David Morris <[EMAIL PROTECTED]>
Subject: Example Pls ... PPP dialin from NT to Linux (SUSE5.3)
Date: 18 Mar 1999 22:31:53 GMT
I'm pulling my hair out trying to get my Linux system set up as a PPP
usable form Windows/NT. I get connected and the PPP connection is
apparently active but all I can do is simple PINGs to IP addresses.
(Can't even PING from Linux back to the NT).
Since my post of a couple days ago didn't yield an answer, how about
a simple example of working PPP Options, and startup command file
along with the configuration options used on the NT side.
It would also help to know the Linux kernel and PPPD version.
Thanks,
Dave Morris
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: [EMAIL PROTECTED] (VeeJay)
Subject: Re: Samba and WinNT client
Date: Fri, 19 Mar 1999 04:12:24 GMT
Try setting "encrypt passwords = yes" in smb.conf. Apparently unlike Win
95, Win 98 & NT boxes require password encryption.
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
> I am a new Linux user .
> I have installed the RedHat ver 5.1 and Samba ver 1.9.7.0 on a server
> machine and I have the
> following problem :
>
> when I 'm logging by a win95 client I can free access to my home
> directory .
> The same thing I can't do if I 'm using a winNT 4.0 workstation.
> I'm logging by the same account and password as under win95 but when i
> try to open my home directory another window asks me to type my password
> again.After and only after I can access to my home.
>
> Is there any answer ?
>
> Thank a lot
>
> Bernardi Attilio
> http://www.eei.it
>
>
>
>
------------------------------
From: "Walter L. Williams" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.misc
Subject: What am I missing?
Date: Thu, 18 Mar 1999 16:03:22 -0700
Greetings
I am trying to resetup my Linux box for internet access. I rearanged
my hard drives so that now I have a removable "trayed" hard drives.
Now I am trying to get things setup again. It's been 2 years since I
have messed with my point to point protocol.
I "have" reread the PPP howto. but I seem to be missing something.
The system will dial, access, and log in. But I can't ping anything.
I type "ifconfig" and there will be NO ppp0 device.
Below is all that I have modified to get to where I am now to include
a portion of the /var/log/messages file. I have intentionally omitted
my user name and password.
What am I missing?
I am useing a USR 33.6 modem on a 233mhz Pentum
=======================================================
content of "/var/log/messages" file
Mar 16 22:48:21 localhost kernel: PPP: version 2.2.0 (dynamic channel
allocation)
Mar 16 22:48:21 localhost kernel: PPP Dynamic channel allocation code
copyright 1995 Caldera, Inc.
Mar 16 22:48:21 localhost kernel: PPP line discipline registered.
Mar 16 22:48:21 localhost kernel: registered device ppp0
Mar 16 22:48:21 localhost pppd[279]: pppd 2.2.0 started by root, uid 0
Mar 16 22:48:22 localhost chat[280]: timeout set to 30 seconds
Mar 16 22:48:22 localhost chat[280]: abort on (\nBUSY\r)
Mar 16 22:48:22 localhost chat[280]: abort on (\nNO ANSWER\r)
Mar 16 22:48:22 localhost chat[280]: abort on
(\nRINGING\r\n\r\nRINGING\r)
Mar 16 22:48:22 localhost chat[280]: send (rAT^M)
Mar 16 22:48:22 localhost chat[280]: expect (OK)
Mar 16 22:48:29 localhost chat[280]: ^M
Mar 16 22:48:29 localhost chat[280]: OK -- got it
Mar 16 22:48:29 localhost chat[280]: send (ATE0^M)
Mar 16 22:48:29 localhost chat[280]: timeout set to 90 seconds
Mar 16 22:48:29 localhost chat[280]: expect (OK)
Mar 16 22:48:29 localhost chat[280]: ^M
Mar 16 22:48:31 localhost chat[280]: ^M
Mar 16 22:48:31 localhost chat[280]: OK -- got it
Mar 16 22:48:31 localhost chat[280]: send (ATDT7360484^M)
Mar 16 22:48:31 localhost chat[280]: expect (ogin:)
Mar 16 22:48:31 localhost chat[280]: ^M
Mar 16 22:48:47 localhost chat[280]:
Mar 16 22:48:48 localhost chat[280]: CONNECT 38400^M^M
Mar 16 22:48:50 localhost chat[280]: Welcome to SOFTCOM.NET! (x2/v.90)^M
Mar 16 22:48:50 localhost chat[280]: ^M
Mar 16 22:48:50 localhost chat[280]: login: -- got it
Mar 16 22:48:50 localhost chat[280]: send (xxxxx^M)
Mar 16 22:48:50 localhost chat[280]: expect (Password:)
Mar 16 22:48:53 localhost chat[280]: xxxxx^M
Mar 16 22:48:53 localhost chat[280]: Password: -- got it
Mar 16 22:48:53 localhost chat[280]: send (xxxxx^M)
Mar 16 22:48:53 localhost pppd[279]: Serial connection established.
Mar 16 22:48:54 localhost pppd[279]: Using interface ppp0
Mar 16 22:48:54 localhost pppd[279]: Connect: ppp0 <--> /dev/ttyS3
Mar 16 22:49:17 localhost kernel: Swansea University Computer Society
IPX 0.34 for NET3.035
Mar 16 22:49:17 localhost kernel: IPX Portions Copyright (c) 1995
Caldera, Inc.
Mar 16 22:49:18 localhost kernel: Appletalk 0.17 for Linux NET3.035
This is where I entered the command
"ppp-off"
Mar 16 22:49:34 localhost pppd[279]: Terminating on signal 2.
Mar 16 22:49:36 localhost pppd[279]: Hangup (SIGHUP)
Mar 16 22:49:36 localhost pppd[279]: Modem hangup
Mar 16 22:49:36 localhost pppd[279]: Connection terminated.
Mar 16 22:49:36 localhost pppd[279]: Exit.
Mar 16 22:51:17 localhost kernel: PPP: ppp line discipline successfully
unregistered
"hosts" file
127.0.0.1 localhost localhost.localdomain
209.160.160.2 softcom softcom.net
===========================================================
"host.conf" file
order hosts,bind
multi on
=============================================================
"resolv.conf" file
domain your.isp.domain.name
nameserver 209.160.160.2
nameserver 205.162.157.2
===================================================================
"ppp-on" script
#!/bin/sh
#
# Script to initiate a PPP connection. This is the first part of the
# pair of scripts. This is not a secure pair of scripts as the codes
# are visible with the 'ps' command. However, it is simple.
#
# These are the parameters. Change as needed.
TELEPHONE=7360484 # The telephone number for the connection
ACCOUNT=xxxxx # The account name for logon (as in 'George
Burns')
PASSWORD=xxxxx # The password for this account (and 'Gracie
Allen')
LOCAL_IP=0.0.0.0 # Local IP address if known. Dynamic = 0.0.0.0
REMOTE_IP=0.0.0.0 # Remote IP address if desired. Normally
0.0.0.0
NETMASK=255.255.255.0 # The proper netmask if needed
#
# Export them so that they will be available to 'ppp-on-dialer'
export TELEPHONE ACCOUNT PASSWORD
#
# This is the location of the script which dials the phone and logs
# in. Please use the absolute file name as the $PATH variable is not
# used on the connect option. (To do so on a 'root' account would be
# a security hole so don't ask.)
#
DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
#
# Initiate the connection
#
#
exec /usr/sbin/pppd /dev/ttyS3 38400 \
$LOCAL_IP:$REMOTE_IP \
connect $DIALER_SCRIPT
=======================================================================
The "ppp-on-dialer" script
#!/bin/sh
#
# This is part 2 of the ppp-on script. It will perform the connection
# protocol for the desired connection.
#
exec /usr/sbin/chat -v \
TIMEOUT 30 \
ABORT '\nBUSY\r' \
ABORT '\nNO ANSWER\r' \
ABORT '\nRINGING\r\n\r\nRINGING\r' \
'' \rAT \
'OK-+++\c-OK' ATE0 \
TIMEOUT 90 \
OK ATDT7360484 \
ogin:--ogin: xxxxx \
Password: xxxxx
=============================================================================================
"options" script
# /etc/ppp/options -*- sh -*- general options for pppd edited by Walter
L. Williams 10 Sept 1997
# created 13-Jul-1995 jmk
# autodate: 01-Aug-1995
# autotime: 19:45
# Which serial port is you're modem set to?
/dev/ttyS3
# What's the speed of you're modem? (ie.19200, 38400 etc....)
38400
# Run the executable or shell command specified after pppd has
# terminated the link. This script could, for example, issue commands
# to the modem to cause it to hang up if hardware modem control
signals
# were not available.
#disconnect "chat -- \d+++\d\c OK ath0 OK"
# async character map -- 32-bit hex; each bit is a character
# that needs to be escaped for pppd to receive it. 0x00000001
# represents '\x01', and 0x80000000 represents '\x1f'.
asyncmap 0
# Use hardware flow control (i.e. RTS/CTS) to control the flow of data
# on the serial port.
crtscts
# Add a default route to the system routing tables, using the peer as
# the gateway, when IPCP negotiation is successfully completed. This
# entry is removed when the PPP connection is broken.
defaultroute
# Specifies that pppd should use a UUCP-style lock on the serial
device
# to ensure exclusive access to the device.
lock
# Use the modem control lines. On Ultrix, this option implies
hardware
# flow control, as for the crtscts option. (This option is not fully
# implemented.)
modem
# Set the MRU [Maximum Receive Unit] value to <n> for negotiation.
pppd
# will ask the peer to send packets of no more than <n> bytes. The
# minimum MRU value is 128. The default MRU value is 1500. A value
of
# 296 is recommended for slow links (40 bytes for TCP/IP header + 256
# bytes of data).
mru 2088
# Set the MTU [Maximum Transmit Unit] value to <n>. Unless the peer
# requests a smaller value via MRU negotiation, pppd will request that
# the kernel networking code send data packets of no more than n bytes
# through the PPP network interface.
# mtu 1064
# Set the interface netmask to <n>, a 32 bit netmask in "decimal dot"
# notation (e.g. 255.255.255.0).
netmask 255.255.255.0
# Disables the default behaviour when no local IP address is
specified,
# which is to determine (if possible) the local IP address from the
# hostname. With this option, the peer will have to supply the local
IP
# address during IPCP negotiation (unless it specified explicitly on
the
# command line or in an options file).
noipdefault
# With this option, pppd will not transmit LCP packets to initiate a
# connection until a valid LCP packet is received from the peer (as
for
# the "passive" option with old versions of pppd).
# silent
# Don't fork to become a background process (otherwise pppd will do so
# if a serial device is specified).
# -detach
# Increase debugging level (same as -d). If this option is given,
pppd
# will log the contents of all control packets sent or received in a
# readable form. The packets are logged through syslog with facility
# daemon and level debug. This information can be directed to a file
by
# setting up /etc/syslog.conf appropriately (see syslog.conf(5)). (If
# pppd is compiled with extra debugging enabled, it will log messages
# using facility local2 instead of daemon).
# debug
# Enable debugging code in the kernel-level PPP driver. The argument
n
# is a number which is the sum of the following values: 1 to enable
# general debug messages, 2 to request that the contents of received
# packets be printed, and 4 to request that the contents of
transmitted
# packets be printed.
# kdebug n
# Set the name of the local system for authentication purposes to <n>.
# This will probably have to be set to your ISP user name if you are
# using PAP/CHAP.
# name <n>
# Set the user name to use for authenticating this machine with the
peer
# using PAP to <u>.
# Do NOT use this if you are using 'name' above!
# user adler
# Set the assumed name of the remote system for authentication
purposes
# to <n>.
# remotename <n>
# Add an entry to this system's ARP [Address Resolution Protocol]
# table with the IP address of the peer and the Ethernet address of
this
# system.
# proxyarp
# If this option is given, pppd will send an LCP echo-request frame to
# the peer every n seconds. Under Linux, the echo-request is sent when
# no packets have been received from the peer for n seconds. Normally
# the peer should respond to the echo-request by sending an
echo-reply.
# This option can be used with the lcp-echo-failure option to detect
# that the peer is no longer connected.
# lcp-echo-interval 7
# If this option is given, pppd will presume the peer to be dead if n
# LCP echo-requests are sent without receiving a valid LCP echo-reply.
# If this happens, pppd will terminate the connection. Use of this
# option requires a non-zero value for the lcp-echo-interval
parameter.
# This option can be used to enable pppd to terminate after the
physical
# connection has been broken (e.g., the modem has hung up) in
# situations where no hardware modem control lines are available.
# lcp-echo-failure 20
# Set the LCP restart interval (retransmission timeout) to <n> seconds
# (default 3).
# lcp-restart 15
# Set the maximum number of LCP terminate-request transmissions to <n>
# (default 3).
# lcp-max-terminate 3
# Set the maximum number of LCP configure-request transmissions to <n>
# (default 10).
# Some PPP servers are slow to start up. You may need to increase this
# if you keep getting 'serial line looped back' errors and your are
SURE
# that you have logged in correctly and PPP should be starting on the
server.
# lcp-max-configure 10
# Set the maximum number of LCP configure-NAKs returned before
starting
# to send configure-Rejects instead to <n> (default 10).
# lcp-max-failure 10
# If you are using ENCRYPTED secrets in the /etc/ppp/pap-secrets
# file, then uncomment the following line.
# Note: this is NOT the same as using MS encrypted passwords as can be
# set up in MS RAS on Windows NT.
# +papcrypt
------------------------------
From: [EMAIL PROTECTED] (Chetan Ahuja)
Crossposted-To: comp.os.linux.misc
Subject: Routing question... (second try)
Date: 19 Mar 1999 00:40:11 GMT
Hi,
This is my second try at this question... My last post about a weekor so
ago didn't get me any answers... if this doesn't get me an answer,
I will go out and buy a bloody book on the topic I swear... ;-)
I am on a TCI cable network. At various times of the day, my connection is
so clogged as to make me wish for a good old 14.4 modem. Running traceroute from
inside and from various points outside the network has led to the discoveries that
a) the routing of traffic is ALWAYS asymmetric.. ie. outgoing packets are
ALWAYS using a different route than the incoming packets.
b) The first hop out of my cable modem IS definitely the bottleneck.
And incoming packets always have a much faster path in general than
outgoing packets.
So now my obvious thought is how do I make sure that the outgoing packets take
the same path the inocoming packets are taking. Basically I want to control the
first hop out of the cable modem. I am not clear on my routing/gateway concepts.
So could somebody tell me how to achieve this with a 2.0.37 kernel linux system.
( I am willing to upgrade/downgrade the kernel if needed). Reading the man pages for
route/ifconfig is only confusing me more. Is it under my control at all...???
Thanks
Chetan Ahuja
--
------------------------------
From: Colin <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: Recommend Fast Ethernet Card
Date: Thu, 18 Mar 1999 19:08:34 -0500
Jon Slater wrote:
>
> Can anyone recommend a fast PCI Ethernet card for Linux?
>
Well, chances are that any recent Fast Ethernet card you buy nowadays will
work with Linux. I have a D-Link DFE-530TX card and it works fine.
--
Reply to "cwv [at] idirect (dot) com"
------------------------------
From: Kyu Rang Kim <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: Frontpage and ASP under linux?
Date: 19 Mar 1999 10:08:21 +0900
"Aaron Saikovski" <[EMAIL PROTECTED]> writes:
> Is it at all possible to have frontpage extensions and the ASP engine
> running under linux to as to
> allow my existing sites to be ported from NT to linux?
Absolutely, NO.
I think Micrew$aft and Bull do not much care about compatibility
with other Internet softwares... It is good for them not for us.
--
Kyu Rang Kim <[EMAIL PROTECTED]> Plant Disease Epidemiology Lab.
Seoul Nat'l Univ. Suwon 441-744, Rep. of Korea, +82 19 256 9991 (Cellular)
You can obtain my PGP public key from http://plantpath.snu.ac.kr/krkim
------------------------------
From: <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Routing question... (second try)
Date: Thu, 18 Mar 1999 20:12:47 -0500
i believe its going to be out of your control, from my understanding cable
networking has a much lower bandwidth (xfer rate) then download... download
can be past 10MB/sec while the upload is much less than 1/2 that. sorry bud
think your stuck
merrett
------------------------------
From: "john -r s" <[EMAIL PROTECTED]>
Subject: Re: PPP connect problem, not for the faint-hearted
Date: Thu, 18 Mar 1999 19:58:15 -0500
Carl Nygard wrote in message <[EMAIL PROTECTED]>...
>
>I'm having problems connecting to my ISP, using PPP on RedHat 5.2. I'm
>Everything seems to proceed fine, except here is my syslog:
>
>What does the "frame with bad fcs" error mean? I'm a unix software
I am going to take a stab just to try and help but I'm not really sure
either. Here goes...
>Mar 17 13:09:59 czech ifup-ppp: pppd started for ppp1 on /dev/modem at
Here it looks like you have ppp1 starting
>Mar 17 13:09:59 czech kernel: registered device ppp0
Now you get ppp0 going?
>Mar 17 13:09:59 czech pppd[1283]: pppd 2.3.5 started by root, uid 0
>Mar 17 13:10:21 czech pppd[1283]: Serial connection established.
>Mar 17 13:10:22 czech pppd[1283]: Using interface ppp0
>Mar 17 13:10:22 czech pppd[1283]: Connect: ppp0 <--> /dev/modem
You actually got a connection with this interface....
>Mar 17 13:10:55 czech pppd[1283]: No response to PAP
>authenticate-requests
>Mar 17 13:12:26 czech pppd[1283]: LCP terminated by peer
>Mar 17 13:12:27 czech pppd[1283]: Modem hangup
>Mar 17 13:12:27 czech pppd[1283]: Connection terminated.
>Mar 17 13:12:28 czech pppd[1283]: Exit.
>Mar 17 13:12:51 czech ifup-ppp: pppd started for ppp1 on /dev/modem at
That interface terminated and ppp1 is trying again.
>Mar 17 13:12:53 czech chat[1351]: Failed (NO CARRIER)
Modem is still tied up with ending ppp0???\
>Mar 17 13:13:10 czech ifup-ppp: pppd started for ppp1 on /dev/modem at
>Mar 17 13:13:32 czech pppd[1397]: Serial connection established.
Now ppp1 gets through
>Mar 17 13:13:33 czech pppd[1397]: Using interface ppp0
>Mar 17 13:13:33 czech pppd[1397]: Connect: ppp0 <--> /dev/modem
ppp0 causing problems? If it is then you may have problems at layer 2
(datalink layer) which is where frames are created and sent across the wire.
You seem to be getting frame related errors but I'm not sure what an fcs is.
This is just a guess. Check out why you have 2 interfaces going at once.
>Mar 17 13:13:36 czech kernel: ppp: frame with bad fcs, excess = 9088
>Mar 17 13:13:36 czech kernel: ppp: frame with bad fcs, excess = 47b2
Good Luck
-jrs
------------------------------
From: root <[EMAIL PROTECTED]>
Subject: TCP/IP parameters
Date: Thu, 18 Mar 1999 21:43:12 GMT
I may have already posted this before, but I
never received an answer. How do you set
TCP/IP kernel parameters in Linux? Solaris
has the "ndd" command, and AIX has the
"no" command. Please help.
Dawson
------------------------------
Reply-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Greg Weeks)
Subject: Re: Looking for NAT for Linux
Date: Thu, 18 Mar 1999 19:03:35 -0600
In article <7crdi3$ja0$[EMAIL PROTECTED]>,
Robert Young <[EMAIL PROTECTED]> writes:
> To Linux Netter,
>
> Currently, I am using Windows NT 4.0 Server with the NAT to attach my local
> network to the Internet through a 56K dial-up as follows:
<snip>
> What I would like to do is to replace the NT server with a Linux server. I
> am
> wondering if there exists a Network Address Translation (NAT) for Linux?
>
> If you have done such thing through a NAT or other means and would like to
> shed some light in helping me to replace my NT server box with a Linux
> server,
> I certainly would appriciate your help. Thank you in advance.
It looks like you'll want IP Masqurading. The resource page for it is
http://ipmasq.cjb.net/
There are true NAT packages for linux as well. I've never tried any of
them though. The IP Masq is built in to the kernel.
Greg Weeks
--
http://durendal.tzo.com/greg/
------------------------------
From: "Tim Underwood" <[EMAIL PROTECTED]>
Subject: HELP squid and apache broken - no apparent reason
Date: Thu, 18 Mar 1999 22:18:31 -0600
I have had my RH 5.2 box set up for about a week now.
I have apache, caching name server, squid, diald configured and installed.
Everything worked fine for several days. To the best of my knowledge,
"nothing" has changed on the box. Haven't added any other software, etc.
Now, for no apparent reason, I cannot connect to the apache server from
another pc on my network. Connecting from the linux box to localhost,
servername, www.mydomain.org, all work fine, with no delays.
Connecting from my PC, however, simply dies. I have tried the linux server
name, the linux server address, etc. - nothing happens. The globe just
spins.
Connecting to squid will no longer dial out using diald. However, forcing
some other task on the linux box will dial out and connect (cron task,
getting my mail, etc.)
The name server appears to work fine. From my PC, I can ping the linux box
by name, name.localdomain.org, and any of the CNAMES I have configured in
the DNS server. No delays in response.
Any ideas what happened, and how to go about tracking down the problem? I'm
really frustrated. I've spent hours getting everything working just right,
it was working, and now it's just a pile of brown matter.
------------------------------
** 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
******************************