diff options
-rwxr-xr-x | sysconfig/network-scripts/ifup-ppp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index 1aaa04f0..201900b0 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -92,6 +92,7 @@ if [ -n "$WVDIALSECT" ] ; then remotename $DEVICE ipparam $DEVICE \ ${PPPOPTIONS} \ linkname $DEVICE \ + noauth \ connect "/usr/bin/wvdial --remotename $DEVICE --chat $WVDIALSECT" else exec /usr/sbin/pppd -detach $opts $MODEMPORT $LINESPEED \ |