Does this look right beside the duplicate entries? and how would i reset iptables and restart over. Sorry, and yes you have to add the service.
[root@tcs ~]# iptables -L |grep 28960
ACCEPT     tcp  --  anywhere             
www.totalclanservers.com tcp dpts:28960:28969
ACCEPT     tcp  --  anywhere             
www.totalclanservers.com tcp dpts:28960:28969
ACCEPT     udp  --  anywhere             
www.totalclanservers.com udp dpts:28960:28969
ACCEPT     udp  --  anywhere             
www.totalclanservers.com udp dpts:28960:28969
ACCEPT     tcp  --  anywhere             68-187-144-90.dhcp.stcd.mn.charter.com tcp dpts:28960:28969
ACCEPT     udp  --  anywhere             68-187-144-90.dhcp.stcd.mn.charter.com udp dpt:28960
ACCEPT     udp  --  anywhere             68-187-144-90.dhcp.stcd.mn.charter.com udp dpts:28960:28969
[root@tcs ~]# iptables -L |grep 28961
[root@tcs ~]# iptables -L |grep 20800
ACCEPT     tcp  --  anywhere             
www.totalclanservers.com tcp dpt:20800
ACCEPT     udp  --  anywhere             
www.totalclanservers.com udp dpt:20800
ACCEPT     tcp  --  anywhere             68-187-144-90.dhcp.stcd.mn.charter.com tcp dpt:20800
ACCEPT     udp  --  anywhere             68-187-144-90.dhcp.stcd.mn.charter.com udp dpt:20800
[root@tcs ~]# iptables -L |grep 20810
ACCEPT     tcp  --  anywhere             
www.totalclanservers.com tcp dpt:20810
ACCEPT     tcp  --  anywhere             68-187-144-90.dhcp.stcd.mn.charter.com tcp dpt:20810
ACCEPT     udp  --  anywhere             68-187-144-90.dhcp.stcd.mn.charter.com udp dpt:20810
This >>>>>> config set totalclan service TCPPorts 28960:28969,20800,20810 UDPPorts 28960:28969,20800,20810 access public status enabled
Not This >>>>> config set totalclan service TCPPorts 28960:28969,20800,20810 UDPPorts 28960-28969,20800,20810 access public status enabled
Correct