iptables
Hello all, I m trying to configure the iptables in tomato in order to setup a dmz. I m really stuck on this because i can`t even pass a script in tomato. When I put a rule or a policy in the firewall...
View ArticleRe: iptables
Tomato has a gui way of configuring dmz- use "iptables -nvL -t nat" to see where it happens
View ArticleRe: iptables - rules change
Hi I want to use my own rules on iptables. I tried to change a rule in iptables and after "service firewall restart" the change don't happened. The most important goal at an router is the firewall....
View Article(no title)
You have to save them in the firewall scripts. Tomato already has a set of its own firewall, so you can't and shouldn't included your own full set of iptables in the firewall scripts. Instead you...
View ArticleRe: iptables
Thank you for your answer I put a new rule in ->Scripts-> like as "iptables -A INPUT -s 74.86.158.106 -j DROP" and nothing. I assume there is a other rule that overwrite or is executed after....
View Article(no title)
-A just adds the rule below existing rules so it may not hit your's if traffic is allowed by something above. You may want to drop that on the nat table instead: iptables -t nat -I PREROUTING -s...
View ArticleRe: iptables
Thank you again Kees I'm sorry I don't want to profit by your amability. Can you give me some indications? Now I have an Asus rt66u on that is functional a server web (lighttpd), server ns (named),...
View Article(no title)
Sorry I can't help you with that. Only IPS and IDS have dynamic IP blocking. What you have is a router and if you're running sites in there that are attracting attacks, then you should have them...
View ArticleRe: iptables
Hi I want to limit the number of request from firewall on http (80) and I put into -> Scripts next line: iptables -t nat -I PREROUTING -p tcp —dport 80 -m state —state NEW -m limit —limit 20/s...
View Article(no title)
iptables -t nat -I PREROUTING -p tcp —dport 80 -m state —state NEW -j DROP iptables -t nat -I PREROUTING -p tcp —dport 80 -m state —state NEW -m limit —limit 20/s —limit-burst 30 -j ACCEPT This should...
View ArticleRe: iptables - Is firewall the most important thing for a router ?
Exactly this thing is not well developed in Tomato. I have Tomato for 3 years and i had been very satisfied. But when i wanted to secure my own network i descovered that the iptables is limited. Isn't...
View Article(no title)
Tomato is secured by default. It's users that are insecure by running shit like port forwarding, upnp and clicking on malicious link. You blame the firmware for your own insecurities.
View ArticleRe: iptables
Misunderstood me I want to add some security such as stophummer, asia .. as can is at the ddwrt. If you look at ddwrt the notion by iptables is more large. I like Tomato but i wish to be more improved...
View ArticleRe: iptables
I like Tomato but i wish to be more improved this part by firewall. How many people do you need to allow into your services ? Maybe it will be easier to make an IP range Permit configuration with the...
View ArticleRe: iptables
wtf is stophummer? It is what happens when you slap dat hoe upside the head when she starts making too many noises. http://www.youtube.com/watch?v=JlMIzAl_nDo
View Article