RE: [CentOS] iptables question

2007-06-20 Thread Ashton, Jeremy - Workstream Inc.
Something along these lines should do the job for ya. iptables -A INPUT -s 0.0.0.0/0 -d x.x.x.x/32 -m hashlimit --hashlimit 200 --hashlimit-mode dstip -j LOG iptables -A INPUT -s 0.0.0.0/0 -d x.x.x.x/32 -j DROP Dig around on this site for more details. http://iptables-tutorial.frozentux.net/ipt

RE: [CentOS] BQ/CentOS port forwarding

2007-06-20 Thread Ashton, Jeremy - Workstream Inc.
What happens when you try the following? iptables -t nat -A PREROUTING -I eth1 -d 69.54.130.16 -p tcp -m tcp --dport 25 -j DNAT --to-destination 10.10.10.12 Can we get an output of your iptables? "iptables -L -nv --line-numbers" -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [CentOS] iptables question

2007-06-20 Thread Ashton, Jeremy - Workstream Inc.
They certainly are different... But if he wanted that feature in iptables he could use the rule I specified. I was under the impression he was looking to migrate... That certainly may have been an assumption on my part. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

RE: [CentOS] Installing VMWare Server 1.0.3 on CentOS 5

2007-07-03 Thread Ashton, Jeremy - Workstream Inc.
VMWare server will install on CentOS 5 without the need of the any-any patch. The symlink is all that is required and the kernel-devel packages. When going through the configuration script, it when it cannot identify where the sources are it will then prompt you for a new location whilst showing

RE: [CentOS] 4 or 5 for VMware server?

2007-07-05 Thread Ashton, Jeremy - Workstream Inc.
Vmware server is perfectly content on either CentOS 4 or 5 as host operating system. I guess in this case it will simply be a matter of preference. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of WipeOut Sent: Thursday, July 05, 2007 11:56 AM To: CentOS