Da poco ho ricominciato a guardarmi i router Cisco che studiai alle superiori, volevo sapere se secondo voi la mia configurazione è giusta o c'è qualcosa da cambiare/ottimizzare.
Il mio router è un cisco 857, la configurazione comunque è provvisoria perchè il mio firewall è in riparazione (Netasq F50) e quindi sarà lui poi a gestire il nat-dhcp-intrusion detection e tutto il resto, ho una adsl di libero con ip dinamico da 4Mbit/s.
Ringrazio anticipatamenteCurrent configuration : 1829 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Cisco857
!
boot-start-marker
boot-end-marker
!
enable password 7 047A0707062F1E1E58485D42
!
no aaa new-model
!
!
dot11 syslog
no ip dhcp use vrf connected
no ip dhcp conflict logging
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.254
!
ip dhcp pool hostslan
network 192.168.1.0 255.255.255.0
domain-name Cisco857DHCP
default-router 192.168.1.254
dns-server 87.118.111.215 81.174.67.134
lease 8
!
!
ip cef
ip name-server 87.118.111.215
ip name-server 81.174.67.134
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
dsl operating-mode itu-dmt
hold-queue 224 in
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1444
!
interface Dialer0
description Connessione ad Internet (PPPoE Libero)
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1444
dialer pool 1
ppp pap sent-username xxx@adslfast password 7 xxxxxxx
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
!
logging facility local3
logging 192.168.1.5
access-list 1 permit 192.168.1.0 0.0.0.255
snmp-server community catchme RO
snmp-server trap-source Vlan1
snmp-server host 192.168.1.5 catchme
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
password 7 052A0A0E28421C5948544F47
login
!
scheduler max-task-time 5000
end
-Alain-