Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SDM question 1

Status
Not open for further replies.

ipothos

Technical User
Mar 7, 2007
52
GR
i am trying to connect remotely to a cisco router (100.0.0.x) through SDM application using internet explorer

i am typing https:// 100.0.0.x but i cant access it

my pc has an ip 10.100.80.x

can anyone tell me where is the problem??

the fact that my pc is in different network maybe?



 
Please post a config of the router and a topology between the router and pc. What message are you getting?

Burt
 
what is the subnet mask on your pc?
if they are not in the same subnet then it will not work unless your router is already configured to route between both subnets...
 
my pc has an ip 10.100.80.10 with subnet mask 255.255.255.0 and the remote router has an ip 100.0.0.100 with subnet mask 255.255.255.0
 
well those are different subnets..
does the router also have an interface in the 10.100.80.0 subnet? if not youll never talk to its web server because it needs to route to get back to you. your pc also has no idea how to get to the 10.0.0.0 subnet.
 
You're not providing enough info...,we need a topology and config from the router...

Burt
 
You are wright ,

so this is the scenario


i have a local cisco 1841 router with ip 10.100.80.x/24
and my pc is connecting to this router .i want to access from this pc via internet explorer another remoter cisco 1841 router with ip 100.0.0.x/24 but when i type it shows me a error message that the page cannot be displayed although i can ping from the local router the remote one
 
do you have
service http secure-server
ip https login local
username xxx priv 15 password xxxxxxxxxx

like that?

Burt
 
yes ,


ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000


 
But do you have
username xxx priv 15 pass yyy
???
Maybe you should post a config from the router you are trying to connect to, and if we cannot find anything, then post a config of the router through which you go before hitting the other...

Burt
 
ipothos,

As Burt has asked you several times - POST YOUR CONFIG !!

Just XXXXXXX out your username, password and IP info you do not want in the forum.

We want to help but need INFO from YOU :)


E.A. Broda
CCNA, CCDA, CCAI, Network +
 
this is the configuration of the remote router i want to access :


Current configuration : 3750 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname xxxxxxx
!
boot-start-marker
boot-end-marker
!
logging count
logging buffered 51200 debugging
logging monitor warnings
enable password xxxxxx
!
no aaa new-model
!
resource policy
!
ip cef
!
!


!
crypto pki trustpoint TP-self-signed-3622252821
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3622252821
revocation-check none
rsakeypair TP-self-signed-3622252821
!
!
crypto pki certificate chain TP-self-signed-3622252821
certificate self-signed 01
3082023F 308201A8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33363232 32353238 3231301E 170D3037 31303133 31313539
30305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 36323232
35323832 3130819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100BEE4 E1C5E54C AAD8C5A0 943D45C1 A6136211 8FD17573 6949965B 5C133629
1856705F 83A9B716 4C64AD0D B7893084 41EFC0F0 F1F76795 F73AB0CD 8B889194
92D8858D 95CF45BA F01088B2 E3040215 8C5397B0 F920CD81 C44AF178 ACE89616
B8EB4EAD D3A28E7A 4FA19C42 BFD87F64 A84EBBF6 C795EC28 4050B12A F0B40B09
26C70203 010001A3 67306530 0F060355 1D130101 FF040530 030101FF 30120603
551D1104 0B300982 0750656E 74656C69 301F0603 551D2304 18301680 1472684D
CB58EB98 8725471F 21B3B215 E0E521F4 23301D06 03551D0E 04160414 72684DCB
58EB9887 25471F21 B3B215E0 E521F423 300D0609 2A864886 F70D0101 04050003
818100A3 7ADEC98B 62902BF3 5ECCD2D5 0CF8F4C0 7EC553DE 300B88FF CE0A1946
1A1B19C3 146EE0FF 31EB9787 24A24734 1A7C7D79 89E9892B 35E045B8 F9A4D8C0
D3241EE9 DDF59C0B FECFF48B 5510F5C2 D8C4049F 992E6452 2C30165B DD4D581B
33CA3CCF F8C277BB 41B59EF8 A613AE01 874148A0 B366C372 658F43CC F92553F2 939CC2
quit

username xxxxxx privilege 15 secret 5 xxxxxxxxxxxxxxxx
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 100.0.0.100 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
encapsulation frame-relay IETF
no fair-queue
!
interface Serial0/0/0.1 point-to-point
backup delay 10 5
backup interface BRI0/1/0
ip unnumbered FastEthernet0/1
frame-relay interface-dlci 16
!

!
router rip
version 2
network 10.0.0.0
network 100.0.0.0
!
ip route 10.100.51.0 255.255.255.0 Serial0/0/0.1
ip route 100.0.0.0 255.255.255.0 FastEthernet0/1
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000



!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
end
 
whats in both routers routing tables?
so can you telnet to that remote router from your pc?
 
its a cisco 1841 router and yes i can ping and telnet to the remote router from my pc

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top