I decided to set up an Ad-Hoc network. I used an up-to-date Tumbleweed (one was 32-bit and one was 64-bit). I got it working after a bit of fiddling. The basic idea was to use wicked, and to the following commands on each: ip link set wlan0 down iwconfig wlan0 essid myId mode Ad-Hoc ip link set wlan0 up ip addr add 10.1.1.ZZ dev wlan0 route add default gw 10.1.1.zz Only the ip address needs to be changed for each system. I could then access each machine. I noted this: 1. The essid did not get set the first time the command was run. Maybe I was impatient. But I had to run it more than once to see the essid in 'iwconfig wlan0'. 2. I got the feeling that the speed was slow. When both wireless interfaces are used in a Managed network I think they were faster. I need to set up some things to do a better test. 3. I tired to use a laptop with Leap 42.3, but that one would not work. I do not know if it was Leap or the laptop. I want to run this on Leap 42.3. So I hope it is the laptop. 4. I did not have security enabled. Obviously I will add that in a future test. Still, the basic functionality seems to work. -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org