Switched off the wired connection and switched it on again. Still greyed out. (Except the Cancel button.)
Now the address is correct though!...
(Network died when it picked up the manual address - I think the setup was greyed out as there was another running. Now set it back to DHCP so I can post this.
Just discovered that ip addr show gives a different address to ifconfig...
Code:
gerald@Linux-Laptop:/var/www$ ifconfig
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.181 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::fabe:e358:f9dd:e235 prefixlen 64 scopeid 0x20<link>
ether b8:88:e3:6a:5c:09 txqueuelen 1000 (Ethernet)
RX packets 411052 bytes 147040222 (147.0 MB)
RX errors 0 dropped 26550 overruns 0 frame 0
TX packets 76660 bytes 9056279 (9.0 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 11087 bytes 1207119 (1.2 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 11087 bytes 1207119 (1.2 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
gerald@Linux-Laptop:/var/www$ ip addr show
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
valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether b8:88:e3:6a:5c:09 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.181/24 brd 192.168.0.255 scope global dynamic noprefixroute enp2s0
valid_lft 604713sec preferred_lft 604713sec
inet 192.168.0.65/24 brd 192.168.0.255 scope global secondary noprefixroute enp2s0
valid_lft forever preferred_lft forever
inet6 fe80::fabe:e358:f9dd:e235/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: wlp3s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 50:b7:c3:4e:2f:c6 brd ff:ff:ff:ff:ff:ff
Bookmarks