Re: us network and Uuntu 8.10 - is there a better way?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: List for Openmoko community discussion <community@...>
Date: Tuesday, November 25, 2008 - 4:47 am

------=_Part_2647_14951785.1227602846476
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi all

Personaly I lauch this script after pluging the FR:

#! /bin/sh
sudo iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24
sudo sysctl -w net.ipv4.ip_forward=1
sudo ip addr add 192.168.0.200/24 dev usb0
sudo ifconfig usb0 up
ssh root@192.168.0.202
echo nameserver 208.67.222.222 > /etc/resolv.conf

I collect the different lines on the wiki, and it works well for me. Could
you give it a try ?

kimaidou

------=_Part_2647_14951785.1227602846476
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi all

Personaly I lauch this script after pluging the FR:

#! /bin/sh
sudo iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24
sudo sysctl -w net.ipv4.ip_forward=1

sudo ip addr add 192.168.0.200/24 dev usb0
sudo ifconfig usb0 up
ssh root@192.168.0.202
echo nameserver 208.67.222.222 > /etc/resolv.conf



I collect the different lines on the wiki, and it works well for me. Could you give it a try ?

kimaidou

------=_Part_2647_14951785.1227602846476--

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
us network and Uuntu 8.10 - is there a better way?, Torfinn Ingolfsen, (Mon Nov 24, 3:19 pm)
Re: us network and Uuntu 8.10 - is there a better way?, Torfinn Ingolfsen, (Tue Nov 25, 5:33 pm)
Re: us network and Uuntu 8.10 - is there a better way?, Torfinn Ingolfsen, (Sat Nov 29, 8:26 am)
Re: us network and Uuntu 8.10 - is there a better way?, Alexander Chemeris, (Sun Nov 30, 12:35 pm)
Re: us network and Uuntu 8.10 - is there a better way?, Torfinn Ingolfsen, (Fri Dec 26, 11:47 am)
Re: us network and Uuntu 8.10 - is there a better , Joel Newkirk, (Fri Dec 26, 2:55 pm)
Re: us network and Uuntu 8.10 - is there a better way?, kimaidou, (Tue Nov 25, 4:47 am)
Re: us network and Uuntu 8.10 - is there a better way?, Joerg Lippmann, (Mon Nov 24, 4:07 pm)
Re: us network and Uuntu 8.10 - is there a better way?, Torfinn Ingolfsen, (Mon Nov 24, 4:24 pm)
Re: us network and Uuntu 8.10 - is there a better , Joel Newkirk, (Mon Nov 24, 9:46 pm)
Re: us network and Uuntu 8.10 - is there a better way?, Cédric Berger, (Tue Nov 25, 4:50 am)
Re: us network and Uuntu 8.10 - is there a better way?, Alexander Chemeris, (Tue Nov 25, 6:47 am)