Bom dia,
Meus caros amigos tenho cisco 1841 e gostaria de colocar ele como servidor DHCP ha fast 0/1 e o velox na fast 0/0 alguém poderia me passar um script já testado ou funcionando, já tentei todos da internet que achei.
Na rede interna já está Ok pois fast 0/1 coloquei como DHCP e a mesma está ou consigo enchergar os roteador wi-fi e rede está ok .
Mas na fast 0/0 que pretendo entrar com o velox não está dando certo .
Minha rede interna
Gat. 192.168.1.1 mas 255.255.255.192
Resultado do show run atual :
Max_Cisco_1841#sh run
Building configuration...
Current configuration : 1221 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Max_Cisco_1841
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.30
!
ip dhcp pool IpsMax
network 192.168.1.0 255.255.255.192
domain-name max.net
dns-server 8.8.8.8 192.168.1.1
default-router 192.168.1.1
!
!
!
!
username max privilege 15 secret 5 $1$hKHS$nGMhXr6H5p/GtQwbUVPWC0
!
!
ip ssh version 2
!
!
interface FastEthernet0/0
description Velox_oi
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.192
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
clock rate 2000000
!
interface Dialer0
ip address dhcp
ip mtu 1492
encapsulation ppp
dialer pool 1
ppp pap sent-username APAGUEI O NOME AQUI password 0 APAGUEI A SENHA
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
login local
!
scheduler allocate 20000 1000
end
POR FAVOR ME AJUDEM SOU NOVO E ESTUDANTE