Salve sto cercando una configurazione per assegnare un ip statico e gatway per la navigazione alla FastEthernet 0/0 , e creare dhcp nella rete interna sulla FastEthernet 0/1
rete interna 10.0.0.0/24 FastEthernet 0/1
ora vorrei assegnare alla FastEthernet 0/0
ip statico 62.xx.212.23
netmask 255.255.255.0
gatway 62.xx.212.17
dns 62.xx.0.1
e dopo di che poter dare alla parte FastEthernet 0/1 la navigazione!
ringrazio tutti e premetto che sono un neofita e sto frequentando un corso ccna dove sono ancora al network fundaments non ho ancora incontrato mai IOS
grazie spero di essermi spiegato abbastanza bene. saluti!
configurzione FastEthernet 0/0 + FastEthernet 0/1
Moderatore: Federico.Lagni
-
- Cisco fan
- Messaggi: 37
- Iscritto il: gio 29 ott , 2009 2:33 pm
Ciao, considera che sono nabbo anche io, ancora 
cmq provo a postarti una conf che dovrebbe funzionare:
interface fas0
description LAN
ip address 10.0.0.1 255.255.255.0
ip nat inside
ip virtual reassembly
interface fas1
description WAN
ip address 62.X.X.X 255.255.255.0
ip nat outside
ip virtual reassembly
ip forward protocol nd
ip route 0.0.0.0 0.0.0.0 62.X.X.X <-------- gateway
ip nat inside source list 101 interface fas1 overload
access-list 101 permit ip 10.0.0.0 0.0.0.255 any
Spero di non aver fatto figuracce..... fa sapere!

cmq provo a postarti una conf che dovrebbe funzionare:
interface fas0
description LAN
ip address 10.0.0.1 255.255.255.0
ip nat inside
ip virtual reassembly
interface fas1
description WAN
ip address 62.X.X.X 255.255.255.0
ip nat outside
ip virtual reassembly
ip forward protocol nd
ip route 0.0.0.0 0.0.0.0 62.X.X.X <-------- gateway
ip nat inside source list 101 interface fas1 overload
access-list 101 permit ip 10.0.0.0 0.0.0.255 any
Spero di non aver fatto figuracce..... fa sapere!

