Questions tagged [nmcli]
21 questions
0
votes
0 answers
Routing between 2 networks on Linux
My system topology:
On an ubuntu machine with 2 ethernet ports (eth0, eth1) i have connected another ubuntu machine as client and an OCRCamera (also client).
the requirement is that the main ubuntu machine will be DHCP server and router, so that the…
0
votes
0 answers
Why is NetworkManager in disabled status?
ubuntu 20.04 server host
Tell me why when getting nmcli status
nmcli general
I get
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
disconnected unknown enabled enabled enabled enabled
At the same time, the…

Vadim
- 111
- 4
0
votes
1 answer
nmcli connection import type wireguard writes additional default route - How to avoid it?
At start I have:
[root@client ~]# ip ro | grep default
default via 10.0.2.2 dev eth0 proto dhcp metric 100
When i say
nmcli connection import type wireguard file /etc/wireguard/wg0.conf
I get
[root@client ~]# ip ro | grep default
default dev wg0…
0
votes
1 answer
Routing with nftables (Fedora33, nmcli, brctl)
A/ Host (Fedora 33) with Ethernet if eth0. ip 192.168.18.11(/24)
and
B1/ Kvm guest with if vnet0 enslaved to virbr101. ip 192.168.101.88(/24) (manual routing, static IP)
or
B2/ Kvm guest with if vnet1 enslaved to virbr102. ip 192.168.102.210(/24)…

asoundmove
- 266
- 1
- 2
- 6
0
votes
2 answers
Adding multiple IPs on same physical interface - but with different logical interfaces (CentOS 8 + NetworkManager)
I'm adding a secondary IP to my CentOS 8 server running NetworkManager. I would previously have done this with ifcfg-style configuration files, but I'm trying to embrace the future and the direction RHEL/CentOS is setting. Unfortunately, this isn't…

Saustrup
- 1,183
- 1
- 8
- 12
0
votes
1 answer
Interface bonding on GRE tunnel with nmcli
I have two Ubuntu server-based routers and I'd like to bond (in broadcast mode, since I only care about redundancy) a radio link (where the radio equipment is connected to an Ethernet port) and a LTE channel (that uses a mPCIe modem) upon which a…

RH6
- 11
- 3