hey could someone help me please :) i've got my modem connected to serial port 
in async mode and i connect to my isp,and its working fine but i just did debug dialer 
before it 
dialed, and it ses there is no matching chat script for the number im dialing
like it said its working ok, but i would like it to use my chat script i think 
:P

also
while i did the debug dialer.. it came up with a message,
recieved incoming call from "my dial string number"
does that mean my isp has its equipment set to ring me back to make a 
connection or does it mean something else :P ?

last thing :)
how do i shutdown the dialer, are there any ways to do it besides turning off 
modem or a "shutdown" in the serial port ?

thanks before is my configuration regarding the chat script not found question 
:)


!
! Last configuration change at 19:46:20 EST Tue May 23 2000
! NVRAM config last updated at 19:46:54 EST Tue May 23 2000
!
version 12.0
service timestamps debug datetime
service timestamps log datetime
service password-encryption
!
hostname marcus
!
boot system tftp c1600-nosy-l.120-8.bin 203.43.243.2
enable secret 5 woteva
enable password 7 woteva
!
username lon18.Melbourne password 7 woteva:P
ip subnet-zero
chat-script dialout " " ats2=255dt\t timeout 60 connect\c
clock timezone EST 11
!
!
!
interface Ethernet0
 ip address 203.43.243.1 255.255.255.192
 no ip directed-broadcast
 keepalive 600
!
interface Serial0
 physical-layer async
 ip address 139.130.59.221 255.255.255.128
 no ip directed-broadcast
 encapsulation ppp
 keepalive 300
 dialer in-band
 dialer idle-timeout 604800
 dialer string 86010300
 dialer-group 1
 async default routing
 async mode dedicated
 no fair-queue
 ppp authentication chap
!
interface BRI0
 no ip address
 no ip directed-broadcast
 shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 203.43.108.128 255.255.255.192 203.43.243.2
!
logging 203.43.243.2
access-list 100 permit ip any any
dialer-list 1 protocol ip list 100
no cdp run
!
line con 0
 exec-timeout 0 0
 password 7 woteva
 login
 transport input none
line 1
 modem InOut
 modem autoconfigure discovery
 transport input all
 speed 115200
 flowcontrol hardware
line vty 0 4
 password 7 woteva
 login
!
end



thanks :)

Justin

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to