| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | Dec 26 '12 at 10:07 | |
| stats | profile views | 11 |
|
Oct 3 |
awarded | Supporter |
|
Oct 3 |
accepted | Looking for a solid redirection infrastructre |
|
Sep 29 |
accepted | iptables trafic limitation not working properly with http |
|
Sep 29 |
accepted | apt-get install not working in script |
|
Sep 29 |
asked | Looking for a solid redirection infrastructre |
|
Aug 7 |
awarded | Teacher |
|
Aug 7 |
answered | gather information about packet from malicious ip |
|
Aug 6 |
asked | gather information about packet from malicious ip |
|
Aug 1 |
asked | a good tool to analyse iptables log? |
|
Jul 17 |
comment |
iptables trafic limitation not working properly with http I'm using this to prevent bruteforcing a password page . Is it possible to modify the rules to achieve this objective ? |
|
Jul 17 |
asked | iptables trafic limitation not working properly with http |
|
Jul 17 |
awarded | Scholar |
|
Jul 17 |
accepted | how to limit traffic if port different than 8080? |
|
Jul 17 |
comment |
how to limit traffic if port different than 8080? That's what I want to avoid by adding an exception for some ports. |
|
Jul 17 |
comment |
how to limit traffic if port different than 8080? This rules work precfectly and i want to make an exception for some ports like 8080 . |
|
Jul 17 |
comment |
how to limit traffic if port different than 8080? Yes it is . Is this a bad idea ? |
|
Jul 17 |
asked | how to limit traffic if port different than 8080? |
|
Jul 12 |
comment |
how to set up ssh tunnel to acces administartion space I tried it. It workd and when I look to the log I see that my the server connect to itslef using his external ip not localhost . Can I change this behaviour because I'm blocking all external trafic to the port and this can be a problem if pirate use ip spoof to connect ? |
|
Jul 12 |
asked | how to set up ssh tunnel to acces administartion space |
|
Sep 30 |
comment |
apt-get install not working in script well i tried with this tiny script to isolate the problem: #!bin/bash apt-get install -y iftop . i get an error telling that it can't find the package . When i run this commmand manually it work fine . |