arno-iptables-firewall / aif

GNU General Public License v2.0
151 stars 24 forks source link

Using local interface aliases instead of local network addresses #65

Closed 00ebenezer closed 5 years ago

00ebenezer commented 5 years ago

I have a multi-interface firewall that I use a .conf file to configure the rules. I'm trying to setup something like this:

Instead of using 10.10.10.0/24>192.168.1.0/27~3389

I'd like to use eth0>eth1~3389. Is that possible? How would I go about setting this up to use interface aliases instead of network addresses?

abelbeck commented 5 years ago

I'd like to use eth0>eth1~3389. Is that possible?

Not with AIF, referencing just the interfaces is not specific enough, in general.

00ebenezer commented 5 years ago

Alright, thank you for your time and information.

arnova commented 5 years ago

@00ebenezer : Please, next time use the mailinglist for support questions. Github issues is only for reporting bugs or feature requests. Thanks!