Hello Jakob El 03/08/17 a las 14:10, jakob notland escribió: > Hello dear Debian wiki person > > > This question refers to the following page: > <https://wiki.debian.org/LXC/MasqueradedBridge>https://wiki.debian.org/LXC/MasqueradedBridge >
The contents of the wiki are not handled by the Debian wiki team; they are generated by the community members. > The problem I am having is that I am trying to run the commands under > section "1. Port forwads": > > iptables -t nat -A PREROUTING -i eth0 -d $external_ip -m conntrack --ctstate > NEW -j DNAT --to-destination 10.3.0.2 > iptables -t nat -A PREROUTING -i lxc-nat-bridge -d $external_ip -m conntrack > --ctstate NEW -j DNAT --to-destination 10.3.0.2 > iptables -t nat -A OUTPUT -d $external_ip -m conntrack --ctstate NEW -j DNAT > --to-destination 10.3.0.2 > > All the commands returns "Bad argument `conntrack'", when I tried to run > them both on my ubuntu laptop and my jessie rpi (my main goal here is to > create the lxc bridge on jessie). Could this documentation be outdated? > If so, could you please help me figuring out the right commands? If not, > do you have some clues about what I am doing wrong? > To solve your problem, please contact our user support channels for help: https://www.debian.org/support Once you have the solution, if you feel that the wiki page needs updates, fixes or clarifications, you can edit yourself the page to improve it. You need a Debian wiki account for editing pages; if you still haven't got one, go to https://wiki.debian.org/FrontPage?action=newaccount to create it. Thanks for choosing Debian! Best regards -- Laura Arjona Reina https://wiki.debian.org/LauraArjona

