Pagina 1 di 1

837 Aggiungere ip privato da usare come gw sui client

Inviato: lun 08 set , 2008 10:37 am
da pupillaz
Buongiorno a tutti, io avrei la necessità di aggiungere un IP privato (IP 192.168.52.250, MASK 255.255.252.0), in modo da utilizzarlo come gateway sui client.

I vari test che ho fatto hanno avuto risultato negativo.

Potreste darmi una mano...grazie a tutti


CISCO_837#sh run
Building configuration...

Current configuration : 3975 bytes
!
version 12.4
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname CISCO_837
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$Q.Gf$Lujl3y4sd5ggb44TnVjCJ1
!
no aaa new-model
!
resource policy
!
!
!
ip cef
ip name-server 151.99.0.100
ip name-server 151.99.125.1
!
!
crypto pki trustpoint TP-self-signed-3149111394
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3149111394
revocation-check none
rsakeypair TP-self-signed-3149111394
!
!
crypto pki certificate chain TP-self-signed-3149111394
certificate self-signed 01
3082023D 308201A6 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33313439 31313133 3934301E 170D3032 30333031 30323135
30375A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 31343931
31313339 3430819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100A8AD DDE696FD 8B32BF52 D16EDF39 DA5E29C9 D0C7B06E A0F1CA71 FE927ADC
D2D052BB F284F730 2CF537ED BC2F472D B3BB70C0 B28519E3 9E210980 A6E7A08A
B1DE010D F4B3E243 14870665 3E16B68C F637C9E5 87DAA267 5653CBD9 D27F1485
1A187666 C895734E 0D5AF4C1 14907BBC B16356C9 A88A1E74 217632F5 DB4FC914
38370203 010001A3 65306330 0F060355 1D130101 FF040530 030101FF 30100603
551D1104 09300782 05574343 522E301F 0603551D 23041830 16801410 9B065F28
2651BBE4 3488F997 8A920A48 3EFAB830 1D060355 1D0E0416 0414109B 065F2826
51BBE434 88F9978A 920A483E FAB8300D 06092A86 4886F70D 01010405 00038181
00121BDD 519BAF14 BC4637B8 0A559325 16684404 D11EC28F 455033A0 284231EF
0833E0FB 7FACE17E 4C69790F E4B97834 8E9298B1 41C37936 95C7155F 0B75B41C
C3B59345 B317CD08 E7568196 537C5E5A 59F6D336 6B0693A0 7E67FA51 C7A5E727
312BBB60 038DD9E8 2571484D 6FD0B4C9 29F9BB73 D780821C B7667CB0 81AD2B24 D2
quit
username CRWS_Bijoy privilege 15 password 7 041F5A4238704A6F4D165418212E1C05787A
717E60617B4050
username administrator privilege 15 secret 5 $1$aAqI$sW/NDx/qTBsPo.rfQTyfB.
username CRWS_dheeraj privilege 15 password 7 08651D0A3E48033656045D0B190E342962
637147554E575207
username CRWS_Jaidil privilege 15 password 7 134146563C5D020B6F2B793C06070306475
25107010901005954
username CRWS_Venky privilege 15 password 7 03400A4F315E276D0A06480A24371B0D557D
7B707B6766714755
username CRWS_Sangeetha privilege 15 password 7 15565A48337B2D056C3C642D20220602
500F0008070056544844
username CRWS_Vijay privilege 15 password 7 100A585D3246142A480B7B24170D23347645
564550550008
username CRWS_Prem privilege 15 password 7 09081F4D2E5411334F0355251801383264734
35047575803
!
!
!
!
!
interface Ethernet0
description $ETH-LAN$
ip address xx.xx.xx.193 xxx.xxx.xxx.xxx
ip nat inside
ip virtual-reassembly
no ip mroute-cache
hold-queue 100 out
!
interface Ethernet2
no ip address
shutdown
hold-queue 100 out
!
interface ATM0
no ip address
atm vc-per-vp 64
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address xx.xx.xx.xxx xxx.xxx.xxx.xxx
ip nat outside
ip virtual-reassembly
no snmp trap link-status
pvc 8/35
encapsulation aal5snap
!
!
interface FastEthernet1
duplex auto
speed auto
!
interface FastEthernet2
duplex auto
speed auto
!
interface FastEthernet3
duplex auto
speed auto
!
interface FastEthernet4
duplex auto
speed auto
!
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip http server
ip http authentication local
ip http secure-server
ip http max-connections 4
ip http timeout-policy idle 600 life 86400 requests 10000
!
ip nat inside source list 102 interface ATM0.1 overload
!
access-list 102 permit ip xxx.xxx.xxx.192 0.0.0.7 any
!
control-plane
!
!
line con 0
exec-timeout 120 0
login local
no modem enable
stopbits 1
line aux 0
line vty 0 4
exec-timeout 120 0
login local
length 0
transport input telnet ssh
!
scheduler max-task-time 5000
end

CISCO_837#