Hi and apologies. I had been writing carelessly as if it were a continuation of the âconversationâ above.
My present problem is that I followed Malcolmâs detailed instructions in thread (18 thro 21). This gave me the result as shown above in post 25 above which I shall quote here:-
alastair@HP-Z640-1:~> ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 70:5a:0f:3a:fa:27 brd ff:ff:ff:ff:ff:ff
altname enp0s25
inet 192.168.169.137/25 brd 192.168.169.255 scope global noprefixroute eno1
valid_lft forever preferred_lft forever
3: enp0s20u6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0 state UP group default qlen 1000
link/ether 7c:c2:c6:33:10:d0 brd ff:ff:ff:ff:ff:ff
5: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 2e:be:ab:85:75:c9 brd ff:ff:ff:ff:ff:ff
The ip address of eno1 is showing the static address I intended for the âMainEthernetâ and again quoting from post 25 it I had the result from running nmcli (but did not show the command.) This is what I had then:-
eno1: connected to MainEthernet
"Intel I218-LM"
ethernet (e1000e), 70:5A:0F:3A:FA:27, hw, mtu 1500
ip4 default
inet4 192.168.169.137/25
route4 default via 192.168.169.129 metric 100
route4 192.168.169.128/25 metric 100
route4 192.168.169.128/25 via 192.168.169.129 metric 100
lo: connected (externally) to lo
"lo"
loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536
inet4 127.0.0.1/8
inet6 ::1/128
br0: connected to USB_Bridge
"br0"
bridge, 2E:BE:AB:85:75:C9, sw, mtu 1500
enp0s20u6: connected to USB-connection
"ASIX AX88179"
ethernet (ax88179_178a), 7C:C2:C6:33:10:D0, hw, mtu 1500
master br0
Which other devices are not relevant other than that they are clients for automounting an explicit nfs connection so client wants the nfs server ip. It was this connection failing which prompted me to look at my connection details and now find that the network connection has now changed to a dhcp address:-
alastair@HP-Z640-1:~> ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 70:5a:0f:3a:fa:27 brd ff:ff:ff:ff:ff:ff
altname enp0s25
inet 192.168.169.236/25 brd 192.168.169.255 scope global dynamic noprefixroute eno1
valid_lft 46578sec preferred_lft 46578sec
inet6 fe80::b63b:a384:18f6:b1aa/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: enp0s20u6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0 state UP group default qlen 1000
link/ether 7c:c2:c6:33:10:d0 brd ff:ff:ff:ff:ff:ff
4: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 2e:be:ab:85:75:c9 brd ff:ff:ff:ff:ff:ff
alastair@HP-Z640-1:~>
ie 192.168.169.236 which is from the dhcp pool on my private subnet. My network configuration from nmcli is:-
alastair@HP-Z640-1:~> nmcli
eno1: connected to Wired connection 1
"Intel I218-LM"
ethernet (e1000e), 70:5A:0F:3A:FA:27, hw, mtu 1500
ip4 default
inet4 192.168.169.236/25
route4 192.168.169.128/25 metric 100
route4 default via 192.168.169.129 metric 100
inet6 fe80::b63b:a384:18f6:b1aa/64
route6 fe80::/64 metric 1024
lo: connected (externally) to lo
"lo"
loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536
inet4 127.0.0.1/8
inet6 ::1/128
br0: connected to USB_Bridge
"br0"
bridge, 2E:BE:AB:85:75:C9, sw, mtu 1500
enp0s20u6: connected to USB-connection
"ASIX AX88179"
ethernet (ax88179_178a), 7C:C2:C6:33:10:D0, hw, mtu 1500
master br0
DNS configuration:
servers: 192.168.169.129 192.168.1.1
interface: eno1
So although the connection is still from the Intel nic device, it is now connecting using a dhcp address.
Where have I erred or what have I missed.