I don't remember how far back firewalld goes, but from at least Fedora 17 on, iptables is managed by the firewalld service, not iptables. Perhaps that's what you were running in to.

On 05/20/2013 04:11 PM, Jay Vyas wrote:
Ahhh iptables strikes back ! You were right. Ive now got Peer probe success. :)

*** Lesson Learned In killing IPTables on Fedora16 ?***

Im on Fedora 16, so this might not be relevant to everyone.. but... Rather than "service iptables stop" (maybe this wasnt really killing all the ip rules), I just manually flushed them according to the script below stolen from http://www.cyberciti.biz/tips/linux-iptables-how-to-flush-all-rules.html....

#!/bin/sh
echo "Stopping firewall and allowing everyone..."
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT


On Mon, May 20, 2013 at 7:00 PM, Anand Avati <[email protected] <mailto:[email protected]>> wrote:

    Looks like there might be a firewall (iptables) in the way? Can
    you flush all iptables rules and retry - just to confirm?

    Avati



    On Mon, May 20, 2013 at 3:45 PM, Jay Vyas <[email protected]
    <mailto:[email protected]>> wrote:

        Hi gluster:

        Im getting the cryptic 107 error, (I guess this means gluster
        can't see a peer)...

        gluster peer probe vm-2
        peer probe: failed: Probe returned with unknown errno 107

        When I can effectively ssh and ping a given server.

        I've seen other threads regarding this, some of them to deal
        with the "net.ipv4.ip_nonlocal_bind" parameter, and also a bug
        https://bugzilla.redhat.com/show_bug.cgi?id=890587 ...

        But I'm still not sure what the nature of this error is - any
        thoughts?


-- Jay Vyas
        http://jayunit100.blogspot.com

        _______________________________________________
        Gluster-users mailing list
        [email protected] <mailto:[email protected]>
        http://supercolony.gluster.org/mailman/listinfo/gluster-users





--
Jay Vyas
http://jayunit100.blogspot.com


_______________________________________________
Gluster-users mailing list
[email protected]
http://supercolony.gluster.org/mailman/listinfo/gluster-users

_______________________________________________
Gluster-users mailing list
[email protected]
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Reply via email to