try this ... (w/out using vwdial) on your /etc/sysconfig/network-scripts/ifcfg-ppp0 DEVICE="ppp0" ONBOOT="yes" USERCTL="no" MODEMPORT="/dev/ttyS0" LINESPEED="115200" PERSIST="yes" DEFABORT="yes" DEBUG="yes" INITSTRING="AT&F" DEFROUTE="yes" HARDFLOWCTL="yes" ESCAPECHARS="no" PPPOPTIONS="" CHAPNAME="yourusername" REMIP="" NETMASK="" IPADDR="" MRU="1500" MTU="1500" DISCONNECTTIMEOUT="" RETRYTIMEOUT="5" BOOTPROTO="none"
on your /etc/ppp/options asyncmap 0 crtscts defaultroute lock modem mru 552 -detach mtu 552 name yourusername noipdefault on your /etc/ppp/pap-secrets #depends wether you're using chap or pap "yourusername" * "yourpassword" note: modify mo na lang according to thy will :) hth. 'jopoy _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
