View Single Post
Old 09-28-2010, 12:30 PM   #702
hondamarlboro
Enthusiast
hondamarlboro turned on, tuned in, and dropped out.hondamarlboro turned on, tuned in, and dropped out.hondamarlboro turned on, tuned in, and dropped out.hondamarlboro turned on, tuned in, and dropped out.hondamarlboro turned on, tuned in, and dropped out.hondamarlboro turned on, tuned in, and dropped out.hondamarlboro turned on, tuned in, and dropped out.hondamarlboro turned on, tuned in, and dropped out.hondamarlboro turned on, tuned in, and dropped out.hondamarlboro turned on, tuned in, and dropped out.hondamarlboro turned on, tuned in, and dropped out.
 
hondamarlboro's Avatar
 
Posts: 32
Karma: 35466
Join Date: Jul 2010
Location: Japan
Device: Kindle2, Kindle3, Kindle4, Kindle Touch, Kindle Fire
NiLuJe, your great work much appreciated again and again.

USBNet over WIFI doesn't work under the following settings.
After I edit iptables INPUT policy manually from DROP to ACCEPPT, then wifi telnet/ssh work. Any problem with bin/usbnetwork script? Or something wrong with my settings? It would be appreciated if you advise me.

/mnt/us/usbnet/etc/config
K3_WIFI="false"
K3_WIFI_SSHD_ONLY="false"

/etc/sysconfig/iptables after ;debugON and ~usbNetwork
#iptables-save v1.3.8 on Thu Apr 1 09:20:23 2010
*filter
:INPUT DROP [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]

-A INPUT -i ppp0 -p tcp -m tcp --dport 40317 -j ACCEPT
-A INPUT -i ppp0 -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i wlan0 -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i wlan0 -p udp -j ACCEPT
-A INPUT -i ppp0 -p udp -j ACCEPT
-A INPUT -i lo -s 127.0.0.1 -j ACCEPT
-A OUTPUT -o lo -d 127.0.0.1 -j ACCEPT
-A INPUT -i usb0 -j ACCEPT
-A OUTPUT -p icmp -j ACCEPT
-A INPUT -p icmp -j ACCEPT
COMMIT
# Completed on Thu Apr 1 09:20:23 2010
hondamarlboro is offline   Reply With Quote