Use ebtables to block access to specific subnet?

Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking
Author Message
RidgebackKing
DD-WRT Novice


Joined: 05 Nov 2012
Posts: 6

PostPosted: Sat Oct 11, 2014 22:09    Post subject: Use ebtables to block access to specific subnet? Reply with quote
I have two routers on my network, my Verizon Actiontec with the wireless disabled and an Asus RT-AC87U for the wireless. All of my wired connections go to the Actiontec. I tried setting up the Asus as an AP but I could never get a guest network to work in AP mode so my once single 10.10.10.0/24 network is now 10.10.10.0/24 on the Actiontec for the wired and 192.168.1.0/24 on the Asus for the wireless.

I created a guest network on the Asus and while they cannot connect to any other 192.168.1.0/24 PC's, I need to prevent them from accessing the 10.10.10.0/24 network of my wired PC's as well. On the asus, it looks like the guest network is interface wl0.1. The 10.10.10.0/24 network is vlan2. How would I use ebtables (assuming that's the best solution) to prevent my 192.168.1.0 (wl0.1) PC's from talking to my 10.10.10.0 (vlan2) PC's?

If it helps:
admin@RT-AC87U:/tmp/home/root# ebtables -Lnv
Bridge table: filter

Bridge chain: INPUT, entries: 0, policy: ACCEPT

Bridge chain: FORWARD, entries: 2, policy: ACCEPT
-i wl0.1 -j DROP
-o wl0.1 -j DROP

Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
admin@RT-AC87U:/tmp/home/root#
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking 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