IpTables Displays Ultra Slow

2012-11-16 Thread Tóth Tibor Péter
I have some firewall rules set up. When I do iptables -L it starts to display the rules but after the first 3 lines stops and before every rule it waits a little bit. about 10-15 secs. When I have Iptables on the server, the ssh login is also slow. Login prompt is fast, but have to wait a while

RE: IpTables Displays Ultra Slow

2012-11-16 Thread Tóth Tibor Péter
: Re: IpTables Displays Ultra Slow what about iptables -L -n ? On 11/16/2012 10:58 AM, Tóth Tibor Péter wrote: I have some firewall rules set up. When I do iptables -L it starts to display the rules but after the first 3 lines stops and before every rule it waits a little bit. about 10-15 secs

RE: IA64 or AMD64?

2012-09-25 Thread Tóth Tibor Péter
Yes, but people don't start with a quad socket DL580. You're right! Some people starts biger than a DL580 :D Ezen üzenet és annak bármely csatolt anyaga bizalmas, jogi védelem alatt áll, a nyilvános közléstől védett. Az üzenetet kizárólag a címzett, illetve az általa meghatalmazottak

RE: which one is faster?

2012-08-08 Thread Tóth Tibor Péter
I user rsync for everything. rsync -vaP /location/ user@remote-host:/location/ I've found it best sofar. -Original Message- From: Johann Spies [mailto:jsp...@sun.ac.za] Sent: Wednesday, August 08, 2012 9:59 AM To: debian-user@lists.debian.org Subject: Re: which one is faster? Hallo

Debian: SIOCSIFFLAGS: Cannot assign requested address when adding extra ips to an interface

2012-08-03 Thread Tóth Tibor Péter
Hello! I have some problem when I'm trying to add an extra IP to an interface. My config: # cat /etc/network/interfaces auto lo auto eth0 auto eth0:0 auto eth0:1 iface lo inet loopback allow-hotplug eth0 iface eth0 inet static address 192.168.0.10 netmask 255.255.255.0 gateway 192.168.0.1 iface