Quote:
Originally Posted by knc1
For the PW-2, get your USBnetworking from NiLuJe's snapshots thread.
Did you do Step #4 at the first, above link?
How did you set the options?
Are you using the serverstart.sh script?
How? Kite, KUAL, via networking (and which)?
How are you trying to access the server, Wifi, USBnetworking?
(It makes a difference to the firewall settings).
Also, the IP address is not the same on Wifi and USBnetworking.
Please remember that I can not see over your shoulder.
|
1- i have usbnet from the first post of this 3d
2- i did all of that guide ^_^ on the last step i got the httpd.config i tried removing the /cgi-bin line too ... but same result
3- yes
4- from ssh just ./serverstart.sh
5- didn't understand.. kindle is wifi (:-P) 192.168.0.167 (dhcp locked), my computer is eth (192.168.0.2) i can access to kindle with usbnetworking in wifi mode .. so the Allowed ip on httpd.config is ok ...
a few stuff from my kindle:
Code:
[root@kindle etc]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:5485 errors:0 dropped:0 overruns:0 frame:0
TX packets:5485 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1441954 (1.3 MiB) TX bytes:1441954 (1.3 MiB)
wlan0 Link encap:Ethernet HWaddr A0:02:DC:A4:96:ED
inet addr:192.168.0.167 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:119901 errors:0 dropped:5031 overruns:0 frame:0
TX packets:21669 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:40220689 (38.3 MiB) TX bytes:2985456 (2.8 MiB)
[root@kindle etc]# cd /mnt/us/www/cgi-bin/
[root@kindle cgi-bin]# ls
b.cgi f.cgi
[root@kindle cgi-bin]# cd /mnt/us/usbnet/etc/
[root@kindle etc]# cat httpd.conf | grep ^[^#]
A:192.168.
A:127.
[root@kindle etc]# cd /mnt/us
[root@kindle us]# cat serverstart.sh
#!/bin/sh
iptables -A INPUT -i wlan0 -p tcp --dport www -j ACCEPT;
/mnt/us/usbnet/bin/busybox httpd -h /mnt/us/www -c /mnt/us/usbnet/etc/httpd.conf