我无法通过静态 IP 地址和两个 DNS 地址让我的Onion Omega2连接到我的以太网。要连接我的 PC,我必须设置以下内容:
IP 地址:82.149.xxx.xxx
子网掩码:255.255.255.0
网关:82.149.xxx.xxx
DNS 服务器:212.xxx.xxx.xxx
、83.xxx.xxx.xxx
哪些设置必须在/etc/config/network
其他地方进行?
我尝试了以下但没有成功:
config interface 'wan'
option proto 'static'
option ifname 'eth0'
option ipaddr '82.149.xxx.xxx'
option netmask '255.255.255.0'
option gateway '82.149.xxx.xxx'
list dns '83.xxx.xxx.xxx'
list dns '212.xxx.xxx.xxx'