If I interpret Tonec's request correctly, he has four systems on his local network that are behind a Linksys router. He wnats to enable port forwarding for all four systems because, presumably, they are acting as servers for some type of application... ftp, web, telnet, icq, or something else.
With the Linksys router, you are limited in how many slots you have available for defining port forwarding. Even though you can specify port ranges, you can only specify 1 ip address for each port range.
for example:
forward ports 21 - 80 to 10.10.0.100
forward ports 21 - 80 to 10.10.0.200
forward port 6697 - 6699 to 10.10.0.200
He is asking if there is a way to specify multiple ip's for a range of ports so he wouldn't have to use multiple slots.
for example:
forward ports 21 - 80 to 10.10.0.100 and 10.10.0.200
However, the Linksys does not allow for this type configuration, which would be useful for mostly for Napster and ICQ users.
Any address at x.x.x.255 is a broadcast address. the data is broadcast to any machine on that subnet that is listening on that particular port. So if he wanted to have ICQ running on all four machines and be able to perform file transers, he would want to enable port forwarding for all those systems. My tentative suggestion, which I am doubtful would work reliably (provided the Linksys config even allows it) is to use the broadcast address as follows:
forward ports 6697 - 6699 to 10.10.0.255
I don't know if this would work given the limited abilities of the Linksys router and all the routers that have recently been put on market for "home" use. I don't know that Linksys or any of the other low end routers of that type even allows you to specify a broadcast address.
I have not tried to do this. I am only offering up theory.