Hi,
I have EFW Community 2.4 installed.
I cannot access SSH or Web GUI.
from my Desktop on Green LAN:
~]$ nmap -PN -p10443 192.168.1.55
PORT STATE SERVICE
10443/tcp filtered unknown
~]$ nmap -PN -p22 192.168.1.55
PORT STATE SERVICE
22/tcp filtered ssh
~]$ nmap -PN -p222 192.168.1.55
PORT STATE SERVICE
222/tcp filtered rsh-spx
from EFW:
# ps -Al |grep sshd
5 S 0 4621 1 0 80 0 - 911 - ? 00:00:00 sshd
# ps -Al |grep http
5 S 0 4594 1 0 80 0 - 1391 - ? 00:00:00 httpd
5 S 99 4595 4594 0 80 0 - 1391 - ? 00:00:00 httpd
5 S 99 4596 4594 0 80 0 - 1391 - ? 00:00:00 httpd
# netstat -antp | egrep ':10443|:httpd'
tcp 0 0 0.0.0.0:10443 0.0.0.0:* LISTEN 4564/httpd
ifconfig shows:
br0 has IP 192.168.1.55 (Green)
eth1 has IP 10.0.0.4 (Red)
My last configuration change was to forward port 2234 to 192.168.1.40. Can't see how that would cause any issues.
in /var/log/messages i see errors like:
segfault at 1 ip b7632e16 sp bfeadeb8 error 4 in libc-2.3.4-so
in /var/log/startup.log i see errors:
Setting up firewall rules
/etc/firewall/hooks/00ipac:
Couldn't load target 'standard'"/lib/iptables/libipt_standard.so: cannot open shared object file: No such file or directory
I have since the issue done a:
Can anyone help?
thanks