Hi Everyone,
I'm trying to configure the TS-7200 to use a dialup connection and
route from the ethernet connection through to the PPP dialup.
I've disabled the getty in inittab and checked I can talk to the modem
using - echo "ATD" > /dev/ttyAM0, which causes the modem to cease the
line (so far so good).
I've created the following pppd options file (/etc/ppp/peers/provider)
# ISP pppd options file
# What follows is OK for Compuserve
#
#noauth
debug # log transaction to /var/log/messages
/dev/ttyMA0 # (ttyMA0=com1, ttyMA1=com2, ...)
115200 # baudrate
modem
crtscts # use hardware flow control
defaultroute # ppp becomes default route to the internet
name <username in chap/pap secret file>
connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
with the following chat file (/etc/chatscripts/provider)
# ISP login script
ABORT "BUSY"
ABORT "NO CARRIER"
ABORT "VOICE"
ABORT "NO DIALTONE"
ABORT "NO ANSWER"
"" ATZ
OK ATD<the isp number>
CONNECT ''
and the appropiate username and passwords in the PAP and CHAP secret
files.
I've already kill my putty SSH connection by editing the
/etc/network/interfaces file to the following:
auto lo ppp0 eth0
iface lo inet loopback
iface ppp0 inet ppp
provider provider
iface eth0 inet static
address 192.168.1.45
netmask 255.255.255.0
My questions are:
1. Is there anymore configuration required?
2. How do I fire up pppd at bootup?
3. How did the changes in the interface file above kill the ethernet
connection (maybe the order in which the interfaces are listed)?
Many thanks,
Lee
------------------------ Yahoo! Groups Sponsor --------------------~-->
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|