Outline ·
[ Standard ] ·
Linear+
Unifi Official TM UniFi High Speed Broadband Thread V12, FREE Installation & 1-month subscription
|
bahathir
|
Aug 15 2011, 10:27 AM
|
|
Posting this message from my GNU/Linux MBP, connected directly to Huawei HG850a, without any middleman/router  How? very easy...  1) Add VLAN 500 interface to eth0 # vconfig add eth0 500 # ifconfig eth0.500 up 2) setup pppoe , using rp-pppoe script # pppoe-setup Add login particulars, and put "eth0.500" for ETH interface. 3) Start pppoe # pppoe-start Then happy browsing.... This post has been edited by bahathir: Aug 15 2011, 11:20 AM
|
|
|
|
|
|
bahathir
|
Aug 15 2011, 10:50 AM
|
|
CODE $ ping 58.6.13.3 PING 58.6.13.3 (58.6.13.3) 56(84) bytes of data. 64 bytes from 58.6.13.3: icmp_req=1 ttl=52 time=138 ms 64 bytes from 58.6.13.3: icmp_req=2 ttl=52 time=140 ms 64 bytes from 58.6.13.3: icmp_req=3 ttl=52 time=138 ms 64 bytes from 58.6.13.3: icmp_req=4 ttl=52 time=141 ms
|
|
|
|
|