Configuration af Cisco 870
Jeg er gået død. fra routeren kan jeg ping'e 8.8.8.8 med jeg kan ikke far 192.168.1.10, altså der routes ikke.Current configuration : 1134 bytes
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname xxxx
boot-start-marker
boot-end-marker
enable secret 5 xxx
enable password xxx
no aaa new-model
resource policy
ip subnet-zero
no ip routing
no ip cef
interface FastEthernet0
interface FastEthernet1
shutdown
interface FastEthernet2
shutdown
interface FastEthernet3
shutdown
interface FastEthernet4
ip address 194.239.x,y 255.255.255.252
ip nat outside
ip virtual-reassembly
no ip route-cache
duplex auto
speed auto
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip route-cache
ip default-gateway 194.239.x.y
ip classless
ip route 0.0.0.0 0.0.0.0 194.239.x,y
no ip http server
no ip http secure-server
ip nat inside source list 1 pool internet overload
access-list 1 permit 192.168.1.0 0.0.0.255
control-plane
line con 0
no modem enable
line aux 0
line vty 0 4
password xxx
login
scheduler max-task-time 5000
end