CAdecoder dd igmpproxy ping6 tcci
ConfigFilter delgroup inadyn portbindcmd tce
EmappS deluser inetd ppp_monitor tcwdog
\[ dhcp6c init pppcmd test
ac dhcp6s insmod pppd tftp
acl dhcpdetector ip pppoe-relay tftpd
addgroup dhcrelay ip6tables pppstat top
adduser dirname ipcs ps tr069
adslcmd dmesg iptables ptmcmd tr69
adslstat dnsmasq iwpriv pwd traceroute
algcmd dropbear kill qoscmd traceroute6
arp ebtables killall radvd true
ash echo klogd reboot udhcpc
ated ecmh ln ripd udhcpd
atmcmd email4log login rm umount
autoFwUpgrade env ls rmdir uname
awk ethcmd lsmod rmmod uptime
basename expr maceui route usleep
bftpd ez-ipupdate mailsend rt2860apd utelnetd
boa false md5 run-parts vah
br2684ctl firewallcmd mdev sed vahcmd
brasinfo free mkdir sh vconfig
brctl freeMemory more sleep w
busybox ftpget mount smuxctl wan
cat ftpput mtd snmpd wc
cfg_manager ftpset mtr sys wget
chmod getty mv syscmd wlan
cp grep netstat sysctl wlancmd
cpu head nslookup sysdiagd wscd
crond hostname ntpclient syslogd yes
cut hw_nat passwd taskset zebra
cwmpcmd ifconfig pidof tc
date igmp ping tcapi
我的 Zyxel 路由器上有所有这些命令,有没有办法在不重启路由器的情况下断开/连接宽带连接?这样做的目的是通过使用 telnet 获取新的 IP 地址。顺便说一下,我的连接使用动态 IP。提前致谢。
答案1
不同的制造商在 Linux 上配置 PPPoE 的方法可能有所不同。所以我无法给你确切的解决方案。
请检查您的路由器上是否存在 man 命令。如果存在,请尝试运行 man adslcmd 或 man pppcmd 来检查这两个命令是否有启动和停止 PPPoE 连接的选项。
如果没有man,您可以尝试在这两个命令(adslcmd -h或adslcmd /?)上使用-h或/?参数来检查是否有任何帮助信息出现。
如果仍然不起作用,正如 Ramhound 上面提到的,您可以尝试使用 ifconfig 来禁用并重新启用接口,或者尝试重新启动网络服务。
希望这可以帮助。