Comments on: How to Use IP Command in Linux [24 Useful Examples] https://www.tecmint.com/ip-command-examples/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 11:52:19 +0000 hourly 1 By: Tom https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1495744 Sun, 23 May 2021 13:30:19 +0000 http://www.tecmint.com/?p=2346#comment-1495744 I have Debian buster on my laptop. It defaults to nm. But I used network/interfaces years ago.

]]>
By: BionicBeaver https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1033978 Sun, 09 Sep 2018 11:10:21 +0000 http://www.tecmint.com/?p=2346#comment-1033978 In reply to Eugene.

September 9, 2018, Ubuntu bionic beaver desktop, netplan is not in charge here:

grep ‘^ *renderer: *NetworkManager’ /etc/netplan/01-network-manager-all.yaml && {
sudo /etc/init.d/networking stop
sudo ip addr add 192.168.1.1/24 dev $eth1

} || echo netplan may be in charge\, \”man netplan\”

]]>
By: BionicBeaver https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1033977 Sun, 09 Sep 2018 11:07:34 +0000 http://www.tecmint.com/?p=2346#comment-1033977 Calm down. Netplan is not in charge yet here, in Ubuntu 18 bionic beaver desktop. We may also run into trouble with resolvconf.

grep ‘^ *renderer: *NetworkManager’ /etc/netplan/01-network-manager-all.yaml && {
[do stuff]
} || echo netplan has superseded NetworkManager here\, \”man netplan\”

]]>
By: Eugene https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1018524 Wed, 25 Jul 2018 22:36:51 +0000 http://www.tecmint.com/?p=2346#comment-1018524 In reply to Colin.

I think you should ask Canonical about this but not me. I’m usually remove this and configuring network by networkd.

]]>
By: Colin https://www.tecmint.com/ip-command-examples/comment-page-1/#comment-1018206 Tue, 24 Jul 2018 11:11:30 +0000 http://www.tecmint.com/?p=2346#comment-1018206 In reply to Eugene.

Do you know why Ubuntu has implemented netplan? Is it across all Debian distro’s?

We are quite rapidly heading towards 2 distinct branches of Linux; RH based for enterprise, and Ubuntu/Debian for developers.

]]>