Then you need to add an explicit ACCEPT entry in iptables for your sqlexec port
Add it to
/etc/sysconfig/iptables
and do a service iptables restart
--
Clive
On 7 May 2013, at 13:51, Keith Simmons wrote:
> Clive
> No, but it won't take telnet from anywhere on any port, only ssh.
> Keith
>
>
> On 7 May 2013 13:19, Clive Eisen <
cl...@hildebrand.co.uk> wrote:
> Hmnn - that looks ok
>
> Can you telnet from the AIX server to the RH server on the sqlexec port?
>
> --
> Clive
>
>
> On 7 May 2013, at 12:54, Keith Simmons wrote:
>
> > Clive
> > Thanks, output :
> > iptables --list
> > Chain INPUT (policy ACCEPT)
> > target prot opt source destination
> > ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
> > ACCEPT icmp -- anywhere anywhere
> > ACCEPT all -- anywhere anywhere
> > ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
> > REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
> >
> > Chain FORWARD (policy ACCEPT)
> > target prot opt source destination
> > REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
> >
> > Chain OUTPUT (policy ACCEPT)
> > target prot opt source destination
> >
> >
> >
> > On 7 May 2013 12:22, Clive Eisen <
cl...@hildebrand.co.uk> wrote:
> >