Just a crazy thought, but would it be at all possible to use the nokia 770 as a wifi card to access the internet with on your PC via usb?
I'm sure it IS possible, but who is willing to do it
Just a crazy thought, but would it be at all possible to use the nokia 770 as a wifi card to access the internet with on your PC via usb?
I'm sure it IS possible, but who is willing to do it
Interesting idea, could serve as a nice hardware firewall with the right configuration as well I would think.
Just a crazy thought, but would it be at all possible to use the nokia 770 as a wifi card to access the internet with on your PC via usb?
I'm sure it IS possible, but who is willing to do it
Way more trouble than it is worth.
1) Easier to get a Wi-Fi card for the PC.
2) To make it work, you would need to follow shared network protocols--what a hassle.
It should be easy if USB networking is already set up.
Someone needs to compile iptables support into the kernel (they could be distributed as modules in a repo since we are all using the same kernel and compiler from nokia) and then port iptables itself (who knows how much/little work that would be).
From there it is trivial to forward traffic from one interface to another.
All that is needed is iptables...
Though there may be an even simpler way, I only know how to do it with iptables or ipchains
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.