-------- Original Message --------
Subject: Returned mail: see transcript for details
Date: Sat, 21 Jul 2001 22:43:51 -0500
From: Mail Delivery Subsystem <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED],<[EMAIL PROTECTED]>

The original message was received at Sat, 21 Jul 2001 22:43:06 -0500
from specs.pananix.net [209.127.112.13]

   ----- The following addresses had permanent fatal errors -----
<[EMAIL PROTECTED]>
    (reason: system config error)

   ----- Transcript of session follows -----
553 5.3.5 mail.panamanow.net. config error: mail loops back to me (MX
problem?)
554 5.3.5 <[EMAIL PROTECTED]>... Local configuration error
Reporting-MTA: dns; ns2.panamanow.com
Received-From-MTA: DNS; specs.pananix.net
Arrival-Date: Sat, 21 Jul 2001 22:43:06 -0500

Final-Recipient: RFC822; [EMAIL PROTECTED]
Action: failed
Status: 5.3.5
Diagnostic-Code: SMTP; system config error
Last-Attempt-Date: Sat, 21 Jul 2001 22:43:51 -0500



Shawn Tayler wrote:
> 
> Listening in to the mail here, it would seem that there is no
> autoconnect ability in Linux when using a dial up connection?  Say if a
> Linux box were to be used for a dialup firewall for a small LAN?
> 

Not correct.  I've been doing this for years.

What you need:  pppd-2.4.0b1 or better
following files:
/etc/ppp/pap-secrets
/etc/ppp/peers/provider
/etc/ppp/chatscript

pap-secrets file (must be owner:group root, chmod 600 or will not be
used):
login  *  password


provider file:
noauth
connect '/usr/sbin/chat -v -f /etc/ppp/chatscript'
debug
/dev/ttyS1    # ttyS1 == com2, use ttyS0-ttyS3 as required
#115200       # speed: adjust as necessary (if required)
defaultroute
noipdefault
user 'david'  # user your username here
demand
persist
idle 900        # 15 minutes idle link, disconnect
holdoff 15      # on error (busy signal, etc.) redial after this many seconds
ipcp-accept-local
ipcp-accept-remote
192.168.11.2:192.168.11.1       # any bogus IP
refuse-chap
noipx
#mtu 552                # if you have problems with connections
bsdcomp 15,15           # modprobe bsd_comp first
deflate 15,15           # modprobe ppp_deflate first
# will only use one of bsdcomp or deflate (deflate preferred)


chatscripts file:
ABORT BUSY
ABORT "NO CARRIER"
ABORT VOICE
ABORT "NO DIALTONE"
ABORT "NO ANSWER"
"" ATZ
OK ATM0
#OK ATDT7756575
OK ATDT7749730
CONNECT ''
ogin: \d\q'david'  #use your login name (obviously)
ssword: \qpassword # and your passwd
# note: the two lines above may not be required, depends on the ISP's
setup
"" \d\c

To activate, just use:
pppd call provider ("provider" is name of /etc/ppp/peers/provider file)

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
                -- Nemesis Racing Team motto



Reply via email to