-
Notifications
You must be signed in to change notification settings - Fork 9
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
UDPTransportTest.testBroadcastUDP:97 » WebService Could not send Message. #1
Comments
On Fedora you can replace the firewall available on latest version with the *) systemctl stop firewalld.service ; systemctl disable firewalld.service Below is an example of conf allowing cxf tests to pass (192.168.1.255 being the default gw; 3702 is the default port for WS-Discovery): Firewall configuration written by system-config-firewallManual customization of this file is not recommended.*filter |
Set compiler target to 11; Fix several issues in JAXBUtils
Just like a RHEL system a Fedora system doesn't allow broadcast by default.
As a workaround: iptables -F
The text was updated successfully, but these errors were encountered: