Nie. W gargoyle w sekcji wan masz teraz wybrany "modem usb hilink" zmień to na "statyczny ip (kablowo)", wpisz dane. Później zaloguj się przez ssh i w /etc/config/newtwork w sekcji wan zmień ifname z eth1 na eth2 czy jakie tam masz interfejsy. Zapisz i nie dotykaj później nic w gui żeby Ci tego nie nadpisało.
czy takie rozwiązanie będzie działać po awarii prądu i restarcie urządzeń czyli modemu i netgara?
moj plik network wygląda tak:
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd05:a513:4567::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
option dns '192.168.1.1'
config interface 'wan'
option proto 'dhcp'
option ifname 'eth2'
option ipv6 '0'
config interface 'wan6'
option ifname 'eth1'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
option blinkrate '2'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 5t'
config switch_port
option device 'switch0'
option port '1'
option led '6'
config switch_port
option device 'switch0'
option port '2'
option led '9'
config switch_port
option device 'switch0'
option port '5'
option led '2'czyli powinienem zmienić option ifname 'eth2' na option ifname 'eth1' ?