Networking error - What is the first thing you want to check to find out what's wrong?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
A person who will transfer files to your machine will not be able to contact your machine. What is the first thing you want to check to find out what's wrong? How do you want to do it practically?
ÃÂ ÃÂ ÃÂ ÃÂ To do this practically, I have to open the terminal in ubuntu, then I write:
I do this to check if the network connection is set up correctly
ÃÂ ÃÂ ÃÂ ÃÂ $ ifconfig .
ÃÂ ÃÂ ÃÂ ÃÂ $ nano / etc / network / interfaces
ÃÂ ÃÂ ÃÂ ÃÂ Here you can change the network settings if something is set up incorrectly
ÃÂ ÃÂ ÃÂ ÃÂ $ service network manager restart
ÃÂ ÃÂ ÃÂ ÃÂ In some cases, a reboot will also work, as done
ÃÂ ÃÂ ÃÂ ÃÂ $ reboot
networking
add a comment |Â
up vote
0
down vote
favorite
A person who will transfer files to your machine will not be able to contact your machine. What is the first thing you want to check to find out what's wrong? How do you want to do it practically?
ÃÂ ÃÂ ÃÂ ÃÂ To do this practically, I have to open the terminal in ubuntu, then I write:
I do this to check if the network connection is set up correctly
ÃÂ ÃÂ ÃÂ ÃÂ $ ifconfig .
ÃÂ ÃÂ ÃÂ ÃÂ $ nano / etc / network / interfaces
ÃÂ ÃÂ ÃÂ ÃÂ Here you can change the network settings if something is set up incorrectly
ÃÂ ÃÂ ÃÂ ÃÂ $ service network manager restart
ÃÂ ÃÂ ÃÂ ÃÂ In some cases, a reboot will also work, as done
ÃÂ ÃÂ ÃÂ ÃÂ $ reboot
networking
Please post the question and the answer separately.
â DK Bose
May 24 at 12:11
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
A person who will transfer files to your machine will not be able to contact your machine. What is the first thing you want to check to find out what's wrong? How do you want to do it practically?
ÃÂ ÃÂ ÃÂ ÃÂ To do this practically, I have to open the terminal in ubuntu, then I write:
I do this to check if the network connection is set up correctly
ÃÂ ÃÂ ÃÂ ÃÂ $ ifconfig .
ÃÂ ÃÂ ÃÂ ÃÂ $ nano / etc / network / interfaces
ÃÂ ÃÂ ÃÂ ÃÂ Here you can change the network settings if something is set up incorrectly
ÃÂ ÃÂ ÃÂ ÃÂ $ service network manager restart
ÃÂ ÃÂ ÃÂ ÃÂ In some cases, a reboot will also work, as done
ÃÂ ÃÂ ÃÂ ÃÂ $ reboot
networking
A person who will transfer files to your machine will not be able to contact your machine. What is the first thing you want to check to find out what's wrong? How do you want to do it practically?
ÃÂ ÃÂ ÃÂ ÃÂ To do this practically, I have to open the terminal in ubuntu, then I write:
I do this to check if the network connection is set up correctly
ÃÂ ÃÂ ÃÂ ÃÂ $ ifconfig .
ÃÂ ÃÂ ÃÂ ÃÂ $ nano / etc / network / interfaces
ÃÂ ÃÂ ÃÂ ÃÂ Here you can change the network settings if something is set up incorrectly
ÃÂ ÃÂ ÃÂ ÃÂ $ service network manager restart
ÃÂ ÃÂ ÃÂ ÃÂ In some cases, a reboot will also work, as done
ÃÂ ÃÂ ÃÂ ÃÂ $ reboot
networking
asked May 24 at 10:54
user831837
Please post the question and the answer separately.
â DK Bose
May 24 at 12:11
add a comment |Â
Please post the question and the answer separately.
â DK Bose
May 24 at 12:11
Please post the question and the answer separately.
â DK Bose
May 24 at 12:11
Please post the question and the answer separately.
â DK Bose
May 24 at 12:11
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Verfication
If I cannot ping the remote device I perform the following verification in this order (depend of the error message return by the ping) :
- I ensure that my wifi is not "blocked" with the command
rfkill list
- I check the state of my network interfaces (UP) with the command
ip link
- I check my IP addresses with the command
ip address
- I check the route of my device with the command
ip route
- If i'm trying to reach an hostname I check my DNS configuration (nslookup)
- I ping my default gateway
- If I have reach this step is that I encouter a specific problem with the computer or the error is due to an network device
Solution
- If the Wifi is "hard blocked" you can use the button on your keyboard to enable the Wifi or the command
rfkill unblock all
- A lot of reason can Down the state of an interface. Check your wire, if it is correcly plug in, .... Then use the command
sudo ip link set [INT] up
- There is a lot a possible reasons for a missconfiguration of an IP address.If an DHCP server is in your LAN you can use the command
sudo dhclient -v [INT]
to get a automatic configuration. If this doest not work you can manually configure an IP address withsudo ip addr add 192.168.1.1/24 dev [INT]
- The DHCP server can configure the routes of your device (
dhclient
). If that does not work you can add it manually :sudo ip route add 10.10.10.0/24 via 192.16.1.254 dev [INT]
- Check the file
/etc/resolv.conf
. Then try to get DNS configuration from your DHCP server (dhclient
). This is not recommended to configure manually the DNS configuration.
For the step 6 and 7 you need a access to your gateway/network, so basically contact your administrator.
Note : The above commands are independant of NetworkManager and will work on other Linux systems than Ubuntu.
Sorry for my english. Hope this answer will help.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Verfication
If I cannot ping the remote device I perform the following verification in this order (depend of the error message return by the ping) :
- I ensure that my wifi is not "blocked" with the command
rfkill list
- I check the state of my network interfaces (UP) with the command
ip link
- I check my IP addresses with the command
ip address
- I check the route of my device with the command
ip route
- If i'm trying to reach an hostname I check my DNS configuration (nslookup)
- I ping my default gateway
- If I have reach this step is that I encouter a specific problem with the computer or the error is due to an network device
Solution
- If the Wifi is "hard blocked" you can use the button on your keyboard to enable the Wifi or the command
rfkill unblock all
- A lot of reason can Down the state of an interface. Check your wire, if it is correcly plug in, .... Then use the command
sudo ip link set [INT] up
- There is a lot a possible reasons for a missconfiguration of an IP address.If an DHCP server is in your LAN you can use the command
sudo dhclient -v [INT]
to get a automatic configuration. If this doest not work you can manually configure an IP address withsudo ip addr add 192.168.1.1/24 dev [INT]
- The DHCP server can configure the routes of your device (
dhclient
). If that does not work you can add it manually :sudo ip route add 10.10.10.0/24 via 192.16.1.254 dev [INT]
- Check the file
/etc/resolv.conf
. Then try to get DNS configuration from your DHCP server (dhclient
). This is not recommended to configure manually the DNS configuration.
For the step 6 and 7 you need a access to your gateway/network, so basically contact your administrator.
Note : The above commands are independant of NetworkManager and will work on other Linux systems than Ubuntu.
Sorry for my english. Hope this answer will help.
add a comment |Â
up vote
0
down vote
accepted
Verfication
If I cannot ping the remote device I perform the following verification in this order (depend of the error message return by the ping) :
- I ensure that my wifi is not "blocked" with the command
rfkill list
- I check the state of my network interfaces (UP) with the command
ip link
- I check my IP addresses with the command
ip address
- I check the route of my device with the command
ip route
- If i'm trying to reach an hostname I check my DNS configuration (nslookup)
- I ping my default gateway
- If I have reach this step is that I encouter a specific problem with the computer or the error is due to an network device
Solution
- If the Wifi is "hard blocked" you can use the button on your keyboard to enable the Wifi or the command
rfkill unblock all
- A lot of reason can Down the state of an interface. Check your wire, if it is correcly plug in, .... Then use the command
sudo ip link set [INT] up
- There is a lot a possible reasons for a missconfiguration of an IP address.If an DHCP server is in your LAN you can use the command
sudo dhclient -v [INT]
to get a automatic configuration. If this doest not work you can manually configure an IP address withsudo ip addr add 192.168.1.1/24 dev [INT]
- The DHCP server can configure the routes of your device (
dhclient
). If that does not work you can add it manually :sudo ip route add 10.10.10.0/24 via 192.16.1.254 dev [INT]
- Check the file
/etc/resolv.conf
. Then try to get DNS configuration from your DHCP server (dhclient
). This is not recommended to configure manually the DNS configuration.
For the step 6 and 7 you need a access to your gateway/network, so basically contact your administrator.
Note : The above commands are independant of NetworkManager and will work on other Linux systems than Ubuntu.
Sorry for my english. Hope this answer will help.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Verfication
If I cannot ping the remote device I perform the following verification in this order (depend of the error message return by the ping) :
- I ensure that my wifi is not "blocked" with the command
rfkill list
- I check the state of my network interfaces (UP) with the command
ip link
- I check my IP addresses with the command
ip address
- I check the route of my device with the command
ip route
- If i'm trying to reach an hostname I check my DNS configuration (nslookup)
- I ping my default gateway
- If I have reach this step is that I encouter a specific problem with the computer or the error is due to an network device
Solution
- If the Wifi is "hard blocked" you can use the button on your keyboard to enable the Wifi or the command
rfkill unblock all
- A lot of reason can Down the state of an interface. Check your wire, if it is correcly plug in, .... Then use the command
sudo ip link set [INT] up
- There is a lot a possible reasons for a missconfiguration of an IP address.If an DHCP server is in your LAN you can use the command
sudo dhclient -v [INT]
to get a automatic configuration. If this doest not work you can manually configure an IP address withsudo ip addr add 192.168.1.1/24 dev [INT]
- The DHCP server can configure the routes of your device (
dhclient
). If that does not work you can add it manually :sudo ip route add 10.10.10.0/24 via 192.16.1.254 dev [INT]
- Check the file
/etc/resolv.conf
. Then try to get DNS configuration from your DHCP server (dhclient
). This is not recommended to configure manually the DNS configuration.
For the step 6 and 7 you need a access to your gateway/network, so basically contact your administrator.
Note : The above commands are independant of NetworkManager and will work on other Linux systems than Ubuntu.
Sorry for my english. Hope this answer will help.
Verfication
If I cannot ping the remote device I perform the following verification in this order (depend of the error message return by the ping) :
- I ensure that my wifi is not "blocked" with the command
rfkill list
- I check the state of my network interfaces (UP) with the command
ip link
- I check my IP addresses with the command
ip address
- I check the route of my device with the command
ip route
- If i'm trying to reach an hostname I check my DNS configuration (nslookup)
- I ping my default gateway
- If I have reach this step is that I encouter a specific problem with the computer or the error is due to an network device
Solution
- If the Wifi is "hard blocked" you can use the button on your keyboard to enable the Wifi or the command
rfkill unblock all
- A lot of reason can Down the state of an interface. Check your wire, if it is correcly plug in, .... Then use the command
sudo ip link set [INT] up
- There is a lot a possible reasons for a missconfiguration of an IP address.If an DHCP server is in your LAN you can use the command
sudo dhclient -v [INT]
to get a automatic configuration. If this doest not work you can manually configure an IP address withsudo ip addr add 192.168.1.1/24 dev [INT]
- The DHCP server can configure the routes of your device (
dhclient
). If that does not work you can add it manually :sudo ip route add 10.10.10.0/24 via 192.16.1.254 dev [INT]
- Check the file
/etc/resolv.conf
. Then try to get DNS configuration from your DHCP server (dhclient
). This is not recommended to configure manually the DNS configuration.
For the step 6 and 7 you need a access to your gateway/network, so basically contact your administrator.
Note : The above commands are independant of NetworkManager and will work on other Linux systems than Ubuntu.
Sorry for my english. Hope this answer will help.
answered May 24 at 15:17
Eraseth
1299
1299
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039782%2fnetworking-error-what-is-the-first-thing-you-want-to-check-to-find-out-whats%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Please post the question and the answer separately.
â DK Bose
May 24 at 12:11