Hm,
so I made a new image - from 19.07.SNAPSHOT today (the used image was 5 or
so days old) and now its working...
Am Mo., 7. Sept. 2020 um 11:08 Uhr schrieb Andy Schopf <
andymcschopf(a)gmail.com>gt;:
 
 Hi all,
 I am trying to use the 3rd Radio on an MR18 to make an WAN Connection.
 the phy2 is an Dualband (like the MX60).
 As described in the lime-example I used the following in my lime-node:
 ###
 config lime 'system'
 config lime 'network'
 config net 'wirelessclientWAN'
         option linux_name 'wlan2-sta'
         list protocols 'wan'
 config lime 'wifi'
 config wifi 'radio2'
         list modes 'client'
         option channel 'auto'
         option client_ssid 'mynet'
         option client_key 'mynetkey'
         option client_encryption 'psk2'
         option distance '300'
 ###
 I get an Connection and an ipv6 address but no ipv4. What am I missing?
 Thanks,
 Andy