Can't communicate on AdHoc network - Raspberry Pi Forums
hi,
i've created adhoc network on pi , i'm using avahi zero-conf , ipv4ll support. however, when connect device on adhoc network, cannot communicate pi. zero-conf name resolve 169/255 ip, cannot see ping or access services on it.
ideas?
i've created adhoc network on pi , i'm using avahi zero-conf , ipv4ll support. however, when connect device on adhoc network, cannot communicate pi. zero-conf name resolve 169/255 ip, cannot see ping or access services on it.
ideas?
you need out 169/24 routes.
such
such
code: select all
route add -net 169.254.0.0 netmask 255.255.0.0 dev wlan0 metric 99 route add default dev wlan0 metric 99
raspberrypi
Comments
Post a Comment