Re: Install Debian without internet access

2008-09-27 Thread Mikael Berthe
* Matthias Camenzind [EMAIL PROTECTED] [2008-09-27 07:19 +0200]: This is what i did on ubuntu: sudo iptables -N RH-Firewall-1-INPUT sudo iptables -I RH-Firewall-1-INPUT -s 192.168.0.202 -j ACCEPT I think these two lines are useless (and the RH- prefix makes me think it comes from a RedHat

Re: Install Debian without internet access

2008-09-26 Thread Maciej Delmanowski
On Sep 26, Matthias Camenzind wrote: Freerunner: Om2007.2 (over terminal i can install ipk-packages, but dependences are to deep to load every file manually) Freerunner SD(2GB): Om2008 (wifi finds an unsecured net, but is not able to connect) Laptop: Ubuntu 8.04 (I tried to install a dhcp

RE: Install Debian without internet access

2008-09-26 Thread Matthias Camenzind
I tried but allways the same error on first line: iptables: No chain/target/match by that name and why --dport 53? From: [EMAIL PROTECTED] To: community@lists.openmoko.org Date: Fri, 26 Sep 2008 18:57:16 + Subject: Re: Install Debian without

Re: Install Debian without internet access

2008-09-26 Thread Charles-Henri Gros
Matthias Camenzind wrote: I tried but allways the same error on first line: iptables: No chain/target/match by that name You might need extra kernel modules. Could you give the exact error message? What I use is this: iface usb0 inet static address 192.168.0.200 netmask

RE: Install Debian without internet access

2008-09-26 Thread Matthias Camenzind
i did first: iptables -N new_chain 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]). Ping to WAN is somewehre disabled, i couldn't

RE: Install Debian without internet access

2008-09-26 Thread Matthias Camenzind
Now I'm istalling debain on my freerunner. This is what i did on ubuntu: sudo iptables -N RH-Firewall-1-INPUT sudo iptables -I RH-Firewall-1-INPUT -s 192.168.0.202 -j ACCEPT sudo iptables -t nat -A POSTROUTING -j MASQUERADE -s 192.168.0.0/24 sudo iptables -t nat -A PREROUTING -p tcp -s