[root@rhel8-02 ~]# nmcli device show | grep TYPE
GENERAL.TYPE: ethernet
GENERAL.TYPE: bridge
GENERAL.TYPE: loopback
GENERAL.TYPE: tun
if your machine is attaching wifi, it will be displayed here.
>> BCE is correct
Without knowing the nmcli command, I can say that IPv6 and TCP are protocols and ethernet bridge and wifi are interfaces, this would be another way of thinking.
Use the add argument to add a connection for NetworkManager. The syntax follows:
# nmcli connection add [COMMON_OPTIONS] [TYPE_SPECIFIC] [OPTIONS] [IP_OPTIONS]
The COMMON_OPTIONS for the add argument are described:
type [type]: Connection type. Valid types of connections are ethernet, wifi, wimax, pppoe, gsm, cdma, infiniband, bluetooth, vlan, bond, bond-slave, team, team-slave, bridge, bridge-slave, vpn, and olpc-mesh.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Roger95
Highly Voted 2 years, 11 months agoMavnet
Most Recent 6 months, 1 week agoArielpetit
10 months, 3 weeks agoil_biondo
1 year, 11 months agoLazylinux
2 years, 6 months agoiwkno6
3 years, 1 month agoCuriousLinuxCat
3 years, 3 months agoRini_Giannenzo
3 years, 10 months ago