Trouble connecting devices across domains.

neakins
New Contributor

So I have two WiFi networks here on separate domains. A guest network and a secured network. The guest network has its own domain and is on a separate VLAN. I have opened traffic for my devices to communicate outside my network and it works fine from the students homes. But when on campus and using the guest network the devices will not communicate with my JSS. On the secured network everything is also fine. Just with the guest network there is no communication. I have tried to set up a trust between the two domains and still nothing. can anyone help?

2 REPLIES 2

abdo_iracheta
New Contributor III

I had some random issues with the network of my company, we checked the unicast limit it had the value 3 we just changed it to 0 and it solves the problems, I'm not sure if this can help you with, but maybe it can.

You can check it with the terminal command: sudo sysctl -a | grep net.link.ether.inet.arp_unicast
And change its value with the terminal command: sudo sysctl -w net.link.ether.inet.arp_unicast_lim=0

neakins
New Contributor

I apologize I should have said that these are windows servers. Noob mistake.