How to disable SSID on Repearter Bridge

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2
Author Message
ramitbhalla
DD-WRT Novice


Joined: 31 Mar 2012
Posts: 4

PostPosted: Fri Sep 11, 2015 17:22    Post subject: Reply with quote
I'm able to use the Repeater Bridge (used the standard DD-WRT instructions to set it up) as a Client Bridge and don't have the second SSID signal.
I simply used

Quote:
ifconfig ra0 down


I saved this in the startup script and my second signal disappeared after a few minutes.

BTW if you're using Client mode (not Client Bridge since it doesn't support it) here's another way to get around the devices not able to communicate with devices on the main router network. Save this in the Firewall section

Quote:
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
Sponsor
Goto page Previous  1, 2 Display posts from previous:    Page 2 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum