View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#4
Originally Posted by Konceptz View Post
Hey guys, I'm pretty sure it's not hard to route internet from the N9 to linux via USB set to SDK.
[...]

On N9:
#ip route add 192.168.2.15 gw.....
It should be something like:

Code:
# route del default
# route add default gw 192.168.2.15
(assuming that 192.168.2.15 is the Mac's IP address). You don't need to enable IP forwarding on the N9, but you do on the Mac.