I’ve created a bridge group interface named inside and I've assigned it an IP (192.168.1.1).
Then I've created two interface inside_3 and inside_4, both assigned to the bridge group inside.
Now if I make a nat rule, for example nat (inside,outside) static interface service tcp 80 80,
a error is returned: I have to use nat (inside_3,outside) static interface service tcp 80 80,
but I don’t want apply nat rule to a specific interface, but at every interfaces of the same network (192.168.1.0/24, in my case, the entire bridge group, with interface_3 and interface_4).
How I can do this?
Thank, Fabrizio
Fabrizio
www.rfc.it