[SOLVED] Web GUI + IPTABLES

nicnictout

ADSM.ORG Member
Joined
Oct 23, 2009
Messages
68
Reaction score
1
Points
0
Hello,

i'm afront a little issu with the web client. I'm not able access to the GUI when iptables is activated. I append the rules:
iptables -A OUTPUT -p tcp -m tcp --dport 1581 --syn -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 1581 --syn -j ACCEPT

I save, and restart both iptables and dsmc, but the pb still here, if a deactivate the iptables the GUI works perfectly.

I check and upon the TSM's log, the system is listen on port 1581, i add the entry httpport 1581 to the dsm.sys file.

Can any one have a idea of what can make trouble on my server ?

Notes: i tried all configurations possible for iptables, opening port 1581 on all chains, only on INPUT, then OUTPUT in order to see if it makes a difference, without effects.

Thx for your help.
 
[SOLVED]

Well, i solved my issue.

As seems trouble with iptables rules, i tried to defined open ports with the Linux GUI instead of CLI.

So i opened the ports: 1581, 1582 and 1583 in iptables
Then i precised the following options in dsm.sys:
httpport 1581
webports 1582 1583

Now it's working perfectly.
 
Back
Top