Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Perfsonar ports - tracepath blocked

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Perfsonar ports - tracepath blocked


Chronological Thread 
  • From: Brian Candler <>
  • To: Andrew Lake <>, "" <>, "Garnizov, Ivan (RRZE)" <>
  • Subject: Re: [perfsonar-user] Perfsonar ports - tracepath blocked
  • Date: Tue, 16 Feb 2016 16:41:10 +0000
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=pobox.com; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sasl; b=l6EJnH G2iFOi8233tdH4ujbuDR8Jni99Z1AR5NWMdsF8R5Qlq5Kz9xmN4y45QPfklOFpUa M+gv70o9EYiR8ykbtfgTtxqJx7NSJYpgbTPbYcMYZyB6+LUN1BxC2cHDVGDqbYu+ wc3VeNaUEKd+y3YbLjyVUcdZldeceDGiw3GyQ=

On 16/02/2016 16:35, Brian Candler wrote:
Thank you - but that fix doesn't work for me.

[root@ix-perf1 brian]# /opt/perfsonar_ps/toolkit/scripts/configure_firewall install

I did notice that some parts of this script are commented out - but it is identical to the version which is on the box which is working (i.e. the one with the full set of firewall rules)

...
main() {
# if [ "${COMMAND}" == "new" ]; then
# We're running as part of a NetInstall. Configure the firewall by hand
# since iptables isn't available during NetInstall.
# buildStaticFirewallRules v4_rules "v4"
# buildStaticFirewallRules v6_rules "v6"

# mv $v4_rules /etc/sysconfig/iptables
# mv $v6_rules /etc/sysconfig/ip6tables
# elif [ "${COMMAND}" == "upgrade" ]; then

if [ "${COMMAND}" == "install" ]; then

deleteOldFirewallRules
...

Regards,

Brian.




Archive powered by MHonArc 2.6.16.

Top of Page