- Posts: 7
- Thank you received: 0
IpCop and its minions, the ports
- TheHarlequin
- Topic Author
- Offline
- New Member
Less
More
19 years 2 months ago #9760
by TheHarlequin
IpCop and its minions, the ports was created 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
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
19 years 2 months ago #9767
by DaLight
Replied by DaLight on topic Re: IpCop and its minions, the ports
Let us have a look at your rc.local file.
19 years 2 months ago #9782
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Replied by sahirh on topic Re: IpCop and its minions, the ports
Is everything else working properly?
Cheers,
Cheers,
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
- TheHarlequin
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
19 years 2 months ago #9840
by TheHarlequin
Replied by TheHarlequin on topic Re: IpCop and its minions, the ports
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
==
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
==
19 years 2 months ago #9849
by DaLight
Replied by DaLight on topic Re: IpCop and its minions, the ports
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?
- TheHarlequin
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
19 years 2 months ago #9862
by TheHarlequin
Replied by TheHarlequin on topic Re: IpCop and its minions, the ports
yep - testing it as we speak, works ok + the connections tab shows the ip yet no connection.
Time to create page: 0.134 seconds