> Er du rar at vise en:
>
> # show version
> og
> # show running-config
>
> - og nøjes med at ændre passwords mv. Men helst ikke slette linier.
Ja, her er den utrolige konfiguration
A.B.C.D = min faste IP, X.X.X.X =
default gateway. Hvorfor er det egentlig du mener at denne conf ikke burde
virke?
mvh
NHE
zeus#sh ver
Cisco Internetwork Operating System Software
IOS (tm) 1600 Software (C1600-OSY56I-M), Version 12.1(3), RELEASE SOFTWARE
(fc1)
Copyright (c) 1986-2000 by cisco Systems, Inc.
Compiled Wed 05-Jul-00 15:39 by cmong
Image text-base: 0x02005000, data-base: 0x02947930
ROM: System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
ROM: 1600 Software (C1600-RBOOT-R), Version 12.0(3)T, RELEASE SOFTWARE
(fc1)
zeus uptime is 3 days, 35 minutes
System returned to ROM by power-on
System image file is "flash:c1600-osy56i-mz.121-3.bin"
cisco 1605 (68360) processor (revision C) with 15872K/512K bytes of memory.
Processor board ID 24185776, with hardware revision 00000003
Bridging software.
X.25 software, Version 3.0.0.
2 Ethernet/IEEE 802.3 interface(s)
System/IO memory with parity disabled
8192K bytes of DRAM onboard 8192K bytes of DRAM on SIMM
System running from RAM
7K bytes of non-volatile configuration memory.
6144K bytes of processor board PCMCIA flash (Read/Write)
Configuration register is 0x2102
zeus#
zeus#sh run
Building configuration...
Current configuration:
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname zeus
!
logging buffered 10000 debugging
enable secret 5 $1$D.Lx$qnerbdyd0S8N21d12s6841
enable password xxxxxxxxxxxxxxxxx
!
!
!
!
!
ip subnet-zero
ip name-server 194.239.134.83
ip name-server 193.162.153.164
no ip dhcp conflict logging
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool zeus_dhcp
network 192.168.1.0 255.255.255.0
dns-server 194.239.134.83 193.162.153.164
default-router 192.168.1.1
!
!
!
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
no cdp enable
!
interface Ethernet1
ip address A.B.C.D 255.255.255.240
ip nat outside
no cdp enable
!
ip nat inside source list 40 interface Ethernet1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 X.X.X.X
no ip http server
!
access-list 40 permit 192.168.1.0 0.0.0.255
no cdp run
banner motd ^ZEUS! Private Network
^C
!
line con 0
transport input none
line vty 0 4
password xxxxxxxxxxx
login
!
end
zeus#