I've had my Iopener sitting around for a very long time and I've finally gotten around to hacking it. I've been able to run pppd manually and by watching the output of chat, it seems to connect just fine. But I can't get pppd's debug output to go to syslog so I'm not sure what it sees. It doesn't seem to add any routes (defaultroutes option is set). I've got syslog turned on (/bin/nploginit -a -F/tmp/log).
I've also got a couple of simple questions that I havn't been able to find the answers to :
- how do i determine the version?
- I've been reading about various issues with jailbait (my goal).. is it stable or are people having serious problems?
- are ther any FAQs that are useful? I've read a bunch of the 'tips' posts, but they didn't really apply. What I'de really like is a PPP howto faq.
Thanks in advance,
Reza
p.s. my bios is 4.51PG, i'm using the following pppd options :
/dev/modem
crtscts
115200
modem
noauth
defaultroute
debug
connect "/bin/chat -f /etc/dialup-script -v -s V -t120"
(i've moddified the dialup-script and that part works)