a casa ho una alice 7mb, ho letto qua e la e sono riuscito a configurare l'adsl
ora ho necessità di impostare il port forwarding su determinate porte, esempio vorrei che da fuori potessi vedere il mio web server casalingo
posto la sh run
Codice: Seleziona tutto
Router#sh run
Building configuration...
Current configuration : 1701 bytes
!
! No configuration change since last restart
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$L0ti$zwb4hG5z6i2GwbcpINbIG0
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
ip dhcp excluded-address 192.168.1.250 192.168.1.254
!
ip dhcp pool LAN
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 194.243.154.62 212.216.112.112
!
ip dhcp pool pc1
host 192.168.1.100 255.255.255.0
client-identifier 01ba.ddad.26d7.59
client-name pc1
!
ip dhcp pool pc2
host 192.168.1.101 255.255.255.0
client-identifier 0100.0934.14fe.0d
client-name pc2
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface FastEthernet0/0
ip address 192.168.1.254 255.255.255.0
ip nat inside
speed auto
no keepalive
!
interface ATM1/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
ppp chap hostname xxx
ppp chap password 0 xxx
ppp pap sent-username xxx password 0 xxx
!
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.101 80 interface Dialer0 80
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
password xxx
login
!
!
end
ip nat inside source static tcp 192.168.1.101 80 interface Dialer 0 80
ma sembra nn funzionare