Turn off the firewall on RedHat linux
March 27, 2014
If you are having problems connecting with the Weblogic server you have just installed it’s worth looking at the firewall, as every good developer knows all problems are either the network or the firewall ;)
service iptables stop
chkconfig iptables off
service ip6tables stop
chkconfig ip6tables off
A total sledgehammer approach and only for dev machines, I’ll come back and work out just the ports and ip’s I need in the future… honestly
- ← Local host not known error when running wlst scripts
- Connecting to Nodemanager using WLST in production mode →
Written by David Kerwick who lives and works Dublin as a Java Technical Lead.