Open dikim33 opened 8 years ago
Comment by mjhsieh on 15 Sep 2005 00:22 UTC
There was a typo in previous patch, The pfileter.conf.clients should not
be touched. The patch follows is better.
------------- cut here -------------
--- post_clients.orig 2005-08-23 20:35:18.000000000 -0700
+++ post_clients 2005-08-23 20:34:44.000000000 -0700
@@ -176,7 +176,7 @@
# the server and every compute node trust each other
-trusted %oscar_server% %nodes%
+trusted %oscar_server% %nodes% $on_interface
open multicast # for ganglia
#
------------- cut here -------------
Comment by mjhsieh on 15 Sep 2005 00:24 UTC
There was a typo in previous patch, The pfileter.conf.clients should not
be touched. The patch follows is better.
------------- cut here -------------
--- post_clients.orig 2005-08-23 20:35:18.000000000 -0700
+++ post_clients 2005-08-23 20:34:44.000000000 -0700
@@ -176,7 +176,7 @@
# the server and every compute node trust each other
-trusted %oscar_server% %nodes%
+trusted %oscar_server% %nodes% $on_interface
open multicast # for ganglia
#
------------- cut here -------------
Comment by efocht on 29 Sep 2005 09:08 UTC
When I try
trusted %oscar_server% %nodes% on eth0
pfilter reports an error:
error - extra/unkown argument(s) <on eth0> for trusted on line 31
in /etc/pfilter.conf
This is obviously an illegal argument. How comes this works for
you?
Comment by mjhsieh on 30 Sep 2005 08:33 UTC
To efocht:
the value of $on_interface won't contain "on " string.
In your case, if you want to manually specify it to eth0,
you should use:
trusted %oscar_server% %nodes% eth0
Comment by efocht on 30 Sep 2005 09:15 UTC
Looking at post_clients I see exactly one place where the
variable $on_interface gets a reasonable value, and that has the
form "on $ENV{OSCAR_HEAD_INTERNAL_INTERFACE}".
If you use
trusted ... ... eth0 # without "on"
you actually disable the firewall on the internal interface.
For some setups (cluster on separate internal network) this
makes a lot of sense. For others (no internal network) this is
almost equivalent to disabling pfilter. Actually then it is sufficient
to do only:
trusted eth0
I'm also having intermitent trouble with pfilter and can't really
point my finger to the problem. All rejected packages should
pass according to the rules.
Comment by jparpail on 10 Apr 2007 12:17 UTC Not critical: changing milestone to 5.1. May we redefine this as an enhancement ?
Modified by jparpail on 11 Apr 2007 08:24 UTC
Modified by valleegr on 30 Jun 2008 06:45 UTC
Reported by mjhsieh on 25 Aug 2005 23:08 UTC