There was no answer.
I saw it on ebay, the seller said that he did not know.
Saw on another forum people say who have installed and worked.
I prefer to ask who really knows.
As this forum is the meeting place for those who work directly with I decided to ask here.
Posted: Sat Dec 03, 2011 14:28 Post subject: Client bridge does work
macaddr wrote:
@ulissesbackes
I have a version 1.8 1043ND running
v24-sp2 (06/14/11) std - build 17201
Client Bridge appears to be broken.
I have 3 units of 1043ND (2 v.16 and one v1.8 ) One of the 1.6s is configured as main router in PPPoE mode. The other two are running as client bridges, just as recommended in the wiki (all units with r17201).
With the script below provided by LoM (I think so), my client bridge units are up for more than 3 days now:
Code:
insmod ipt_mark
insmod xt_mark
iptables -t mangle -A PREROUTING -i ! `get_wanface` -d `nvram get wan_ipaddr` -j MARK --set-mark 0xd001
iptables -t nat -A POSTROUTING -m mark --mark 0xd001 -j MASQUERADE
Just paste it under Administration, Commands and hit the "save firewall" button. Then, reboot your router.
[]'s _________________ TPlink TL-WDR3600ND as WDS AP
TPlink TL-WR841ND v9 as WDS Station
TPlink TL-WR1043ND v1.8 as WDS Station (with VAP disabled)