You are on page 1of 1

1. create a folder named "linux_install" under / of the linus system.

[mkdir
linux_install]
2. change the permission of the "linus_install" directory. [chmod -r 777
linux_install]
3. chnage directory to linux_install. [cd linux_install]
4. download all the files for pentavalue card setup.

- pptp-latest-linux.tar.gz
- pentaval-rhx-2.1.10_021111.tar
- pptpup.sh (for dial account)

5. decompress pentaval-rhx-2.1.10_021111.tar while you are at linux_install


directory.
[tar -zxvf pentaval-rhx-2.1.10_021111.tar]
6. change directory to /usr/src/ [ cd /usr/src/]
7. run [ ln -s /usr/src/linux2.4.20-8 linux], this will create symbolic link.
please note that in some cases
the kernel version may different.
8. change directory, run [ cd /linux_install/pentaval-rhx-2.1.10
9. run [ make clean]
10. run [ ./configure]
11. run [ make]
12. run [ make install]
13. run [cd ..]
14. decompress pptp-linux-latest.tar.gz while you are at linux_install. [tar -zxvf
pptp-linux-latest.tar.gz]
15. change directory. [ cd pptp-linux-1.0.2/]
16. run [ make]
17. run [ cp pptp /usr/local/sbin]
18. change directory. [cd /etc/ppp/]
19. run [vi options]
- delete "lock"
- add "noauth"
- add another line "debug"
20. change directory [cd /linux_install/pentaval-rhx-2.1.10]
21. edit the "pentaval.conf" file as requirements.
22. run [ cp pentaval.conf /etc/]
23. run [ vi /etc/rc.d/rc.local]
24. add this line
- "/linux_install/pentaval-rhx-2.1.10/pentavalt -a -d pentaval0 -f
/etc/pentaval.conf"
25. run [reboot] this will reboot the system.

You might also like