View Single Post
Staro 22.05.2013., 12:20   #1070
MapHtH
Registered User
 
MapHtH's Avatar
 
Datum registracije: Aug 2012
Lokacija: Tu
Postovi: 4
Promjenio u b2p i dalje ne radi...
Dodao
/sbin/dsl_cpe_control -i00_00_00_00_00_04_00_00 -n /sbin/dsl_notify.sh -f /lib/firmware/ltq-dsl-fw-b-danube.bin &

I dalje neće...

Dakle, ovo je uređena konfa:

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

config interface 'lan'
	option type 'bridge'
	option proto 'static'
	option netmask '255.255.255.0'
	option ifname 'eth0.1'
	option ipaddr '192.168.0.1'

config switch
	option name 'eth0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'eth0'
	option vlan '1'
	option ports '2 3 4 5t'
	option vid '1'

config adsl-device 'adsl'
	option fwannex 'b'
	option annex 'b2p'

config interface 'wan'
	option proto 'pppoe'
	option ifname 'nas0'
	option username 'xxxxxxxxxxx@htnet-dsl'
	option password 'yyyyyyyyyyyy'
	option mtu '1492'
	option peerdns '0'
	option dns '192.29.150.3 192.29.150.4'

config switch_vlan
	option device 'eth0'
	option vlan '2'
	option vid '2'
	option ports '1 5t'

config atm-bridge
	option unit '0'
	option atmdev '0'
	option encaps 'llc'
	option payload 'bridged'
	option vci '33'
	option vpi '0'

config atm-bridge
	option unit '1'
	option atmdev '0'
	option encaps 'llc'
	option payload 'bridged'
	option vci '40'
	option vpi '0'

config interface 'iptv'
	option type 'bridge'
	option ifname 'eth0.2 nas1'
	option proto 'none'
	option auto '1'
U attachu su logovi.
Attached Files
File Type: txt Kernel.txt‎ (11.5 kB, 387 views)
File Type: txt System.txt‎ (15.4 kB, 351 views)
MapHtH je offline   Reply With Quote