cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
735
Views
5
Helpful
3
Replies

TCP/IP CP ERROR 733 2600XM with NM8AM

francisdunn
Level 1
Level 1

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#

3 Replies 3

jduffek
Level 1
Level 1

You have no IP address on your group-async interface. Unnumber it to your fastE or loopback and try again.

Josh

Thank you for your advice it worked fine when i followed your suggestion.

Francis

Good deal. You might also want to "no interface group-asyncX"...for the other ones(without the group-range configured)...they are useless.

Josh