not sure if this is how its done, i have a speedtouch 780WL (as provided by BE), i want all devices to be able to see all the other devices, the main reason i want to seperate them is to be a bit more organised so if/when i need to add further devices in future.
the setup i need goes a little something like:
192.168.1.254 = router
192.168.1.1 to 192.168.1.2 = wired adapters
192.168.2.1 to 192.168.2.2 = wireless adapters
192.168.3.1 to 192.168.3.2 = printers
obviously i've removed the MAC addresses, but does this look right in the config file i've been editing as the interface for the speedtouch isnt too hot!
the setup i need goes a little something like:
192.168.1.254 = router
192.168.1.1 to 192.168.1.2 = wired adapters
192.168.2.1 to 192.168.2.2 = wireless adapters
192.168.3.1 to 192.168.3.2 = printers
obviously i've removed the MAC addresses, but does this look right in the config file i've been editing as the interface for the speedtouch isnt too hot!

[ dhcs.ini ]
debug traceconfig state=disabled
policy verifyfirst=enabled trustclient=enabled
pool config name=LAN intf=LocalNetwork poolstart=192.168.1.1 poolend=192.168.1.2 netmask=24 gateway=192.168.1.254
pool config name=WLAN intf=LocalNetwork poolstart=192.168.2.1 poolend=192.168.2.2 netmask=24 gateway=192.168.1.254
pool config name=PRINTER intf=LocalNetwork poolstart=192.168.3.1 poolend=192.168.2.2 netmask=24 gateway=192.168.1.254
server=192.168.1.254
lease add clientid=(MAC ADDRESS HERE) pool=LAN addr=192.168.1.1 leasetime=0 expirytime=0 gateway=192.168.1.254 macaddr=00:00:00:00:00:00
lease add clientid=(MAC ADDRESS HERE) pool=LAN addr=192.168.1.2 leasetime=0 expirytime=0 gateway=192.168.1.254 macaddr=00:00:00:00:00:00
lease add clientid=(MAC ADDRESS HERE) pool=WLAN addr=192.168.2.1 leasetime=0 expirytime=0 gateway=192.168.1.254 macaddr=00:00:00:00:00:00
lease add clientid=(MAC ADDRESS HERE) pool=WLAN addr=192.168.2.2 leasetime=0 expirytime=0 gateway=192.168.1.254 macaddr=00:00:00:00:00:00
lease add clientid=(MAC ADDRESS HERE) pool=PRINTER addr=192.168.3.1 leasetime=0 expirytime=0 gateway=192.168.1.254 macaddr=00:00:00:00:00:00
lease add clientid=(MAC ADDRESS HERE) pool=PRINTER addr=192.168.3.2 leasetime=0 expirytime=0 gateway=192.168.1.254 macaddr=00:00:00:00:00:00