[FS#660] Dropbear stops working after issuing /etc/init.d/network restart.

LEDE Bugs lede-bugs at lists.infradead.org
Tue May 16 13:26:46 PDT 2017


The following task has a new comment added:

FS#660 - Dropbear stops working after issuing /etc/init.d/network restart.
User who did this - Adrian Draus (r43k3n)

----------
I was able to find out that this option is causing issues for me:

	option Interface 'lan'

I don't know why though. Here is my network config file:

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 'fddc:1818:709c::/48'

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

config interface 'wan'
	option ifname 'eth0.2'
	option proto 'dhcp'

config device 'wan_dev'
	option name 'eth0.2'
	option macaddr '84:16:f9:c8:9c:5d'

config interface 'wan6'
	option ifname 'eth0.2'
	option proto 'dhcpv6'

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

config switch_vlan
	option device 'switch0'
	option vlan '1'
	option ports '1 2 3 4 0t'

config switch_vlan
	option device 'switch0'
	option vlan '2'
	option ports '5 0t'

config interface 'vpn'
	option ifname 'tun0'
	option proto 'none'

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=660#comment2645



More information about the lede-bugs mailing list