Access Server GNS3

zeb1zeb1 Member Posts: 26 ■□□□□□□□□□
Hi all trying to set up an Access Server in GNS3 with no luck! not sure if anyone here can point me on what im doing wrong:- Connection timed out; the remote host not responding

I have set a loopback on my pc 2.2.2.2/24, connected the AS fa 0/0 to the cloud on that loopback address, can ping 2.2.2.1 via my local pc and ping the loopback on the AS. Can also ping R1 & R2 from the AS which responds with 2.2.2.2
I have 2 routers connected to each other but not to the AS, R1 is on port 2001, R2 2002
AS = 3745
R1 & 2 = 3640
This is doing my head in!!! and it would be nice to get working; having numerous telnet sessions open is annoying
below is my running config of my Access Server
Thanks in advance if anyone can help

version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Access_Server
!
boot-start-marker
boot-end-marker
!
no aaa new-model
memory-size iomem 5
ip cef
!
no ip domain lookup
ip host R1 2001 2.2.2.2
ip host R2 2002 2.2.2.2
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
interface FastEthernet0/0
ip address 2.2.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
!
control-plane
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
!
end

Comments

  • captobviouscaptobvious Member Posts: 648
    Have you tried Putty connection manager or WinTabber? Both are free and work great!
  • zeb1zeb1 Member Posts: 26 ■□□□□□□□□□
    have tried a few all with the same result - mabey it doesnt work with certain OS's
  • captobviouscaptobvious Member Posts: 648
  • zeb1zeb1 Member Posts: 26 ■□□□□□□□□□
    have read and watched them all; all are easy setups but just nogo.......................
  • captobviouscaptobvious Member Posts: 648
    Did you list the console ports in dynagen management console? Possible that it's not using ports 2001, 2002?
  • zeb1zeb1 Member Posts: 26 ■□□□□□□□□□
    yep :P
    they are the correct ports
  • captobviouscaptobvious Member Posts: 648
    I'm at at loss then. Maybe someone else can help. My setup worked fine the first time.
  • networker050184networker050184 Mod Posts: 11,962 Mod
    I've never tried it in GNS3, but it looks like it should work to me. Are you getting any errors or anything?
    An expert is a man who has made all the mistakes which can be made.
  • zeb1zeb1 Member Posts: 26 ■□□□□□□□□□
    just........ Connection timed out; the remote host not responding

    all router are on

    Im using GNS3 on Windows 7 64 bit - might try it on another machine and see how i go
Sign In or Register to comment.