View Single Post
Posts: 63 | Thanked: 21 times | Joined on Jan 2006
#9
I am just guessing, because I do not know of any way to route traffic using route from the server, but I believe that
Code:
$route add default gw <nokia.770.ip.address> dev <usb_network_interface>
on the workstation would do the trick.
That just tells your workstation to route all internet traffic through the nokia using the usb network device the nokia is plugged into. If the nokia is forwarding packets at this point, then it should be a simple gateway and this will work.