Skip to main content

IpCop and its minions, the ports

More
19 years 2 months ago #9760 by TheHarlequin
Good morning all

New user to the forums, and one of the threads here helped me immensely with intrusion problems.

However, IpCop, being a bit of a bother, has given me a couple of problems to solve. Whatever i do, whether i disable or enable ports 110 and 25, outlook express does not send nor receive. I tried editing rc.local, tried the gui to forward ports, open ports, if i had a hammer and chisel, i'd do it manually.

Any ideas on what exactly to do ?

Cheers
More
19 years 2 months ago #9767 by DaLight
Let us have a look at your rc.local file.
More
19 years 2 months ago #9782 by sahirh
Is everything else working properly?

Cheers,

Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
More
19 years 2 months ago #9840 by TheHarlequin
rc.local - i haven't opened that much - just http and remote desktop.

Essentially, the only thing that looks to be working properly are the two ports i opened via red - 80 and 3389.

==

#!/bin/sh

IPT="/sbin/iptables"
$IPT -A CUSTOMINPUT -i eth1 -p icmp -j DROP
$IPT -A CUSTOMINPUT -i eth1 -p tcp --dport 135 -s 0/0 -j DROP
$IPT -A CUSTOMINPUT -i eth1 -p tcp --dport 1433 -j DROP

==
More
19 years 2 months ago #9849 by DaLight
Having had a look at your rc.local file, there is nothing in there that would stop outlook express working. In its default configuration, IPCOP will not prevent outlook express from working properly i.e. downloading POP3 mail via port 110 or sending via port 25. Therefore the problem must be from somewhere else down the line. It could be a problem with your ISP or indeed your PC. Have you tested Outlook Express without going through IPCOP?
More
19 years 2 months ago #9862 by TheHarlequin
yep - testing it as we speak, works ok + the connections tab shows the ip yet no connection.
Time to create page: 0.129 seconds