<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
i did first: iptables -N new_chain<br>this worked,but only one time i could ping another pc in my network and opkg recived 404 Error (is trying to connect buildhost.openmoko.org , [I changed to correct directory but there arent packages.sig files]).<br>Ping to WAN is somewehre disabled, i couldn't find where yet. So I removed the line in install.sh (Debian installer) <br>with the ping signal. But I lost connection to internet. Now the problems is my laptop has no access to internet. I will fix this an try again.<br><br>Wifi problem: wifi finds a network (only one unsecured, but not unsecured form laptop) but can't connect. Same from the command line. <br>udhcpc output: Sending discover... (3x)<br>&nbsp;run-parts: /etc/udhcpc.d/99avahi-autoipd exited with return code 1<br>this repeats endless<br><br><br>install Debian without internet access<br>&gt; <br>&gt; Matthias Camenzind wrote:<br>&gt; &gt; I tried but allways the same error on first line: iptables: No chain/target/match by that name<br>&gt; <br>&gt; You might need extra kernel modules. Could you give the exact error message?<br>&gt; <br>&gt; What I use is this:<br>&gt; <br>&gt; iface usb0 inet static<br>&gt;         address 192.168.0.200<br>&gt;         netmask 255.255.255.0<br>&gt;         post-up iptables -A POSTROUTING -t nat -j MASQUERADE -s<br>&gt; 192.168.0.0/24<br>&gt;         post-up echo 1 &gt; /proc/sys/net/ipv4/ip_forward<br>&gt;         post-up iptables -P FORWARD ACCEPT<br>&gt; <br>&gt; + in /etc/udev/rules.d/z60_openmoko.rules<br>&gt; KERNEL=="usb0", SUBSYSTEM=="net", ACTION=="add",    RUN+="/sbin/ifup usb0"<br>&gt; KERNEL=="usb0", SUBSYSTEM=="net", ACTION=="remove",<br>&gt; RUN+="/sbin/ifdown usb0"<br>&gt; <br>&gt; Of course you also need something like this on your freerunner:<br>&gt; <br>&gt; iface usb0 inet static<br>&gt;         address 192.168.0.202<br>&gt;         netmask 255.255.255.0<br>&gt;         network 192.168.0.0<br>&gt;         gateway 192.168.0.200<br>&gt; <br>&gt; As for your wifi problem, could you give more details? Can you connect<br>&gt; your laptop? What exactly are you trying, and what errors do you get?<br>&gt; <br>&gt; -- <br>&gt; Charles-Henri<br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; Openmoko community mailing list<br>&gt; community@lists.openmoko.org<br>&gt; http://lists.openmoko.org/mailman/listinfo/community<br><br /><hr />Connect to the next generation of MSN Messenger   <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline' target='_new'>Get it now! </a></body>
</html>