Unreachable nodes in a mixed lan wlan network

2

I have a home Network starting with my Internet router which contains 300 MBit/s WLAN and a 4 port Gigabit Switch (FB7390).

Attached to that Switch there is anoter 5 port Gigabit Switch. It was necessary because of the 5 Computers, the smart TVs, the smart meter Raspberry Pi and the NAS Storage in the cellar. So some of these devices are on the router itself, some on the cascaded Switch.

Downstairs the WLAN was so bad so i installed another WLAN repeater to extend the bandwidth (FR300e). Attached to that repeater there are two raspberry Pis doing some home Automation stuff.

All devices have dhcp activated. All devices appear in the main router UI as active nodes with unique MAC and IP adresses.

Now the Problem: Some devices can ping or ssh one of the downstairs WLAN Pis and some can not. Especially the one that is in the same WLAN repeaters Network can always.

The important one (the smart home central node) can not always.

I made a Long term ping analysis an found out

29.08.2015 12:18:03 Average roundtrip time is 4 ms. 50% losses.
29.08.2015 12:17:34 100% losses.
29.08.2015 12:17:03 Average roundtrip time is 5 ms. 50% losses.
29.08.2015 12:16:34 100% losses.
29.08.2015 12:16:03 Average roundtrip time is 5 ms. 50% losses.
29.08.2015 12:15:34 100% losses.
29.08.2015 12:15:03 Average roundtrip time is 3 ms. 50% losses.
29.08.2015 12:14:34 100% losses.
29.08.2015 12:14:03 Average roundtrip time is 3 ms. 50% losses.

And some times much worse (100% loss).

At the same time the two WLAN Pis can talk without losses to each other.

What can be the reason for this? How can i get a reliable Network Connection?

Edit:

I got some new test results. I pinged from hop to hop from both sides and found out what I never would have guessed: When I ping from the garden's pi to the WLAN gateway I get a very low packet loss. When I go further to the main router it's the same.

When I ping the main router from the home automation pi I get very quick answers an no packet loss. (1 GBit LAN)

So I have two pis that can ping the central router they are somehow attached to with no or few packet loss - but when I ping from one to another I get over 90% packet loss.

Bernd Gewehr

Posted 2015-08-29T10:23:56.910

Reputation: 21

Sounds like your FR300e is loosing connection to the rest of the LAN. You say the FR300e is set up as a repeater, then it must be connecting to the LAN via wireless signal. Try using cable instead. – ojs – 2015-08-29T10:48:21.837

Good idea. So I checked a ping to outside from a node connected to the same WLAN. It gives a constant connection at 19 - 50 ms while the other problem stays the same. I just saw that some nodes do not have a netbios name, does that mean something? – None – 2015-08-29T10:58:52.407

As long as you are pinging IP numbers then NetBIOS does not matter. Does your RaspberryPI that is showing problems have an OS installed, like Raspbian or something similar. Then you can run Wireshark on it and see if it is seeing the packets being sent to it and by some reason dropping them or if it is the network that is dropping the packets. – ojs – 2015-08-29T11:12:51.653

Answers

0

Sounds like your downstairs repeater is doing NAT, which acts as a kind of a poor man's firewall that blocks incoming connections from the upstream side of the NAT. Make it not do NAT.

Spiff

Posted 2015-08-29T10:23:56.910

Reputation: 84 656

No NAT settings are available in the UI so I guess this is not the reason. – Bernd Gewehr – 2015-08-29T22:06:38.330

0

Think I found the answer. My NAS had been set up to be the IPV6 Gateway by default when enabling IPV6. Since I turned this off the problems disappeared.

All this IPV6 stuff is too complicated, hope there will be easier solutions in the future!

Bernd Gewehr

Posted 2015-08-29T10:23:56.910

Reputation: 21

At least this wasn't the solution either. I have continued DNS problems and packet loss between systems. Don't know what it is so I took another repeater from D-Link and could fix it this way. Not very satisfying. – Bernd Gewehr – 2015-09-08T05:32:24.507