> I already configured a couple of dialin servers using redhat and this is my first > time to configure dialin using debian and its driving me nuts, can't seem to make it > work (dialout is working using wvdial), I already searched google and the archives. > The modem/mgetty is not answering calls (can't even get a handshake), seems that > mgetty is not starting the pppd even the /AutoPPP/ option is already enables. I > badly needed to get this working. TIA > > Here are my configs: > Debian 3.0r1 > mgetty 1.1.27-4.1 > ppp 2.4.1.uus-4 > kernel 2.4.26-1-686 > CNET external modem on com1 > > /etc/inittab: > > S0:23:respawn:/sbin/mgetty -x9 -D -n 2 ttyS0 > > /etc/mgetty/login.config: > > /AutoPPP/ - - /usr/sbin/pppd file /etc/ppp/options.server > > /ect/ppp/options.server: > > -detach > asyncmap 0 > modem > crtscts > lock > proxyarp > ms-dns 192.168.0.1 > require-pap > refuse-chap > debug > > /etc/ppp/options.ttyS0: > 192.168.0.253:192.168.0.252 >
i dont know if this will help you, try disabling devfsd first. with with devfsd enabled, /dev/ttySx are for dialout (im not sure, so correct me if im wrong). if you want devfsd, your serial will be tts/0 in inittab and the /etc/options.ttyS0 will now be /etc/options.tts.0 btw, i dont know if devfsd is enabled with debian's default install. -- Edelbert S. Mania CISP/NOC -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
