トップ 差分 一覧 ソース 検索 ヘルプ RSS ログイン

LN-pppoe-s

Linux で PPPoE サーバ

ポートの確保

/sbin/ifconfig eth1 up

設定 (簡易版)

/etc/ppp/pppoe-server-options
      require-pap
/etc/ppp/pap-secrets
      "testusername"^I"*"^I"testpassword"^I"*"
[起動方法]
/usr/sbin/pppoe-server -F -I eth1 -L 192.168.45.20 -R 192.168.45.21
  ユーザポート              /dev/eth1 
  ユーザ側 defaultrouter   192.168.45.20
  ユーザIPアドレス          192.168.45.21