Thanks for update
but we are not able to access via web access .Please find below the details of iptables -L check and help.
[root@razdc ~]# iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere ctstate ESTABLISHE D
ACCEPT all -- localhost anywhere
loopback-tcp tcp -- anywhere anywhere
loopback-udp udp -- anywhere anywhere
loopback-icmp icmp -- anywhere anywhere
lan-tcp tcp -- anywhere anywhere
lan-udp udp -- anywhere anywhere
lan-icmp icmp -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere localhost
Chain loopback-tcp (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere
LOG all -- anywhere anywhere LOG level warning prefix "DEFAULT_DROP-loopback-tcp-"
DROP all -- anywhere anywhere
Chain loopback-udp (1 references)
target prot opt source destination
ACCEPT udp -- anywhere anywhere
LOG all -- anywhere anywhere LOG level warning prefix "DEFAULT_DROP-loopback-udp-"
DROP all -- anywhere anywhere
Chain loopback-icmp (1 references)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere
LOG all -- anywhere anywhere LOG level warning prefix "DEFAULT_DROP-loopback-icmp-"
DROP all -- anywhere anywhere
Chain lan-tcp (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh flags: FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp flags :FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
ACCEPT tcp -- anywhere anywhere tcp dpt:domain fla gs:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:http flags :FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:sunrpc fla gs:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:sunrpc
ACCEPT tcp -- anywhere anywhere tcp dpt:https flag s:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT tcp -- anywhere anywhere tcp dpt:nfs flags: FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:nfs
ACCEPT tcp -- anywhere anywhere tcp dpt:netbios-ss n flags:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:netbios-ss n
ACCEPT tcp -- anywhere anywhere tcp dpt:ldap flags :FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:ldap
ACCEPT tcp -- anywhere anywhere tcp dpt:microsoft- ds flags:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:microsoft- ds
ACCEPT tcp -- anywhere anywhere tcp dpt:ldaps flag s:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:ldaps
ACCEPT tcp -- anywhere anywhere tcp dpt:search-age nt flags:FIN,SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:search-age nt
LOG all -- anywhere anywhere LOG level warning prefix "DEFAULT_DROP-lan-tcp-"
DROP all -- anywhere anywhere
Chain lan-udp (1 references)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT udp -- anywhere anywhere udp spt:domain
ACCEPT udp -- anywhere anywhere udp dpt:bootps
ACCEPT udp -- anywhere anywhere udp spt:bootps
ACCEPT udp -- anywhere anywhere udp dpt:bootpc
ACCEPT udp -- anywhere anywhere udp spt:bootpc
ACCEPT udp -- anywhere anywhere udp dpt:sunrpc
ACCEPT udp -- anywhere anywhere udp spt:sunrpc
ACCEPT udp -- anywhere anywhere udp dpt:nfs
ACCEPT udp -- anywhere anywhere udp spt:nfs
ACCEPT udp -- anywhere anywhere udp dpt:netbios-ns
ACCEPT udp -- anywhere anywhere udp spt:netbios-ns
ACCEPT udp -- anywhere anywhere udp dpt:netbios-dg m
ACCEPT udp -- anywhere anywhere udp spt:netbios-dg m
ACCEPT udp -- anywhere anywhere udp dpt:ldap
ACCEPT udp -- anywhere anywhere udp spt:ldap
ACCEPT udp -- anywhere anywhere udp dpt:microsoft- ds
ACCEPT udp -- anywhere anywhere udp spt:microsoft- ds
ACCEPT udp -- anywhere anywhere udp dpt:ldaps
ACCEPT udp -- anywhere anywhere udp spt:ldaps
ACCEPT udp -- anywhere anywhere udp dpt:search-age nt
ACCEPT udp -- anywhere anywhere udp spt:search-age nt
LOG all -- anywhere anywhere LOG level warning prefix "DEFAULT_DROP-lan-udp-"
DROP all -- anywhere anywhere
Chain lan-icmp (1 references)
target prot opt source destination
LOG all -- anywhere anywhere LOG level warning prefix "DEFAULT_DROP-lan-icmp-"
DROP all -- anywhere anywhere
Sachin