Hello everyone,
I hope everyone’s fine. I am new to this forum, actually I came to this forum while searching for my issue. That’s the thread I am talking about: https://archlinuxarm.org/forum/viewtopi … 15&t=16910 but there’s no solution.
I am working on a Raspberry Pi 4, I am using this model: https://www.theengineeringprojects.com/ … sheet.html and I am trying to make it work as a router.
I have connected it via Ethernet to my main internet provider and am now making it act as a DNS server. Now when I try to port forward the DNS request to my original internet provider, I receive error during prerouting. I get this error:
$this->bbcode_second_pass_code(‘’, ‘tables: No chain/target/match by that name.’)
Although the first request works fine, the below one:
$this->bbcode_second_pass_code(‘’, ‘sudo iptables -A fw-open -p udp -d 10.24.90.247 --dport 53 -j ACCEPT’)
Please help me out here.
Thanks.