kerenn
Group: Members
Posts: 1
Joined: Mar. 2006 |
|
Posted: Mar. 19 2006,14:48 |
|
Hi,
I need a pppoe server (access concentrator). Since windows "RASPPPOE" doesn't support CHAP (only MS-CHAP) I thought to go for linux, but to 'make things simple' I tried finding a linux which can run pppd without the need of installing linux, partitioning etc.
DSL embedded (wow, what a gread idea) was the perfect solution. I downloaded and installed v2.2; Looks like this version has PPP inside it (all linux with kernel 2.4 and above should have pppoed support).
There are several problems, though:
(1) The eth0 interface receives the IP address: 10.0.2.15. I tried configuring it manually (ifconfig eth0 10.4.28.100 dstaddr 10.4.0.1 ...) but even though it looks perfectly configured (with DNS, with route and all) it still doesn't communicate at all. How come that using DHCP and auto network configuration it communicates (surfing the web, pinging) but when trying to change the IP address it stops functioning?
(2) How do I moung the local HD? I saw that it uses two HDs: /dev/hda is /KNOPPIX, read only /ramdisk is a ~100MB ram drive. I didn't succeed mounting my WIN XP hard disk. How can I do it?
(3) How do I start and run the pppoe daemon? I'm a bit confused. There's this: /etc/ppp directory contain some PPP stuff, /usr/sbin contains files such as pppoe, pppd, pppstats, pppoe-sniff and others...
Does anyone here knows or tried operating the DSL as PPP daemon? Thanks, Keren.
|