bridge problem

Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.)
Author Message
maroo01
DD-WRT Novice


Joined: 19 Mar 2009
Posts: 21

PostPosted: Fri Dec 15, 2017 13:15    Post subject: bridge problem Reply with quote
Hello

i have one problem on dd-wrt systems with build 26446.

following config:
br0 no eth0 eth1 ath0
br1 yes ath0.1
br2 no ath0.2

firewall rules:
iptables -I FORWARD -i br2 -m state --state NEW -j ACCEPT
iptables -I FORWARD -i br0 -m state --state NEW -j ACCEPT

now the probelem:
i can't connect from br2 to the br0 lan?


also tested:
iptables -I FORWARD -i br0 -o br2 -m state --state NEW -j ACCEPT
iptables -I FORWARD -i br2 -o br0 -m state --state NEW -j ACCEPT

did anyone know where is the problem? thx alot
Sponsor
myersw
DD-WRT Guru


Joined: 13 Jun 2006
Posts: 1608
Location: SE Michigan USA

PostPosted: Fri Dec 15, 2017 18:46    Post subject: Reply with quote
You did not state what router model. Firmware you are running is quite old and I would upgrade to latest unless the router is a wrt1900ac v1.
Here is where to find the latest.
ftp://ftp.dd-wrt.com/betas/2017/

If you have a wrt1900ac v1 then see this thread for working firmware and why you cannot use latest.
https://www.dd-wrt.com/phpBB2/viewtopic.php?t=312320

After you are up to a good version of firmware, you can ask questions.
Also be sure to read the threads in my sig if you have not already.

_________________
Unifi Security Gateway: Unifi Firmware
Netgear r7800: Voxel Firmware
Modem:Netgear CM500V voice and Data.
ISP:Comcast
tutorial for flashing "WRT" series:
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=287813
DD-WRT Installation, Upgrade & Basic Setup–Cliff Notes:
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=311117
Kong DD-WRT Config Tutorial:
http://www.instructables.com/id/Install-and-Configure-a-DD-WRT-Kong-Router/
I tried to be normal once. Worst 2 minutes ever.
maroo01
DD-WRT Novice


Joined: 19 Mar 2009
Posts: 21

PostPosted: Sat Dec 16, 2017 14:08    Post subject: Reply with quote
My devices are WRT1200AC V2
The build i wrote was wrong. (i wrote the build of our WR-1043 devices.).
The build of the WRT1200AC V2 is 33492.
maroo01
DD-WRT Novice


Joined: 19 Mar 2009
Posts: 21

PostPosted: Thu Dec 21, 2017 15:26    Post subject: Reply with quote
no changes after loading build 34080...
zakaron
DD-WRT User


Joined: 03 Jun 2016
Posts: 91

PostPosted: Fri Dec 22, 2017 13:07    Post subject: Reply with quote
I would try something like the follow if you want full access from br2 to br0. Just substitute the IP of your br2 and br0 interfaces where indicated with the < > markers:

$IPTABLES -A INPUT -s <br2 IP> -d <br0 IP> -m state --state NEW -j ACCEPT
$IPTABLES -A OUTPUT -s <br2 IP> -d <br0 IP> -m state --state NEW -j ACCEPT
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.) 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 cannot attach files in this forum
You cannot download files in this forum