
config interface 'loopback'
	option ifname 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'

config interface 'lan'
	option type 'bridge'
	option ifname 'eth0'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option ip6assign '64'

config interface 'wan'
	option ifname 'eth1.832'
	option proto 'dhcp'
	option broadcast '1'
	option vendorid 'sagem'
    option reqopts '1 15 28 51 58 59 90'
	
    #modifier votre fti/xxxxx dans la chaine option 90 : 6674692f71707138383838
	option sendopts '77:2b46535644534c5f6c697665626f782e496e7465726e65742e736f66746174686f6d652e4c697665626f7834 90:00000000000000000000001a0900000558010341010d6674692f717071383838383c127c68557821782e75306036333740736703133c0a1210325273be725f8f21a5740202c0'

config interface 'wan6'
	option ifname 'eth1.832'
	option proto 'dhcpv6'
	option reqprefix 'auto'
	option reqaddress 'none'
	option defaultreqopts '0'

	#remplacer votre fti/xxxxx dans la chaine option 11 : 6674692f71707138383838
	option sendopts '11:00000000000000000000001a0900000558010341010d6674692f717071383838383c127c68557821782e75306036333740736703133c0a1210325273be725f8f21a5740202c0 15:FSVDSL_livebox.Internet.softathome.livebox4 16:0000040e0005736167656d'


	livebox4 16:0000040e0005736167656d'
	option reqopts '11 17 23 24'
	option noclientfqdn '1'
	option noacceptreconfig '1'

config interface 'vlantv'
	option proto 'static'
	option ipaddr '192.168.19.254'
	option netmask '255.255.255.0'
	option ifname 'eth0.19'

config interface 'tvorange'
	option ifname 'eth1.840'
	option proto 'static'
	option ipaddr '192.168.255.254'
	option netmask '255.255.255.255'
	option delegate '0'
