network

config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' config device option name 'br-lan' option type 'bridge' option igmp_snooping '1' list ports 'eth0' list ports 'eth1' list ports 'eth2' list ports 'eth3' list ports 'eth4' config interface 'lan' option device 'br-lan' option proto 'static' option netmask '255.255.255.0' option ip6assign '60' option ipaddr '192.168.3.1' option ipv6 '0' option delegate '0' list dns '1.1.1.1' list dns '8.8.8.8' config device option type 'bridge' option name 'bridge-iptv' option bridge_empty '1' option igmp_snooping '1' config interface 'WAN' option proto 'pppoe' option username 'adslppp@telefonicanetpa' option password 'adslppp' option device 'eth5.6' option ipv6 '0' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'IPTV' option proto 'static' option ipaddr '10.195.118.235' option gateway '10.128.0.1' option device 'eth5.2' option netmask '255.0.0.0' config device option type '8021q' option ifname 'eth5' option vid '6' option name 'eth5.6' config device option type '8021q' option ifname 'eth5' option vid '3' option name 'eth5.3' config device option type '8021q' option ifname 'eth5' option vid '2' option name 'eth5.2' config interface 'VOIP' option proto 'dhcp' option device 'eth5.3' option auto '0'

Public Last updated: 2022-09-12 11:31:02 AM