我正在尝试永久禁用 ppp0e connectino 上的多播、点对点和 allmulti。我一直按照使用 ifconfig 的说明进行操作,但出现错误:
当我输入以下内容或类似内容时:
ifconfig ppp0 -allmulti
我得到:
SIOCSIFFLAGS: Operation not permitted
Warning: Interface ppp0 still in ALLMULTI mode.
我尝试过重启网络
sudo service networking restart
但得到的回应是一样的。我该怎么做,或者还有其他方法吗?我在使用 ubuntu v 16.04。