La rete interna all'azienda funziona ad 1gb e tutto il cablaggio è stato fatto in maniera praticamente perfetta.
Il router fornito dal provider è praticamente un giocattolo e con un po di pazienza attraverso il router 1801 dovrò costruire 2 virtual lan e creare delle vpn.(Per questo è stato inserito.)
Praticamente il sistema è stato così pensato adsl router del provider che si divide su un access point per gli ospiti che non accederanno alla rete aziendale ma solo ad una periferica di rete per stampare.
Altra uscita del router del provider entra nel cisco 1801 e fornisce l'adsl ai vari pc dell'azienda.
La configurazione del router adesso è la seguente:
yourname#term len 0
yourname#show run
Building configuration...
Current configuration : 4156 bytes
!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 51200
logging console critical
enable secret 5 $1$vNlH$LVpfxqqt/H.BfMoWkgh6F/
!
no aaa new-model
clock timezone PCTime 1
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
no ip source-route
!
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.2.5
ip dhcp excluded-address 192.168.159.2
!
ip dhcp pool ccp-pool1
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
!
!
no ip bootp server
no ip domain lookup
ip domain name yourdomain.com
multilink bundle-name authenticated
!
!
username luigi privilege 15 secret 5 $1$wT.L$0XWzayIhnVEhTpM/sNSB31
archive
log config
hidekeys
!
!
ip tcp synwait-time 10
!
!
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface BRI0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation hdlc
ip route-cache flow
shutdown
!
interface FastEthernet0
description $ES_WAN$
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-FE 1$$ES_LAN$$FW_INSIDE$
ip address 192.168.1.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
ip tcp adjust-mss 1412
!
interface Dialer0
ip address 192.168.159.1 255.255.255.0
ip mtu 1452
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 FastEthernet0 permanent
!
!
ip http server
ip http access-class 23
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat pool Network 192.168.1.1 192.168.1.254 netmask 255.255.255.0
ip nat inside source list Internet interface FastEthernet0 overload
!
ip access-list extended Internet
remark Accesso Internet
remark CCP_ACL Category=2
remark Intern
permit ip any any
!
logging trap debugging
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 2 remark CCP_ACL Category=2
access-list 2 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
!
control-plane
!
banner exec ^C
% Password expiration warning.
-----------------------------------------------------------------------
Cisco Configuration Professional (Cisco CP) is installed on this device
and it provides the default username "cisco" for one-time use. If you have
already used the username "cisco" to login to the router and your IOS image
supports the "one-time" user option, then this username has already expired.
You will not be able to login to the router with this username after you exit
this session.
It is strongly suggested that you create a new username with a privilege level
of 15 using the following command.
username <myuser> privilege 15 secret 0 <mypassword>
Replace <myuser> and <mypassword> with the username and password you want to
use.
-----------------------------------------------------------------------
^C
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
transport output telnet
line aux 0
login local
transport output telnet
line vty 0 4
privilege level 15
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
scheduler allocate 4000 1000
scheduler interval 500
end
Più di questo non sono riuscito a fare è la prima volta che combatto con router di questo livello di solo ero abituato ai giocattoli e quindi dovrò studiare un po per capire come funzionano.
Adesso il problema che ho i tempi stretti per mettere tutto in funzione.
E sono ancora in alto mare.....
Grazie per l'aiuto
lorbellu ha scritto:Ciao,
Se non ho capito male tu hai un router ADSL 1801 che non deve fungere da router ADSL ma solo da router per una rete privata (indirizzamento?) il vero Gateway é un secondo router fornito da un provider.
Tale router fino a oggi era in funzione? Perchè devi frapporre il 1801? Quali sono gli indirizzamenti in gioco?
Saluti