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)
|