01-31-2007 03:24 AM
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.
01-31-2007 03:39 AM
Hi,
you should setup a separate user for each dialin location and modify the dialer interface to remove the remote name.
Currently the router can not tell that ANOTHER router dials to the second B-Channel.
If the SAME router dials to the BRI you should use multilink PPP and channel bundeling.
Regards, Martin
01-31-2007 03:52 AM
Dear Martin,
the problem is that the users are not routers but PC with isdn-modem and I cannot be sure that nobody uses differents PC with the SAME username. It its happens, the second connection does'nt work but ALSO the first go in bad run (same remote address at 2 differents end-point). Why the IOS doesn't recognize that the address is used in the previous connection?
Regards, Roberto
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide