User Tools

Site Tools


fluksossh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

fluksossh [2010/09/01 10:39]
mysmartgrid angelegt
fluksossh [2012/10/30 10:27] (current)
Line 1: Line 1:
-Login on your flukso via SSH and add the following line to the file /etc/firewall.user +Login on your flukso via SSH and edit /etc/config/firewall: set wan input to 'ACCEPT':
 <code> <code>
-iptables -A input_wan -p tcp -i ath0 --dport 22 -j ACCEPT+  config 'zone' 
 +        option 'name' 'wan' 
 +        option 'input' 'ACCEPT
 +        option 'output' 'ACCEPT' 
 +        option 'forward' 'REJECT' 
 +        option 'masq' '1'
 </code> </code>
 +Now, all traffic over the WLAN interface is accepted, including access to the internal webservice.
fluksossh.1283330398.txt.gz · Last modified: 2012/10/30 10:35 (external edit)