Hi Folks,
If you are facing any issue with accessing of any application that resides on Linux server, Please try to disable firewall and try to reload the page. try to execute the below command. I have installed pentaho on linux machine and while accessing the Pentaho console remotely I could not able to connect So I just disabled firewall by using the below command. Hope it will be helpful for you.
#iptables -F
iptable command: administration tool for IPv4/IPv6 packet filtering and NAT
And try to access the application now.
We use the command "iptables" to resolve these kind of issue, before you go directly to disable firewall on linux server better you try to know available options by executing the command
#iptables -help
If you are facing any issue with accessing of any application that resides on Linux server, Please try to disable firewall and try to reload the page. try to execute the below command. I have installed pentaho on linux machine and while accessing the Pentaho console remotely I could not able to connect So I just disabled firewall by using the below command. Hope it will be helpful for you.
#iptables -F
iptable command: administration tool for IPv4/IPv6 packet filtering and NAT
And try to access the application now.
We use the command "iptables" to resolve these kind of issue, before you go directly to disable firewall on linux server better you try to know available options by executing the command
#iptables -help
No comments:
Post a Comment