I currently have the following 3640 Interface config to enable Remote Sites to connect through to the corporate network via ISDN , using Static Addresses.<br><br> interface Serial0/0:15<br> ip address 10.173.0.250 255.255.255.0<br> encapsulation ppp<br> dialer idle-timeout 60<br> dialer-group 1<br> ipx network B10<br> no ipx route-cache<br> ipx watchdog-spoof<br> ipx spx-spoof<br> isdn switch-type primary-net5<br> isdn incoming-voice modem 64<br> no peer default ip address<br> snapshot server 5<br> ppp authentication chap pap callin<br> hold-queue 75 in<br> !<br> <br>I am now starting to add random ISDN dialup users (PSTN is taken care of already) , but the only configuration options I want put in at the workstation end is the IP address of the Winserver - I believe I can do this at router level , but I'll leave that to a later date - but in order for this to work for IP I need to utilise the "Peer Default IP Address" command with an associated Pool of IP numbers. When I do this on the existing interface the static addresses no longer communicate!<br><br>How do I set up a second subinterface for just random dialup users who will pick up an IP address generated from the Pool , and make sure all Random users come in via this interface??? - I want to leave the first 6 channels 'dedicated' for my Static Routes.