I have configured a 2600 as dhcp-server with this configuration:
!
username AccountRemote password PasswordRemote
!
ip dhcp excluded-address 10.8.0.1 10.8.0.200
!
ip dhcp pool RasPool
network 10.8.0.0 255.255.255.0
default-router 10.8.0.127
!
ip dhcp-server 10.8.0.127
!
interface Ethernet0/0
ip address 10.8.0.127 255.255.255.0
ip nat inside
!
interface BRI0/0
no ip address
dialer pool-member 1
isdn switch-type basic-net3
!
interface Dialer1
ip unnumbered Ethernet0/0
ip nat inside
encapsulation ppp
dialer remote-name AccountRemote
dialer pool 1
dialer-group 1
peer default ip address dhcp
ppp authentication chap
!
Well. When the router receive an IDSN callin, release an address (i.e. 10.8.0.201). If, when the first callin is ON, the router receive a second ISDN callin it release the SAME address 10.8.0.201 of the first connection.
So it doesn't work.
There is a configuration problem?
Thanks.