Hello world. I am trying to make 1 diskette Linux for gateway/router. I used CCLinux(http://www.cosmicchaos.com/CClinux/) as a base installation. I changed the kernel to 2.2.10 (SMP, ip-masq, ip-aliasing, NO UNIX98 style (pty),...), add pppd(2.3.7), chat and /etc/pppd/options,chat-ppp0. But, I had a problem when configuring pppd demand dialing. Here is my sample /etc/ppp/options #---/etc/ppp/options--- -detach idle 600 #disconnect if idling 10 minutes demand #demand dialing 0.0.0.0:10.10.10.10 #just put it to satisfied demand option lock defaultroute noipdefault modem /dev/ttyS1 115200 connect "/sbin/chat -v -f /etc/ppp/chat-ppp0" crtscts debug passive #---EOF:/etc/ppp/options--- After `pppd` command issued below error appeared. No free pty for loopback There are not enough info about PPPD 2.3.x demand dialing that I can refered to, so can anybody help me to solve the problem? TIA, Yours, Mohammad Bahathir Hashim.
