F5F Stay Refreshed Software Operating Systems Connection issue with wired setup on Ubuntu 14.04

Connection issue with wired setup on Ubuntu 14.04

Connection issue with wired setup on Ubuntu 14.04

R
Rowdyruffboy
Junior Member
15
12-21-2016, 11:56 AM
#1
You've just updated Ubuntu, but your internet isn't available via the wired connection.
R
Rowdyruffboy
12-21-2016, 11:56 AM #1

You've just updated Ubuntu, but your internet isn't available via the wired connection.

H
hatttyyy
Junior Member
47
12-22-2016, 05:57 PM
#2
Check the connected network card, consider configuring a static IP if needed.
H
hatttyyy
12-22-2016, 05:57 PM #2

Check the connected network card, consider configuring a static IP if needed.

A
alexooy
Junior Member
25
12-23-2016, 12:18 AM
#3
No internet access or network connection? The DNS might not be configured properly.
A
alexooy
12-23-2016, 12:18 AM #3

No internet access or network connection? The DNS might not be configured properly.

X
xXpGsPredXx
Member
63
12-23-2016, 01:55 AM
#4
Don’t forget to modify another configuration file. /etc/network/interfaces should match the format for dhcp auto eth0 iface eth0 inet dhcp. It might just be me missing your SS configuration.
X
xXpGsPredXx
12-23-2016, 01:55 AM #4

Don’t forget to modify another configuration file. /etc/network/interfaces should match the format for dhcp auto eth0 iface eth0 inet dhcp. It might just be me missing your SS configuration.

T
TNTLogicMC
Junior Member
13
12-23-2016, 07:46 AM
#5
You changed the DNS settings but the issue persists.
T
TNTLogicMC
12-23-2016, 07:46 AM #5

You changed the DNS settings but the issue persists.

S
Spartan_GB3
Member
204
12-23-2016, 09:59 PM
#6
The IP address seems suspicious, isn't it? Could you share your router's actual address? I'll check the subnet mask and configuration. If it's not standard like 192.168.0.1, make sure the DHCP service is active. You can test by assigning a static IP: ip addr add 192.168.0.12/24 dev eth0, ensuring the first three octets match your router's. Also, run a ping to 8.8.8.8—no response suggests it's not a DNS issue.
S
Spartan_GB3
12-23-2016, 09:59 PM #6

The IP address seems suspicious, isn't it? Could you share your router's actual address? I'll check the subnet mask and configuration. If it's not standard like 192.168.0.1, make sure the DHCP service is active. You can test by assigning a static IP: ip addr add 192.168.0.12/24 dev eth0, ensuring the first three octets match your router's. Also, run a ping to 8.8.8.8—no response suggests it's not a DNS issue.