Pandora Online


This is awesome!!!! but it is soooo damn slow :( is this how slow streaming games to portable devices will be lol?
 
Manual USB networking.


Been futsing with that for like an hour or so now, I must be doing something incorrectly. -_-


Followed that guide as such


USB networking on my Pandora is already enabled, skipped first step


Forced the STIP address on the Pandora's USB0 of 192.168.0.200


Forced the STIP address on the Laptop's USB0 of 192.168.0.200


added the route 192.168.0.100 on both the laptop and the Pandora respectively, as stated to do.


before I forget to mention, I did of course add the subnet of 255.255.255.0 on both machines.


Can consistantly ping 192.168.0.200 on the Pandora, with/without USB plugged in. While pinging 192.168.0.200 on laptop it cuts out if I remove the USB cord. I know thats done properly.


Cannot ping 192.168.0.100 on either the Pandora/Laptop. I receive an error when trying of:


From 192.168.0.200 icmp_seq=3 Destination Host Unreachable

chris_c's post:

"on your desktop host the network configuration is the same with the addresses swapped round"

^ did I misunderstand something there? Any pointers appreciated.
 
Forced the STIP address on the Pandora's USB0 of 192.168.0.200


Forced the STIP address on the Laptop's USB0 of 192.168.0.200

I think it's a misprint. There is no point to assign same IPs for both Pandora and Pandora gateway.


I think you should assign 192.168.0.100 to your Laptop's interface. And don't forget to enable IP forwarding on the gateway



Code:
echo 1 > /proc/sys/net/ipv4/ip_forward
 
<snip>



Code:
echo 1 > /proc/sys/net/ipv4/ip_forward

Hey, thanks for the reply although Ubuntu doesn't seem to like me doing that.


Permission Denied :x ( i did try sudo'ing is as well )
 
Last edited by a moderator:
Hey, thanks for the reply although Ubuntu doesn't seem to like me doing that.


Permission Denied :x ( i did try sudo'ing is as well )


Code:
sudo su

echo 1 > /proc/sys/net/ipv4/ip_forward

`sudo echo 1 > /proc/sys/net/ipv4/ip_forward` does not work, because it executes only `echo` as root and tries to redirect output to the file as ordinary user.
 
Okay so that makes sense. Although just what am I trying to do to this text file? Am I just changing it's value to one?


I've tried this:


levi@ubuntu:/proc/sys/net/ipv4$ echo 1 > ip_forward


bash: ip_forward: Permission denied


http://ubuntuforums.org/showthread.php?t=589387


Got it, thank you Google =P
 
Last edited by a moderator:
sandwich.png
 
Last edited by a moderator:
Back
Top