11-10-2004 03:45 AM
I have setup a 2600xm router as a dialin server. I have no problem when i dialin using hyperterminal but i receive the above error when users try to dialin from home.
Please can help as this is driving me nuts???
sh ru
Dialup#sh running-config
Building configuration...
Current configuration : 1836 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Dialup
!
boot system flash
no logging console
enable secret xxxx.
!
username dialup password xxx
username franny privilege 15 password xxx
username nick privilege 15 password xxxx
ip subnet-zero
!
!
no ip domain-lookup
!
!
!
!
interface Loopback0
ip address 10.10.11.5 255.255.255.0
!
interface FastEthernet0/0
ip address xxx.xxx.90.10 255.255.255.0
duplex auto
speed auto
!
interface Group-Async2
no ip address
encapsulation ppp
async mode interactive
peer default ip address pool default
group-range 33 40
!
interface Group-Async33
physical-layer async
no ip address
encapsulation slip
!
interface Group-Async34
physical-layer async
no ip address
encapsulation slip
!
interface Group-Async35
physical-layer async
no ip address
encapsulation slip
!
interface Group-Async36
physical-layer async
no ip address
encapsulation slip
!
interface Group-Async37
physical-layer async
no ip address
encapsulation slip
!
interface Group-Async38
physical-layer async
no ip address
encapsulation slip
!
interface Group-Async39
physical-layer async
no ip address
encapsulation slip
!
interface Group-Async40
physical-layer async
no ip address
encapsulation slip
!
router rip
version 2
network xxx.xxx.90.0
!
ip local pool default xxx.xx.90.11 194.82.90.18
ip classless
ip route 0.0.0.0 0.0.0.0 xxx.xxx.90.1
ip route xxx.xxx.90.0 255.255.255.0 xxx.xxx.90.1
ip http server
!
!
line con 0
exec-timeout 30 0
password xxx
login
line 33 40
modem InOut
modem autoconfigure discovery
transport input all
autoselect ppp
stopbits 1
flowcontrol hardware
line aux 0
line vty 0 4
exec-timeout 30 0
password xx
login
line vty 5 15
password xx
login
!
end
Dialup#
11-10-2004 07:40 AM
You have no IP address on your group-async interface. Unnumber it to your fastE or loopback and try again.
Josh
11-10-2004 08:30 AM
Thank you for your advice it worked fine when i followed your suggestion.
Francis
11-10-2004 01:24 PM
Good deal. You might also want to "no interface group-asyncX"...for the other ones(without the group-range configured)...they are useless.
Josh
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