有没有办法在 Android 上使用 PPPoE 连接 Wifi?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3082779/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 08:37:53  来源:igfitidea点击:

Is there a way to connect Wifi using PPPoE on Android?

androidwifi

提问by yokosuka

Since I am newbie in Android, I don't know how to connect Android (2.1 on HTC Desire) with PPPoE using wifi connection.
So Please anybody know solution, then kindly help me.

由于我是 Android 新手,我不知道如何使用 wifi 连接将 Android(HTC Desire 上的 2.1)与 PPPoE 连接。
所以请任何人知道解决方案,然后请帮助我。

回答by makwana

If you want to use PPPOE client with android, you have to first root your android phone, otherwise, the application will not work. The other method is to use your modem in PPPOE mode rather than bridge mode. In Bridge mode, you have to have a PPPOE dialer installed to your device to access the internet.

如果你想在android上使用PPPOE客户端,你必须先root你的android手机,否则应用程序将无法运行。另一种方法是在 PPPOE 模式而不是桥接模式下使用您的调制解调器。在桥接模式下,您必须在设备上安装 PPPOE 拨号器才能访问互联网。

In PPPOE mode, the user id and password are punched in the modem itself, so you have to just provide the wifi (if enabled) password and you are connected to the internet. But there is a trick, some ISP's modem do not work, when switched to the PPPOE mode and have to be re-configured again.

在 PPPOE 模式下,用户 ID 和密码是在调制解调器本身中打孔的,因此您只需提供 wifi(如果启用)密码即可连接到互联网。但是有一个技巧,有些ISP的modem不工作,切换到PPPOE模式时,必须重新配置。

回答by vs4vijay

yes you can... there is a App called WiFipppoe...

是的,你可以......有一个名为WiFipppoe的应用......

https://market.android.com/details?id=com.cnddu.wifipppoe

https://market.android.com/details?id=com.cnddu.wifipppoe

回答by Ryan Conrad

As far as I know, PPPoE would be how you would authenticate to your service provider. Wifi just acts as a bridge between the router and the wireless device. The router is what should authenticate via PPPoE. Your device should connect to the Wireless Connection, that would put you on the same network as the router, the router authenticates to the service provider via PPPoE over the WAN.

据我所知,PPPoE 将是您向服务提供商进行身份验证的方式。Wifi 只是充当路由器和无线设备之间的桥梁。路由器应该通过 PPPoE 进行身份验证。您的设备应连接到无线连接,这将使您与路由器处于同一网络,路由器通过 WAN 上的 PPPoE 向服务提供商进行身份验证。

Wifi is just a bridge between your device and the router. Now some routers have Wifi built in, but its like a Printer/Copier/Scanner, 3 devices jammed in to 1.

Wifi 只是您的设备和路由器之间的桥梁。现在有些路由器内置了 Wifi,但它就像打印机/复印机/扫描仪,3 台设备挤成 1 台。