Setting PPOE

Setting :
 
#ee /etc/ppp/ppp.conf
  default:
  set device PPPoE:xl1  #xl1 lancard menuju ke inet
  set speed sync
  set mru 1492
  set mtu 1492
  set ctsrts off
  enable lqr
  set log phase tun
  add default HISADDR #ISP's gateway's address 
  nat enable no
  provider:
  set authname USERNAME  #Replace USERNAME with your ISP 
  set authkey PASSWORD   #Replace PASSWORD with your ISP 
 
Agar bisa berjalan setiap booting :
 
#ee /etc/rc.conf
“dan ditambahkan”
ppp_enable=”YES” 
ppp_profile=”provider” 
ppp_mode=”ddial”


Dial :
PPP -ddial
provider

No comments:

Post a Comment