Simple: Comunidad para compartir experiencias y soluciones a problemas de redes que presenta el juego
Ver más- 152 Miembros
- 26 Temas
- 49 Seguidores
Ayuda por favor
En el state office
El enunciado dice:
--------------------------------------------------------------------------------------
Configure the router with the following setting using the CLI:
hostname your choice
Banner message-of-the-day
Enable secret password
Telnet and console line password
fa0/0 with the first address in the 64.100.0.0/24
fa0/1 with the first address in the 192.168.1.0/24
Default route using the outbound interface to the internet
-------------------------------------------------------------------------------------
Configure the switch with the following setting using the CLI:
hostname your choice
Banner message-of-the-day
Enable secret password
Telnet and console line password
Vlan1 with the address in the 192.168.1.0 /24 network
configure a default gateway to use the router ip address
----------------------------------------------
Configure the linsys router with the appropiate address on the internet interface
------------------------------------------------
Ahora lo que hice y aca tengo problemas porque no me aparece la confirmacion de que esta correcto
Para el primero hice lo siguiente:
Router (config)#hostname XXX
XXX (config)#banner motd # bienvenido#
XXX (config)#enable secret router
XXX (config)#line console 0
XXX (config-line)#password router
XXX (config-line)#login
XXX (config-line)#exit
XXX (config)#
XXX (config)#line vty 0 4
XXX (config-line)#password router
XXX (config-line)#login
XXX (config-line)#exit
XXX (config)#
XXX (config)#interface fa0/0
XXX (config-if)#ip address 64.100.0.1 255.255.255.0
XXX (config-if)#no shutdown
XXX (config)#interface fa0/1
XXX (config-if)#ip address 192.168.1.1 255.255.255.0
XXX (config-if)#no shutdown
XXX (config)#ip route 0.0.0.0 0.0.0.0 64.100.0.254
-----------------------------------
Para el segundo hice
Switch (config)#hostname switch
switch (config)#banner motd # bienvenido#
switch (config)#enable secret switch
switch (config)#line console 0
switch (config-line)#password switch
switch (config-line)#login
switch (config-line)#exit
switch (config)#line vty 0 4
switch (config-line)#password switch
switch (config-line)#login
switch (config-line)#exit
Vlan1 with the address in the 192.168.1.0 /24 network aca no me queda claro que tengo que hacer?
configure a default gateway to use the router ip address? al igual que aca?
-----------------------------------
Para el ultimo hice y esta confirmado de que esta bien:
ip address 192.168.1.25/24
default gateway 192.168.1.1
DNS 192.0.2.254
------------------------------
Por favor ayudenme, se que es complicado y largo
- 0Calificación
- 1Seguidores
- 457Visitas
- 0Favoritos
Global
Argentina
Chile
Colombia
España
México
Perú
Uruguay
Venezuela
13 respuestas
T. Evil si vi tu pedido pero lo que pasa es como no toy seguro no quiero tirarte cualquiera, pero anda por paso y por ahi te puedo ayudar, yo tb ando mas travado y nose si soy yo o que jaja
T_Evill yo estoy trabado en el mismo lugar. solamente en la config del switch. el ruter ya lo tengo ok.
Configure the switch with the following setting using the CLI:
-hostname your choice
-Banner message-of-the-day
-Enable secret password
-Telnet and console line password
-Vlan1 with the address in the 192.168.1.0 /24 network
-configure a default gateway to use the router ip address
se que hasta el 4 paso lo tengo ok, por que lo mismo me lo pide con el ruter.
no me queda claro el quinto paso.. por que el gateway tambien es facil..
sera un problema de bug?
estoy usando la version beta2, voy a probar con beta 3
gracias, amigos
Esto se pudo solucionar?
el primero si, el segundo no y el tercero si
Para el primero tenes
La configuracion del router
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname MyRuter
enable secret 5 $1$mERr$H7PDxl7VYMqaD3id4jJVK/
!
interface FastEthernet0/0
ip address 64.100.0.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.0.2.0
!
ip classless
ip route 192.0.2.0 255.255.255.0 FastEthernet0/0
ip route 192.168.1.0 255.255.255.0 FastEthernet0/1
ip route 192.168.0.0 255.255.255.0 192.168.1.2
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
no cdp run
!
banner motd
message-of-the-day
!
line con 0
password 123456
login
line vty 0 4
password 123456
login
!
end
el tercero es re facil, ahora no recuerdo como configurarlo, te voy a ver despues y lo pongo aca
Con respecto a la Vlan1, te esta pidiendo que configures en esa vlan, una direccion de la red 192.168.1.0 /24 (sin que la este usando otra interface).
Con respecto a la configuracion de default gateway, tendria que ver como esta armada la topologia para indicarte cual es la ip del default gateway, una vez que se sepa esto, el comando es (para dentro del switch):
ip default-gateway xx.xxx.xxx.xxx donde x es el numero de ip del router que esta conectado al switch.
alguien logro pasarla me quede trabajo aqui tambien ya pase los PDU OK y nada que termina me sale que el router y switch siguen desconfigurados.
Yo tengo el mismo problema, la configuracion de arriba funciona para el router, despues ya no pude configurar el switch
lo que falta es el Switch asi que lo aplico aquí para poder ayudarlos =)
hostname MySwitch
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet1/1
!
interface GigabitEthernet1/2
!
interface Vlan1
ip address 192.168.1.99 255.255.255.0
!
ip default-gateway 192.168.1.1
!
banner motd ^Cmessage-of-the-day^C
!
line con 0
password 123456
login
!
line vty 0 4
password 123456
login
line vty 5 15
login
!
!
end
Salu2 =)
Gracias Darcky, voy a probarlo cuando pueda.
yo ya la pase recién.. y estoy en la Misión siguiente, es bastante jodida por que pide muchas instrucciones la "Universidad"pide protocolo de Enrutamiento Rip Version 2 y esta todo configurado a medias.
de nada! =)