Hello all,<br> I have an ubuntu intrepid running on a lenovo T61p laptop. I installed scratchbox 2 (sb2) for development. But I am faced with a problem<br><br>The usb connection does not seem to work. After installation of sb2 /etc/network/interface was extended with usb0<br>
<br>mapping hotplug<br> script grep<br> map usb0<br><br>auto usb0<br>iface usb0 inet static<br>address <a href="http://192.168.2.14">192.168.2.14</a><br>netmask <a href="http://255.255.255.0">255.255.255.0</a><br>
network <a href="http://192.168.2.0">192.168.2.0</a><br>broadcast <a href="http://192.168.2.255">192.168.2.255</a><br>up iptables -t nat -A POSTROUTING -o eth0 -s <a href="http://192.168.2.15">192.168.2.15</a> -j MASQUERADE<br>
up echo 1 > /proc/sys/net/ipv4/ip_forward<br>down iptables -t nat -D POSTROUTING -o eth0 -s <a href="http://192.168.2.15">192.168.2.15</a> -j MASQUERADE<br>down echo 0 > /proc/sys/net/ipv4/ip_forward<br><br>my primary network interface is eth0. However after this script was included my primary interface become usb0. My usb connection from my host computer to N810 does not work either.<br>
<br>Has anyone faced the same problem? if so does anyone know of a workaround.<br><br>Best Regards<br>Vinod<br>