[Firehol-support] router_ra pppoe and firehol ?!

Tamer Higazi th982a at googlemail.com
Sun Jul 12 16:38:55 BST 2015


Hi people!

I have firgured out, that my firewall configuration doesn't work with
router advertisement (for ipv6).
My current firehol configuration in the section "ppp0" (I guess) need to
be modified to accept router advidement for ipv6 DHCP.

I fugured that out, that if If I dialin with pppd I get a global ipv6
address. But the moment I activate firehol, I am not receiving a ipv6
global link address.
Can somebody tell me, how to change the firewall that way that it's
possible to accomplish this ?!

Thanks, Tamer



firehol.conf:


server_tvoip_ports="udp/5070 udp/5080 udp/30000:31000 udp/40000:41000"
client_tvoip_ports="default"

server_voipc_ports="udp/1010 tcp/1010 udp/1012 tcp/1012 tcp/5000:5010
udp/5000:5010"
client_voipc_ports="default"



interface46 lo local
        policy drop
        client all accept

interface46 enp2s0 lnet
        policy accept
        client all accept

interface46 ppp+ inet
        policy drop
        server tvoip accept
        client all accept

router46 local2inet inface lo outface ppp+
        masquerade
        route all accept

router46 inet2local inface ppp+ outface lo
        route all accept


router46 lnet2inet inface enp2s0 outface ppp+
        masquerade
        route all accept

router46 inet2lnet inface ppp+ outface enp2s0
        route all accept

router46 lnet2local inface enp2s0 outface lo
        masquerade
        route all accept

router46 local2lnet inface lo outface enp2s0
        route all accept



More information about the Firehol-support mailing list