Experiences With Open Source

Linux, Android, Python…

  • About

Tag: dynamic

IP Modification Through Command Line

By admimin
September 18, 2017September 20, 2017LinuxLeave a Comment on IP Modification Through Command Line

Here is the way to change or modification ip address through command line. Do all the command in root privileged. To set a static ip #ip addr add 192.168.xxx.xxx dev eth0 to delete a static ip #ip addr del 192.168.xxx.xxx dev eth0 to set dynamic ip #dhclient eth0 to set route for static ip #route […]

Continue Reading

Archives

Categories

  • Android (4)
  • Articles (4)
  • Blogwalking (1)
  • Iseng (6)
  • Linux (447)
  • Programming (19)
  • Python (3)
  • ReactJs (1)
  • Thoughts (3)
  • Windows (13)
© Copyright 2021 Experiences With Open Source. Powered by WordPress.