> > I want to configure a Linux PPP server to listen to > a TCP Port How do i go about it?? PPP is a layer-2 protocol. You can't directly make a PPP server listen on a TCP port. But it is possible to tunnel PPP connections over a IP network. Take a look at the PPTP RFC (RFC 2637) and related projects: http://pptpclient.sourceforge.net http://poptop.sourceforge.net Hope this helps. Ravi. __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/