(E-Mail Removed) (Rene van Lieshout) writes:
]Clifford Kite <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
]> There are some PPP+chat connection scripts at the web site in my
]> signature in the downloads section. Minicom isn't the way to go.
]I used some of your scripts and I can get a working connection now.
]Thank you for that
]I used the following commands:
]export UserName='<user>'
]export Telephone=<phone>
]export ModemInit='ATZ\&F OK AT S7=45 S0=0 L1 V1 X4 \&c1 E1 Q0'
]exec /usr/sbin/pppd connect '/usr/sbin/chat -v ABORT "NO DIALTONE" \
]ABORT BUSY ABORT "NO CARRIER" ABORT "PROTOCOL: NONE" ABORT ERROR \
]"" AT\&F OK ATDT${Telephone} CONNECT \\c' \
]/dev/ttyS1 user ${UserName} 115200 lock debug crtscts asyncmap 0
]defaultroute \
]demand idle 60 ipcp-accept-local ipcp-accept-remote
]192.168.0.100:192.168.0.101 \
]noipdefault holdoff 0 -detach
]The only problmen now is that it always calls in. Can I see why it's
]calling in? Could it be that I'm connecting myself using ssh (since
]that is network traffic).
Yes, ssh is network traffic and goes out to the hosts in /etc/resolv.conf to
resolve the host names. Even if you tell the system to use /etc/hosts first and
the machine is in /etc/hosts, ssh will also go to the resolvers.