For enable PPP you need Hardware Node access.
To insert module to your existing Kernel.Please do the following steps
1. # modprobe ppp_async
2. # modprobe ppp_deflate
To check the module installed or not
3. # lsmod | grep ppp
4. # vzctl set VEID –devices c:108:0:rw –save
5. # vzctl exec VEID mknod /dev/ppp c 108 0
6. # vzctl exec VEID chmod 600 /dev/ppp
7. # vzctl restart VEID
8. # vzctl enter VEID
9. # /usr/sbin/pppd --> for confirming
No comments:
Post a Comment