I have been using powerlink adaptors on Ubuntu 20.04.3 and they have just stopped working. Assuming that one of the pair had gone bad, I replaced them, but they're still not connecting. They have been paired successfully (all lights on) so that isn't causing the problem afaik. Could anyone advise me how best to find out what the issue may be?
I am currently using a wireless adaptor to connect to the web
This is the output from 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
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 18:03:73:1a:d6:39 brd ff:ff:ff:ff:ff:ff
altname enp0s25
inet 192.168.1.102/24 brd 192.168.1.255 scope global dynamic noprefixroute eno1
valid_lft 83430sec preferred_lft 83430sec
3: wlx001cdf480667: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:1c:df:48:06:67 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.105/24 brd 192.168.1.255 scope global dynamic noprefixroute wlx001cdf480667
valid_lft 83433sec preferred_lft 83433sec
4: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 100
link/none
inet 10.8.0.6/16 brd 10.8.255.255 scope global tun0
valid_lft forever preferred_lft forever
I'll be grateful for any advice :)