scusate ma non riesco proprio a trovare l'indirizzo del gateway
questo il mio network dopo le primissime modifiche
config device 'waneth4'
option type '8021q'
option name 'waneth4'
option macaddr 'A4:91:B1:C6:75:BA'
option ifname 'eth4'
option ipv6 '0'
option vid '1036'
config device 'wanptm0'
option type '8021q'
option name 'wanptm0'
option macaddr 'A4:91:B1:C6:75:BA'
option ifname 'ptm0'
option vid '835'
option ipv6 '0'
config interface 'wan'
option auto '1'
option proto 'pppoe'
option demand '0'
option keepalive '4,30'
option graceful_restart '1'
option macaddr 'A4:91:B1:C6:75:BA'
option ipv6 '0'
option peerdns '1'
option reqopts '1 3 6 15 26 33 42 51 121 249'
option keepalive_adaptive '0'
option dns_metric '0'
option ifname 'waneth4'
option password 'vodafone'
option username 'D-R12356789'
option host_uniq '123456789'
config config 'config'
option wan_mode 'pppoe'
config interface 'wwan'
option proto 'mobiled'
option session_id '0'
option profile '1'
option iface_464xlat '0'
option auto '0'
config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
option reqopts '12 21 22 23 24 25 31 56 64 67 82 83'
option noslaaconly '1'
option iface_464xlat '0'
option auto '0'
option dns_metric '20'
config interface 'sfp'
option proto 'static'
option ifname 'eth4'
option ipaddr '192.168.2.2'
option netmask '255.255.255.0'
config device 'voipeth4'
option enabled '0'
option type '8021q'
option name 'voipeth4'
option macaddr 'A4:91:B1:C6:75:BB'
option ifname 'eth4'
option vid '84'
option mtu '1400'
option ipv6 '0'
config interface 'voip'
option auto '0'
option proto 'dhcp'
option ifname '<set by script>'
option macaddr 'A4:91:B1:C6:75:BB'
option ipv6 '0'
option peerdns '1'
option reqopts '1 3 6 15 26 33 42 51 121 249'
option vendorid 'DGA4132_CP1842SAYGP'
option ip4table 'voip'
option defaultroute '1'
option dnsset 'voip'
config device 'voipeth4'
option type '8021q'
option name 'voipeth4'
option macaddr 'E4:8F:34:3A:82:15'
option ifname 'eth4'
option ipv6 '0'
option vid '1035'
config interface 'voip'
option auto '1'
option proto 'pppoe'
option demand '0'
option macaddr 'E4:8F:34:3A:82:15'
option ipv6 '0'
option keepalive_adaptive '0'
option ifname 'voipeth4'
option password 'vodafone'
option username 'V-R123456789'
option host_uniq '123456789'
option keepalive '4,20'
option defaultroute '0'
se eseguo il comando "/etc/config$ route |grep voip" mi risponde pagina nera
se eseguo ilcomando /etc/config$ route mi risponde così
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default net-2-44-116-1. 0.0.0.0 UG 0 0 0 pppoe-wan
2.44.116.1 * 255.255.255.255 UH 0 0 0 pppoe-wan
192.168.1.0 * 255.255.255.0 U 0 0 0 br-lan
192.168.2.0 * 255.255.255.0 U 0 0 0 eth4
192.168.168.0 * 255.255.255.128 U 0 0 0 wl0_1
192.168.168.128 * 255.255.255.128 U 0 0 0 wl1_1
è possibile che debba modificare qualche parametro perchè non ho ont esterno ma mini ont nella porta sfp?
grazie