help to open port
sme 8
config my server
Review configuration
Networking Parameters 
Server Mode servergateway 
Local IP address / subnet mask 192.192.0.254/255.255.0.0 
External IP address / subnet mask 192.168.183.50/255.255.255.0   eth1
Gateway 192.168.183.1 
Additional local networks 192.192.0.0/255.255.0.0   eth0
DHCP server enabled 
Beginning of DHCP address range 192.192.1.2 
End of DHCP address range 192.192.192.250 
install smeserver-dansguardian 
Using NCSA Auth login
the squid proxy port 3128 & redirect port 80 to port 8080 
is work ok - all  serves
1-I want to block All traffic from my server to port 443   
2- I want to open port 1220  All traffic from my server to all internet
iptables -L INPUT -v -n
Chain INPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
 4251  493K state_chk  all  --  *      *       0.0.0.0/0            0.0.0.0/0
 2484  224K local_chk  all  --  *      *       0.0.0.0/0            0.0.0.0/0
 1801  177K PPPconn    all  --  *      *       0.0.0.0/0            0.0.0.0/0
    0     0 denylog    all  --  *      *       224.0.0.0/4          0.0.0.0/0
    0     0 denylog    all  --  *      *       0.0.0.0/0            224.0.0.0/4
    0     0 InboundICMP  icmp --  *      *       0.0.0.0/0            0.0.0.0/0
    0     0 denylog    icmp --  *      *       0.0.0.0/0            0.0.0.0/0
   24  1164 InboundTCP  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp flags:0x17/0x02
    0     0 denylog    tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp flags:0x17/0x02
 1657  156K InboundUDP  udp  --  eth1   *       0.0.0.0/0            0.0.0.0/0
    0     0 denylog    udp  --  eth1   *       0.0.0.0/0            0.0.0.0/0
   34 11252 ACCEPT     udp  --  eth0   *       0.0.0.0/0            0.0.0.0/0           udp spts:67:68
    0     0 gre-in     47   --  *      *       0.0.0.0/0            0.0.0.0/0
    0     0 denylog    47   --  *      *       0.0.0.0/0            0.0.0.0/0
   86  9244 denylog    all  --  *      *       0.0.0.0/0            0.0.0.0/0
[root@proxy ~]#