Hello!
I'm trying to have this kind of network :

Code:
    .____________________________________________.
    |                                            |
    | .________________________________.      .--|-----|- W-Public
    | |      .___________________.     |      |  |
    |_|______|___________________|_____|______|__|
     | |    | |    | |    |X|   | |   | |    | |
    LOCAL   DMZ   MONIT   DEAD  WAN_1 WAN_2  WAN_3
That is :
- 3 virtual WAN interfaces (my ISP gives me 4 public IP via dhcp)

- the first one (aka wan_1) is bridged on DMZ directly, without firewall or dhcp server (there's only ONE computer in DMZ, and this one should have wan_1 IP directly.)

- the second one (aka wan_2) is bridged on LOCAL directly, without any firewall or dhcp (there will be a server just behind it, which will provide DNS, dhcp and other services for my LAN)

- the third one (aka wan_3) is linked on wifi. wifi interface will have a dhcp, QoS and so on as it's a public access (and therefor NO link between this interface and dmz/lan will be provided)

The MONIT interface should be the only one to provide a direct access through SSH on the asus... but it's a "bonus", if only LOCAL can access it it's nice too :->

I tried to find doc, howto, forum threads, but no luck. After having flashed my asus-wl500gp 5 times having lost it, I think I can maybe ask for help

So if anyone among you has an idea on how to do this.... or a doc link...

Thanks in advance !