@Scooby
Genau, da kommen mehrere Clients an den Switch sowie der DHCP-Server, der ja auch an den Switch angeschlossen wird.
Es sind eigentlich 2 Switche, da die Clients auch auf 2 Räume aufgeteilt werden.
Hier mal eine Skizze von dem ganzen Netzplan: Netzplan
Das neue Netz (das untere, mit dem Netztdrucker & -scanner) ist das was neu eingerichtet werden muss.
Unterschiedliche Subnetze? Nein, wenn die alle im selben Subnetz sind, ist es glaube ich besser, oder?!
Das mit den VLAN's hat sich dann ja wohl ergeben.
Ach, "flaches Netz" ... was war das gleich nochmal
"dem Router eine IP-Adresse einzutragen" - Wie & wo? Nehme mal an als WAN? Als WAN das bestehende Netz & auch der Zugang ins Intra-/Internet & als LAN die Clients, Server, Drucker & Scanner, richtig?!
Den Clients ist der Router schon als Standardgateway eingetragen.
Hier nun das Ergebnis nach der Eingabe von "sh run":
Authorized access only!
Disconnect IMMEDIATELY if you are not an authorized user! - Den Satz finde ich ja zu geil :D
User Access Verification
Username: xxxxxxxxxx
Password: xxxxxxxxxx
ELIT#sh run
Building configuration...
Current configuration : 2368 bytes
!
! Last configuration change at 10:20:53 Europe/ Tue Feb 10 2004
! NVRAM config last updated at 15:18:29 Europe/ Mon Feb 9 2004 by user01
!
version 12.2
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname ELIT
!
security authentication failure rate 3 log
security passwords min-length 6
logging queue-limit 100
logging buffered 51200 debugging
logging console critical
enable secret xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ - Habe es mal lieber gelöscht ;)
!
username xxxxxxxxxx privilege 15 password xxxxxxxxxx
clock timezone Europe/Berlin 1
clock summer-time Europe/Berlin date Mar 30 2003 2:00 Oct 26 2003 3:00
ip subnet-zero
no ip source-route
!
!
ip tcp synwait-time 10
no ip domain lookup
ip domain name ELIT.de
!
!
no ip bootp server
ip cef
ip audit notify log
ip audit po max-events 100
ip ssh time-out 60
ip ssh authentication-retries 2
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface BRI0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
no cdp enable
!
interface FastEthernet0
description $ETH-WAN$
ip address dhcp client-id FastEthernet0 hostname ELIT
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
duplex auto
speed auto
no cdp enable
!
interface FastEthernet1
no ip address
no cdp enable
!
interface FastEthernet2
no ip address
no cdp enable
!
interface FastEthernet3
no ip address
no cdp enable
!
interface FastEthernet4
no ip address
no cdp enable
!
interface Vlan1
description $FW_INSIDE$$ETH-SW-LAUNCH$
ip address 10.10.10.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0
ip http server
ip http authentication local
ip http secure-server
!
!
logging trap debugging
no cdp run
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!
^C
!
line con 0
login local
transport output telnet
line aux 0
login local
transport output telnet
line vty 0 4
privilege level 15
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 4000 1000
scheduler interval 500
!
end
ELIT#
Nun erst mal Danke für deine bisherige Hilfe :)