Stephen Kearon wrote:
> The modem init string is correct, the modem dials and
> connects, however that's it!
>
> Looking at /var/log/messages it just hangs up 10-20 seconds
> after connection.
If it is 10-20 seconds then there is a possibility that chat is not waiting long enough for the "CONNECT" string. You'll need to enable some debugging to work out what is going on.
> I have tried a number of valid accounts on three different
> ISPs.
>
> When configuring NT4 I have to enable plain text passwords
> plus the majority of ISPs in Ireland seem to use PAP and
> not CHAP. Does this indicate an incompatibility with e-smith.
No, the plaintext passwords has nothing to do with it, and e-smith 3.0 uses PAP.
> What files should I monitor to get a more detailed idea of
> what is going wrong, and also any suggestions as to changes
> I should make?
Normally you would need to edit config file templates to make changes, but for temporary changes you can edit the config files directly. In /etc/sysconfig/network-scripts/chat-ppp0, change "M0" to "M1" so that you can hear the modem. In /etc/sysconfig/network-scripts/ifcfg-ppp0, change "DEBUG=no" to "DEBUG=yes". Keep an ear out and an eye on /var/log/messages.
Set PPPOPTIONS to "kdebug 1" if the log messages indicate that
the remote end is logging you out.
Let us know how you go...