对于iproute进行配置的时候 如果是pppoe拨号的动态ip那就比较难指定gateway ip了 以及并没有找到如何将gateway.net配置为interface 如果直接写interface name会生成类似 ``` ip route add 0.0.0.0/0 via ppp0 ``` 这样的输出