- sanvil
- Cisco fan
- Messaggi: 35
- Iscritto il: mer 18 feb , 2009 6:07 pm
ciao ho problemi nel inserimento
di ip virtual reassembly
ho provato sia ip virtual-reassembly, che ip virtual reassembly ma non mi accetta il comando forse il mio IOS e "vecchio" o sbagliato!
ROM: System Bootstrap, Version 12.3(8r)T9, RELEASE SOFTWARE (fc1)
System image file is "flash:c2801-spservicesk9-mz.124-9.T7.bin"
Cisco 2801 (revision 6.0) with 235520K/26624K bytes of memory.
Processor board ID FCZ110420NR
2 FastEthernet interfaces
1 Serial(sync/async) interface
1 DSP, 8 Voice resources
DRAM configuration is 64 bits wide with parity disabled.
191K bytes of NVRAM.
62720K bytes of ATA CompactFlash (Read/Write)
di ip virtual reassembly
ho provato sia ip virtual-reassembly, che ip virtual reassembly ma non mi accetta il comando forse il mio IOS e "vecchio" o sbagliato!
ROM: System Bootstrap, Version 12.3(8r)T9, RELEASE SOFTWARE (fc1)
System image file is "flash:c2801-spservicesk9-mz.124-9.T7.bin"
Cisco 2801 (revision 6.0) with 235520K/26624K bytes of memory.
Processor board ID FCZ110420NR
2 FastEthernet interfaces
1 Serial(sync/async) interface
1 DSP, 8 Voice resources
DRAM configuration is 64 bits wide with parity disabled.
191K bytes of NVRAM.
62720K bytes of ATA CompactFlash (Read/Write)
- sanvil
- Cisco fan
- Messaggi: 35
- Iscritto il: mer 18 feb , 2009 6:07 pm
oddio scusami mi ero dimenticato di questa discussione:9
funziona si
ecco la conf riveduta:) semplice semplice
SanvilR1#sh run
Building configuration...
Current configuration : 2229 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SanvilR1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$4a.4$hh3ytq1dmckKmwI9UvKMp/
!
no aaa new-model
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.1 192.168.0.15
ip dhcp excluded-address 192.168.0.241 192.168.0.255
!
ip dhcp pool 192.168.0.0/24
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 213.140.2.12
!
ip dhcp pool STATIC-1
host 192.168.0.2 255.255.255.0
client-identifier 0100.1f5b.312e.40
client-name osiris
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 23.2xx.xxx.15x 255.255.248.0
ip nat outside
ip virtual-reassembly
speed 10
half-duplex
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
speed 100
full-duplex
!
interface Serial0/1/0
no ip address
shutdown
clock rate 2000000
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 23.xxx.96.1
!
!
no ip http server
no ip http secure-server
ip nat inside source list 101 interface FastEthernet0/0 overload
ip nat inside source static tcp 192.168.0.2 5900 interface FastEthernet0/0 5900
ip nat inside source static tcp 192.168.0.2 4662 interface FastEthernet0/0 4662
ip nat inside source static tcp 192.168.0.2 4672 interface FastEthernet0/0 4672
ip nat inside source static tcp 192.168.0.2 22 interface FastEthernet0/0 69
ip nat inside source static tcp 192.168.0.2 17996 interface FastEthernet0/0 17996
ip nat inside source static tcp 192.168.0.2 548 interface FastEthernet0/0 548
ip nat inside source static tcp 192.168.0.3 22 interface FastEthernet0/0 79
ip nat inside source static tcp 192.168.0.3 13000 interface FastEthernet0/0 13000
ip nat inside source static tcp 192.168.0.3 16001 interface FastEthernet0/0 16001
!
access-list 101 permit ip 192.168.0.0 0.0.0.255 any
!
!
!
!
control-plane
!
banner motd ^CCYesss!!^C
!
line con 0
password cisco
logging synchronous
login
line aux 0
line vty 0 4
password cisco
login
!
scheduler allocate 20000 1000
end
grazie ancora per l aiuto
funziona si
ecco la conf riveduta:) semplice semplice
SanvilR1#sh run
Building configuration...
Current configuration : 2229 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SanvilR1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$4a.4$hh3ytq1dmckKmwI9UvKMp/
!
no aaa new-model
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.1 192.168.0.15
ip dhcp excluded-address 192.168.0.241 192.168.0.255
!
ip dhcp pool 192.168.0.0/24
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 213.140.2.12
!
ip dhcp pool STATIC-1
host 192.168.0.2 255.255.255.0
client-identifier 0100.1f5b.312e.40
client-name osiris
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 23.2xx.xxx.15x 255.255.248.0
ip nat outside
ip virtual-reassembly
speed 10
half-duplex
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
speed 100
full-duplex
!
interface Serial0/1/0
no ip address
shutdown
clock rate 2000000
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 23.xxx.96.1
!
!
no ip http server
no ip http secure-server
ip nat inside source list 101 interface FastEthernet0/0 overload
ip nat inside source static tcp 192.168.0.2 5900 interface FastEthernet0/0 5900
ip nat inside source static tcp 192.168.0.2 4662 interface FastEthernet0/0 4662
ip nat inside source static tcp 192.168.0.2 4672 interface FastEthernet0/0 4672
ip nat inside source static tcp 192.168.0.2 22 interface FastEthernet0/0 69
ip nat inside source static tcp 192.168.0.2 17996 interface FastEthernet0/0 17996
ip nat inside source static tcp 192.168.0.2 548 interface FastEthernet0/0 548
ip nat inside source static tcp 192.168.0.3 22 interface FastEthernet0/0 79
ip nat inside source static tcp 192.168.0.3 13000 interface FastEthernet0/0 13000
ip nat inside source static tcp 192.168.0.3 16001 interface FastEthernet0/0 16001
!
access-list 101 permit ip 192.168.0.0 0.0.0.255 any
!
!
!
!
control-plane
!
banner motd ^CCYesss!!^C
!
line con 0
password cisco
logging synchronous
login
line aux 0
line vty 0 4
password cisco
login
!
scheduler allocate 20000 1000
end
grazie ancora per l aiuto
CCNA in progress 
