@ http://www.domoticaforum.eu/topic.asp?w ... 3191#23745
As reaction on topic;
Why don't you call your provider, that you can't send mail. When you say that your IPadres is on a blacklist of your provider, you can't even send mail using outlook.
Maybe you can try to use Google as your SMTP provider. When you create an gmail account.
Fritz!Box firewall?
Fritz!Box firewall?
@Lempens: it's not the blacklist from the provider. It's a public one, that the ISP is using. I just have to solve the issue (one of my workstation is directly sending spam)
Fritz!Box firewall?
@RDNZL: thanks for the link. It gave me an other option to use a GUI. I've to check it out but it must be somewhere here: http://www.freetz.org/wiki/WikiStart.en
Fritz!Box firewall?
but it's a firmware adjustment, added firewall gui: http://www.freetz.org/screenshots/100
Fritz!Box firewall?
Can't import the firmware, gave me an error. Had to inspect more, so i try it with telnet. The file looks like this:
lowinput {
policy = "permit";
accesslist =
"deny ip any 242.0.0.0 255.0.0.0",
"deny ip any host 255.255.255.255",
"deny udp any any range 161 162",
"deny udp any any eq 111";
}
lowoutput {
policy = "permit";
}
highinput {
policy = "permit";
}
highoutput {
policy = "permit";
accesslist =
"reject ip any 242.0.0.0 255.0.0.0",
"deny ip any host 255.255.255.255",
"reject ip any 169.254.0.0 255.255.0
"reject udp any any range 161 162",
"reject udp any any eq 111";
}
Any idea what lowinput, -output, highinput, -output is? I would think something to do with the direction of the packets.
lowinput {
policy = "permit";
accesslist =
"deny ip any 242.0.0.0 255.0.0.0",
"deny ip any host 255.255.255.255",
"deny udp any any range 161 162",
"deny udp any any eq 111";
}
lowoutput {
policy = "permit";
}
highinput {
policy = "permit";
}
highoutput {
policy = "permit";
accesslist =
"reject ip any 242.0.0.0 255.0.0.0",
"deny ip any host 255.255.255.255",
"reject ip any 169.254.0.0 255.255.0
"reject udp any any range 161 162",
"reject udp any any eq 111";
}
Any idea what lowinput, -output, highinput, -output is? I would think something to do with the direction of the packets.
Fritz!Box firewall?
network sniffer is default available: /html/capture.html
Alexander
Alexander