Skip to main content

IT - Linux: Network set-up

 Additional IP address

  • Fedora 36 / 37 / 38 / 39
    • Option 1:

      sudo nmcli con mod <interface-name> +ipv4.addresses "<ip-address>/<mask>"

      $ sudo nmcli con mod enp4s0f0 +ipv4.addresses "192.168.0.15/24"
      $ sudo nmcli con mod enp4s0f0 ipv4.method manual
      $ sudo nmcli con mod enp4s0f0 ipv4.dns "1.1.1.1 8.8.8.8 8.8.4.4"
    • Option 2:

      vi /etc/NetworkManager/system-connections/<interface-name>.nmconnection and update entry under [ipv4]

      [ipv4]
      address1=ip-address/bit-mask[,default-gateway]
      dns=ip-address;[ip-address;[ip-address;]]
      method=manual

      For example:

      $ nmcli
      enp3s0f0: connected to enp3s0f0
    •         "Broadcom and subsidiaries NetXtreme BCM57766"
              ethernet (tg3), 38:C9:86:30:35:8C, hw, mtu 1500
              ip4 default, ip6 default
              inet4 192.168.0.208/24
              route4 192.168.0.0/24 metric 100
              route4 192.168.0.0/24 metric 100
              inet6 2a02:8109:aa3f:aa58::b1fe/128
              inet6 fe80::3ac9:86ff:fe30:358c/64
              route6 fe80::/64 metric 1024
              route6 2a02:8109:aa3f:aa58::b1fe/128 metric 100
              route6 default via fe80::4e12:65ff:fe0b:ad86 metric 100

      lo: unmanaged
              "lo"
              loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536

      DNS configuration:
              servers: 192.168.0.1
              interface: enp3s0f0

              servers: 2a02:8109:aa3f:aa58:4e12:65ff:fe0b:ad86
              interface: enp3s0f0
      ...
      $ sudo vi /etc/NetworkManager/system-connections/enp3s0f0.nmconnection

    • [ipv4]
      method=manual
      address1=192.168.0.16/24,192.168.0.1
      dns=8.8.8.8;8.8.4.4;1.1.1.1;

Comments

Popular posts from this blog

IT - My Home Platform View - All Infrastructure

Some ideas Deploy a harverster cluster Deploy a rancher server

TV Mini-serie - Lady in the Lake (2024)

 

Movie - The Gray Man (2022)

  My views Plot In 2003, senior  CIA  official Donald Fitzroy visits a prisoner named Courtland Gentry in Florida. Eight years earlier, Courtland was a minor convicted of killing his abusive father to protect his brother. Fitzroy offers him his freedom in exchange for working as an assassin in the CIA's  Sierra  program, an elite black ops unit, which will allow him to exist in the gray. In 2021, Courtland, now known as  Sierra Six , is working with fellow CIA agent Dani Miranda to assassinate a target named Dining Car suspected of selling off  national security  secrets in  Bangkok  during the national  Songkran  festival. Unable to do so stealthily without harming civilians, he attacks Dining Car directly, mortally wounding him. Before dying, he reveals he was also in the Sierra program as Sierra Four. He hands Six an encrypted drive detailing the corruption of CIA official Denny Carmichael, the lead agent on the assassinatio...