perdonami ma non ho capito molto
per adesso so solo che se metto gli ip di telezozz
atm 0.1 xxx.xxx.135.xxx
vlan1 xxx.xxx.87.xxx
e alla mia skeda di rete do
ip = vlan1 - 1
gat =vlan1
navigo tranquillamente
il problema e che la mia skeda di rete deve avere un'altro indirizzo
allora che ho fatto
per prima cosa ho messo
la vlan1 il mio gat 192.168.xxx.1
settato la skrete oppurtunamente non navigo
quindi ho pensato al nat
ma lo stesso con la configurazione che vedi sopra non funge
configurare con nat
Moderatore: Federico.Lagni
- hashashin
- Cisco enlightened user
- Messaggi: 125
- Iscritto il: sab 22 ott , 2005 7:40 am
- Località: Frascati (RM)
ciao,
io proverei ad usare la seguente configurazione, (che poi è la tua un poco modificata).
Current configuration : 1006 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
ip cef
!
!
!
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address 88.59.135.xxx 255.255.255.0
pvc 8/35
ip nat outside
oam-pvc manage
oam retry 5 5 1
encapsulation aal5snap
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.16.1 255.255.255.240
ip nat inside
ip virtual-reassembly
hold-queue 100 out
!
!
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip route 151.99.0.0 255.255.0.0 ATM0.1
no ip http server
no ip http secure-server
!
ip nat pool net-ibs 88.63.143.xxx 88.63.143.xxx netmask 255.255.255.248
ip nat source list 1 pool net-ibs overload
!
access-list 1 permit 192.168.16.0 0.0.0.15
access-list 30 permit 88.59.135.xxx
!
no cdp run
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end
dicci se funziona!!!

io proverei ad usare la seguente configurazione, (che poi è la tua un poco modificata).
Current configuration : 1006 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
ip cef
!
!
!
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address 88.59.135.xxx 255.255.255.0
pvc 8/35
ip nat outside
oam-pvc manage
oam retry 5 5 1
encapsulation aal5snap
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.16.1 255.255.255.240
ip nat inside
ip virtual-reassembly
hold-queue 100 out
!
!
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip route 151.99.0.0 255.255.0.0 ATM0.1
no ip http server
no ip http secure-server
!
ip nat pool net-ibs 88.63.143.xxx 88.63.143.xxx netmask 255.255.255.248
ip nat source list 1 pool net-ibs overload
!
access-list 1 permit 192.168.16.0 0.0.0.15
access-list 30 permit 88.59.135.xxx
!
no cdp run
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end
dicci se funziona!!!
