[Chilli] CoovaChilli Kernel Mode issue

Xabier Oneca -- xOneca xoneca at gmail.com
Mon Dec 2 00:32:50 UTC 2013


2013/11/29 Phyo Wai Soe <phyo.w.soe at frontiir.net>:
> Hi Xabier,
>
> I am using the default rules (ie., up.sh writes the rules on CoovaChilli startup). With the kernel module mode on, the rules are as follows (eth0 is the WAN and eth1 is the DHCP interface):
>
> iptables -L
>
> Chain INPUT (policy ACCEPT)
> target     prot opt source               destination
>
> Chain FORWARD (policy DROP)
> target     prot opt source               destination
> ACCEPT     all  --  anywhere             anywhere
> ACCEPT     all  --  anywhere             anywhere
> ACCEPT     all  --  anywhere             anywhere            coova: name: chilli side: dest
> ACCEPT     all  --  anywhere             anywhere            coova: name: chilli side: source
>
> Chain OUTPUT (policy ACCEPT)
> target     prot opt source               destination
> --------------------------------------
> iptables -S
>
> -P INPUT ACCEPT
> -P FORWARD DROP
> -P OUTPUT ACCEPT
> -A FORWARD -o tun0 -j ACCEPT
> -A FORWARD -i tun0 -j ACCEPT
> -A FORWARD -o eth1 -m coova --name chilli --dest  -j ACCEPT
> -A FORWARD -i eth1 -m coova --name chilli --source  -j ACCEPT
> -------------------------------------

The rules seem ok...

Sorry, but I can't see where can your problem be... I have no
experience with the kernel module. Maybe someone else in the list?

Cheers,

Xabier Oneca_,,_


More information about the Chilli mailing list