search for: lowth

Displaying 6 results from an estimated 6 matches for "lowth".

Did you mean: loath
2005 May 29
12
access deny host (ip) to access the Internet
I''m using shorewall 2.0.x at home as an Internet gateway for family. However my brother always plays online games overnight, so my parents asked whether I can do something on the gateway to control the time of accessing the Internet. I planned to put a script on crontab to schedule which it will execute say at 12:00 night daily, the script will execute a command will deny my brother
2003 Aug 09
0
Solution for blocking kazaa with iptables
Still in beta testing, but it works: http://www.lowth.com/p2pwall/ftwall/ Thought you would like to know... gypsy _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Jul 29
2
NFS and Linux Firewall Conflict
If I run showmount -e <my_server_ip> from the client, with the firewall set to on on the server, I get rpc mount export: RPC: Unable to receive; errno = No route to host If I turn it off, I can connect. So far, I have 111 and 2049 tcp and udp open and 4002 udp open. Anybody know what I'm missing? Best, John Hinton
2004 Aug 12
3
Messing around with iptables
Hello all, I am messing around with iptables, trying to learn how it works so that I can build my self a router/firewall and mabey a VPN. Anyway I tried to use a command on my Desktop CentOS3 machine. "iptables -A INPUT -s 127.0.0.1 -p icmp -j DROP" now the command seems to have went through because I didn't get any errors, but when I go to ping 127.0.0.1 I am getting a response
2004 May 26
13
Dropping established connections
Hello, I have searched the list but couldn''t find the right answer. I want to drop an established DNAT connection but could not manage it yet. Someone earlier said to bring down the public interfaces, stop shorewall, bring up the public interface and then start shorewall again but this won''t work. I also saw a message from Tom that someone then should unload all iptables
2006 Jan 26
8
nat table remenbering nat''s
Dear All Why NAT rules stays valid even if I flush nat anf table chains?? I have: iptables -P FORWARD DROP iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A FORWARD -s SOME_IP -d SOME_BCP_5_IP --dport 1234 -j ACCEPT iptables -i nat -A PREROUTING -s SOME_IP -d MY_INTERNET_IP \\ --dport 1234 -j DNAT --to-destination SOME_BCP_5_IP The conection is