Hi Bruno,
I put my iptable rules in this file I created:
/etc/firewall.lime.d/90-myrules
Cheers
bruno vianna:
thanks ilario!
the lime-report is very useful, I didn't know it.
this command worked to see the rules:
iptables -nvL -t nat
but the forwarding didn't work. i added two rules on the gateway router (by
gui's suggestion)
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT
--to-destination 10.74.135.155
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j DNAT
--to-destination 10.74.135.155
but when I try the public ip of my network, what I get is the lime-app
menu.
Does anyone have other suggestions?
On Tue, Apr 20, 2021 at 9:45 AM Ilario Gelmetti <iochesonome(a)gmail.com>
wrote:
On 4/19/21 5:20 PM, bruno vianna wrote:
I can't even see the current rules when I
try iptables -L, is there a
specific command for lime?
Hi Bruno!
The firewall rules set by LibreMesh are usually set in ebtables instead
than in iptables.
The commands for checking the rules in ebtables are similar to the
iptables ones.
In order to find out the useful commands for LibreMesh debug, have a
look at the content of lime-report script here:
https://github.com/libremesh/lime-packages/blob/master/packages/lime-report…
or execute directly lime-report on your router.
Ciao!
Ilario
_______________________________________________
lime-users mailing list
lime-users(a)lists.libremesh.org
https://lists.libremesh.org/mailman/listinfo/lime-users
_______________________________________________
lime-users mailing list
lime-users(a)lists.libremesh.org
https://lists.libremesh.org/mailman/listinfo/lime-users