HI GUY's, I AM REHMAT ALI GULWATING, HAVE TO ASK ONE SOLUTION. PROBLEM IS I HAVE A CENTOS ON VIRTUAL MACH AND IN ACTUAL I HAVE XP.IN CENTOS I DOWNLOAD A PACKGE RP-PPPOE SERVER AND CONFIGURE STEP BY STEP SHOWN DOWN HERE :-
1. I download the package from: http://www.roaringpenguin.com/penguin/rp-pppoe-3.5.tar.gz 2. Unpack of package and intstall: (ex:/etc/rp-pppoe-3.5) #cd /etc/rp-pppoe-3.5 #./go 3. Configuration files: 1-/etc/PPP/options 2-/etc/PPP/pppoe-server-options 3-/etc/PPP/chap-secrets 4. Change My configuration: (Creat a back up file after change.) 1- #pico /etc/PPP/options Add this lines: lock crtscts nobsdcomp nodeflate nopcomp 2- #pico /etc/PPP/pppoe-server-options Add this lines: auth require-chap default-mru default-asyncmap lcp-echo-interval 60 lcp-echo-failure 5 ms-dns a.b.c.d noipdefault noipx nodefaultroute noproxyarp noktune netmask 255.255.255.255 logfile /var/log/pppd.log 3- #pico /etc/PPP/chap-secrets Add this lines: "eagle" * "eagle" 192.168.100.3 "test" * "testpass" 192.168.100.11 - save this files. 5. Run the Server by this command: #pppoe-server -I eth1 -C hurlevent -m MSSperso -L 192.168.100.1 -R 192.168.100.2 -S adsleagle -F 6. Side Cleint: in WindowsXp creat new connection and choose broadband connection (PPPoE) and login with username and password: -test / testpass -eagle /eagle THEN CLIENT XP MACHINCE CREATE A ERROR CODE 721 (remote machine can not responde) so what should i have to do to configure a PPPOE SERVER on my linux machine please help me out.
