-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no data over mesh #50
Comments
Hi, could you give it a try without the encryption?
This is weird as well:
Are the kernel versions you are using on both machines similar? --Marco |
Hi Marco, without encryption it works fine. mesh0 (arch linux: kernel 4.6.4-1-ARCH) without config file, my commands are: % iw mesh0 station dump ------ second meshpoint mesh1 (openwrt 15.0: Kernel 3.18.20) config wifi-device 'radio0' config wifi-iface % iw mesh0 station dump % ifconfig mesh0 10.0.0.124 ping is possible. Im not shure about these 2 options: Thanks & Regards |
What is the chipset or wireless driver that used for both site? Chun-Yeow On Wed, Jul 27, 2016 at 3:05 PM, chaosenze [email protected] wrote:
|
mesh0Network controller: Qualcomm Atheros AR928X Wireless Network Adapter (PCI-Express) (rev 01)
mesh1Router Buffalo WZR-HP-G300NH Openwrt 15.05
Without encryption it works fine but with encryption ping is not possible. I did the config like the wiki on this page. Can I start the mesh first and switch the encryption later on, maybe? Or can I get any further logs to clarify what goes wrong? |
Now I started both sides with the same config file and the same commands, after on arch linux side:
on openwrt side:
|
ath9k should have no problem with hw encryption. Chun-Yeow On Sun, Jul 31, 2016 at 1:48 AM, chaosenze [email protected] wrote:
|
Hi chaosenze, Did you find a solution to your problem. You were not able to ping between the mesh nodes in a secured MESH network connection. Even I am facing the same problem. Please help me. I am facing the same issue. In an open MESH I am able to ping. But once I form a secured MESH , I am not able to ping. Thanks and Regards, |
Dear All, I was able to solve the above problem by using wpa_supplicant instead of authsae. Then build and install the wpa_supplicant using the make and make install command. Thus, wpa_supplicant performs better than authsae. Thank you all once again. Thanks and Regards, |
2 Accesspoints 1 arch linux with aseauth package(mesh0) and 1 openwrt 15(mesh1)
meshpint0:
iw mesh0 station dump
Station 00:23:eb:2c:fc:42 (on mesh0)
inactive time: 76 ms
rx bytes: 4200719
rx packets: 55032
tx bytes: 594
tx packets: 4
tx retries: 0
tx failed: 0
rx drop misc: 1437
signal: -49 [-66, -49] dBm
signal avg: -50 [-62, -50] dBm
Toffset: 18446744019042612758 us
tx bitrate: 1.0 MBit/s
rx bitrate: 1.0 MBit/s
mesh llid: 0
mesh plid: 0
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: UNKNOWN
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: yes
TDLS peer: no
DTIM period: 2
beacon interval:1000
connected time: 2777 seconds
meshpoint1:
%iw mesh0 station dump
Station 00:23:eb:2c:fc:42 (on mesh0)
inactive time: 76 ms
rx bytes: 4200719
rx packets: 55032
tx bytes: 594
tx packets: 4
tx retries: 0
tx failed: 0
rx drop misc: 1437
signal: -49 [-66, -49] dBm
signal avg: -50 [-62, -50] dBm
Toffset: 18446744019042612758 us
tx bitrate: 1.0 MBit/s
rx bitrate: 1.0 MBit/s
mesh llid: 0
mesh plid: 0
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: UNKNOWN
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: yes
TDLS peer: no
DTIM period: 2
beacon interval:1000
connected time: 2777 seconds
both ecome ip adresses 10.0.0.1 and 10.0.0.2 bit no ping is possible.
The connection is established but no data trafic is possible over this mash connection. I don't know why? I'm confused about mesh peer PS mode status. sometimes is on one node ACTIVE but not on both side...
my config mesh 0:
cat /etc/authsae.cfg
/* this is a comment */
authsae:
{
sae:
{
debug = 480;
password = "TESTZPW";
group = [19, 26, 21, 25, 20];
blacklist = 5;
thresh = 5;
lifetime = 3600;
};
meshd:
{
meshid = "testmesh";
interface = "mesh0";
band = "11g";
debug = 1;
};
};
starting meshpoint in bash:
iw phy0 interface add mesh0 type mp
iw mesh0 set channel 3
ip link set dev mesh0 address 04:f0:21:14:c9:34
ifconfig mesh0 up
/sbin/meshd-nl80211 -c /etc/authsae.cfg -i mesh0 -B
config (openwrt) mesh1:
cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11g'
option path 'platform/ath9k'
option htmode 'HT20'
option txpower '17'
option country 'DE'
option channel '3'
config wifi-iface
option ifname 'mesh0'
option device 'radio0'
option network 'mesh'
option mode 'mesh'
option mesh_id 'dmesh'
option encryption 'psk2+aes'
option key 'TESTZPW'
option macaddr '00:23:EB:2C:FC:42'
option debug '1'
both mesh side-interfaces have an valid ipv4 adress but ping is not possible.
please contact me for further informations.
The text was updated successfully, but these errors were encountered: