Page 1 of 1

Mint 14 Cinamon won't get internet.

Posted: Fri Mar 29, 2013 5:54 am
by Pallevante
Hello!

I've installed Linux Mint beside Windows 8 and it won't get internet access. I'm no genius with linux but I've checked the configurations and they should be correct.

The internet comes from a bridged connection on my laptop to this computer if that has anything to do with it. It works with Windows 8.

IfConfig: eth0 Link encap:Ethernet HWaddr f4:6d:04:af:85:51
inet addr:192.168.1.95 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::f66d:4ff:feaf:8551/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:57 errors:0 dropped:0 overruns:0 frame:0 TX packets:158 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:7418 (7.4 KB) TX bytes:20490 (20.4 KB)

eth1 Link encap:Ethernet HWaddr f4:6d:04:af:97:99
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) Interrupt:18 Memory:fbf00000-fbf20000

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:16436 Metric:1 RX packets:24 errors:0 dropped:0 overruns:0 frame:0 TX packets:24 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1396 (1.3 KB) TX bytes:1396 (1.3 KB)

/etc/network/interfaces:
interfaces(5) file used by ifup(8) and ifdown(8)

auto lo iface lo inet loopback

Thanks in advance.

Re: Mint 14 Cinamon won't get internet.

Posted: Fri Mar 29, 2013 6:18 am
by jost667
The IP settings look fine. What error messages do you get? Have you tried pinging some hosts?
Try
ping <IP of your windows machine>
ping <IP of your default gateway/router>
ping 4.2.2.2

Re: Mint 14 Cinamon won't get internet.

Posted: Fri Mar 29, 2013 6:25 am
by Pallevante
It dosen't give me an error message, I pinged google and it said it was unreachable.

If I try to connect via Firefox it just spins and never connects.

Re: Mint 14 Cinamon won't get internet.

Posted: Fri Mar 29, 2013 6:44 am
by jost667
Probably your default gateway is not set correctly. Try to disable and enable your network again and post the output of
sudo route
sudo traceroute 173.194.39.70 # google.com

Re: Mint 14 Cinamon won't get internet.

Posted: Fri Mar 29, 2013 9:18 am
by Pallevante
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.254 0.0.0.0 UG 0 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0
192.168.1.0 * 255.255.255.0 U 1 0 0 eth0

this was the only thing I could get. It said it didn't have the traceroute package.

Re: Mint 14 Cinamon won't get internet.

Posted: Fri Mar 29, 2013 10:13 am
by Flemur
Not a solution, but perhaps related: I have Mint 13, Mint 14 and Arch, triple boot, and (stock, updated) Mint 14 has consistent, constant problems with any google sites - can't login to email (hangs, no error msgs), picture search rarely works, etc - but the other distros work fine, and most other websites work OK in 14. (I posted about it here, no answers though).

Re: Mint 14 Cinamon won't get internet.

Posted: Fri Mar 29, 2013 1:16 pm
by Pallevante
I've tried to connect to different webpages such as this forum, facebook, reddit, youtube

Re: Mint 14 Cinamon won't get internet.

Posted: Tue Apr 02, 2013 4:20 am
by jost667
If your IP is 192.168.1.95, your default gateway is set to 192.168.1.254 and you can ping the default gateway successfully then most likely the default gateway just refuses to forward packets. You may want to look up on "internet connection sharing" for your windows box to set this up correctly. If a ping to an IP like 4.2.2.2 or 173.194.39.70 is successful then the DNS settings on your Linux box are not set correctly (you can use 4.2.2.2 as your primary DNS server).