LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Easytether to linux to ps3 HELP!!! (https://www.linuxquestions.org/questions/linux-general-1/easytether-to-linux-to-ps3-help-4175487961/)

long1tom 12-14-2013 02:39 PM

Easytether to linux to ps3 HELP!!!
 
i am using easytether from my android 4g with unlimited data plan grandfathered in. i usb tether and ethrenet from my modem to my ps3.using windows 7 i could not get the NAT type on the ps3 to go to NAT 2 or NAT 1 so i downloaded Ubuntu 13.10 and messed with the interface a little bit. now i use static Ip address on the ps3 to change the NAT type and i can now i can obtain the IP address but with internet connection revieve a DNS error. ive messed with it for hours and hours and cant solve it myself. any solutions????

this is what i have under etc/network/interfaces



# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255

iface br0 inet dhcp
bridge_ports all

---------- Post added 12-14-13 at 03:40 PM ----------

~$ ifconfig
easytether0 Link encap:Ethernet HWaddr 76:3b:6d:d1:03:ef
inet addr:192.168.117.2 Bcast:192.168.117.255 Mask:255.255.255.0
inet6 addr: fe80::743b:6dff:fed1:3ef/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7716 errors:0 dropped:0 overruns:0 frame:0
TX packets:7296 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:5218474 (5.2 MB) TX bytes:1737532 (1.7 MB)

eth0 Link encap:Ethernet HWaddr f0:de:f1:ca:68:66
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:926 errors:0 dropped:0 overruns:0 frame:0
TX packets:926 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:98744 (98.7 KB) TX bytes:98744 (98.7 KB)

wmx0 Link encap:Ethernet HWaddr 64:d4:da:6a:8d:39
UP NOARP MTU:1400 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:20
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

jamison20000e 12-15-2013 12:43 PM

Hi, sorry I don't have much help here but makes me think of Rygel what connects my Linux to ps3. :)

schneidz 12-15-2013 01:41 PM

are you running ubuntu on the ps3 or another pc ?

maybe this will help:
http://www.linuxquestions.org/questi...6/#post3804866

edit:
what dns error are you getting.
what is in your /etc/resolv.conf file.

long1tom 12-16-2013 10:56 AM

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1


DNS ERROR 80710102

And im not sure how rygel works

im new to linux so just im learning as i go

schneidz 12-16-2013 11:05 AM

this is my /etc/resolv.conf:
Code:

[schneidz@hyper ~]$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.1.1

which points to my wifi router. yours is pointing to itself. not sure what the correct way to edit it is (since it is warning you about editing the file).

i would try changing it to open-dns (208.67.222.222) and see how long it works before it changes back.

long1tom 12-16-2013 11:28 AM

Just below nameserver?
i need to enter a primary and secondary DNS on the ps3

schneidz 12-16-2013 11:32 AM

/etc/resolv.conf: change
Code:

nameserver 127.0.1.1
to
Code:

nameserver 208.67.222.222
nameserver 208.67.222.220


long1tom 12-16-2013 11:41 AM

still the same error, and i restarted ps3 and eth0 with the nameserver staying at 208.67.222.222, with that entered as primary DNS and 208.67.220.220 as secondary, nothing

schneidz 12-16-2013 11:47 AM

where are you seeing:
Code:

DNS ERROR 80710102
. from firefox ?

long1tom 12-16-2013 11:48 AM

no on the PS3 internet connection test

schneidz 12-16-2013 12:20 PM

ok. confused. i thought you installed ubuntu onto the ps3 but that seems not to be the case. it seems you have another pc that you are trying to use as a bridge for the ps3 to access the internet.

how is the ubuntu pc able to access the internet. please show the output of
Code:

ifconfig && route && ping -c 1 www.02144.com
to prove the ubuntu machine is able to access the internet. obviousely if the ubuntu bridge is out then the ps3 wont be able to cross it.

long1tom 12-16-2013 12:27 PM

ifconfig && route && ping -c 1 www.02144.com
easytether0 Link encap:Ethernet HWaddr 12:d1:90:a7:11:4f
inet addr:192.168.117.2 Bcast:192.168.117.255 Mask:255.255.255.0
inet6 addr: fe80::10d1:90ff:fea7:114f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4511 errors:0 dropped:0 overruns:0 frame:0
TX packets:3895 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:3635996 (3.6 MB) TX bytes:655658 (655.6 KB)

eth0 Link encap:Ethernet HWaddr f0:de:f1:ca:68:66
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::f2de:f1ff:feca:6866/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:111 errors:0 dropped:0 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10348 (10.3 KB) TX bytes:5514 (5.5 KB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:31 errors:0 dropped:0 overruns:0 frame:0
TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:17510 (17.5 KB) TX bytes:17510 (17.5 KB)

wmx0 Link encap:Ethernet HWaddr 64:d4:da:6a:8d:39
UP NOARP MTU:1400 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:20
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.117.1 0.0.0.0 UG 0 0 0 easytether0
link-local * 255.255.0.0 U 1000 0 0 eth0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
192.168.117.0 * 255.255.255.0 U 1 0 0 easytether0
PING 02144.com (64.235.229.141) 56(84) bytes of data.

--- 02144.com ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

schneidz 12-16-2013 12:32 PM

so it seems like your ubuntu machine does not have internet access.

also, please use [code] tags.

long1tom 12-16-2013 12:36 PM

ok.
im using ubuntu to browse right now

schneidz 12-16-2013 11:05 PM

verify that by running these commands:
Code:

ifconfig && route && ping -c 1 www.02144.com
then run the commands from this thread, posted earlier, substituting wherever necessary:
http://www.linuxquestions.org/questi...6/#post3804866


All times are GMT -5. The time now is 04:05 PM.