• Archives
  • All Categories
  • All Tags

network

2 articles

database Linux network Python ubuntu vim
ip route add Tutorial for Linux

ip route add Tutorial for Linux

Thursday, Aug 8, 2024

Linux provides the ip route add command inorder to add new routes to the network configuration. Routes are used to specify the network paths to reach destination hosts and networks. Every network packet is redirected to the relevant network interface (ethernet or wifi) according to the specified routes or route table. Here are 20 examples of using the ip route add command to manipulate and configure routing tables in Linux:
@ İsmail Baydan
5 minutes read
How To Ping In Linux?

How To Ping In Linux?

Monday, Aug 5, 2024

Ping is a term, command and action used to check network connectivity. We can use the ping command in order to check Linux network connecvity.Pinging a host in Linux is a simple way to check the connectivity between your system and another network device. Here’s how you can do it: Open a Terminal: You can open the terminal from your applications menu, or by using a shortcut like Ctrl+Alt+T. Use the ping command: The basic syntax for the ping command is: destination can be a hostname, domain name or IP address.
@ İsmail Baydan
2 minutes read

© 2024 Linux and Python Tutorials

🌱 Powered by Hugo with theme Dream.