Printserver oder iLO via ARP ansprechen

From Bitbull Wiki
Jump to navigation Jump to search
  • hintergrund
http://de.wikipedia.org/wiki/Address_Resolution_Protocol
  • ausgangslage
    • ein printserver, ilo interface oder sonstiges gedingse muss konfiguriert werden.
    • ip des gerätes sind unklar
  • hilfsmittel
    • 1x notebook
      • tcpdump installiert (oder anderen sniffer)
      • web browser
    • 1x crossover netzwerk kabel
    • 1x boeses geraet (theo)
  • vorbereitung
  • mac adresse von theo herausfinden
    • wenn theo aktiv und ansprechbar ist?
      • ping 1.2.3.4 (ip von theo)
      • arp -a (ip und mac von theo notieren)
    • die mac addresse von theo aufgedruckt ist
      • mac addresse von theo notieren
    • theo ist nicht mehr ansprechbar
      • notebook via crossover kabel mit theo verbinden
        • notebook starten
        • tcpdump starten
        • theo starten
        • theo sollte nun arp pakete versenden
        • mac adresse von theo notieren
  • ziel netzwerk festlegen
  • hier soll theo spaeter sein dasein fristen
z.B.:
Netz: 192.168.0.0/24
Gateway: 192.168.0.254
DNS: 195.186.1.111 / 195.186.4.111
Notebook: 192.168.0.101 (sollte während der config logischerwise im gleichen netz segment liegen ;)
Theo: 192.168.0.250 (diese ip soll theo spaeter mal haben)
MAC von Theo: AA-BB-CC-DD-EE-00
    • theo mit arp an seine neue ip binden
apr -s 192.168.0.250 AA-BB-CC-DD-EE-00
  • theo ansprechen und konfigurieren (gemaess hersteller)
zB:
http://192.168.0.250
https://192.168.0.250
telnet 192.168.0.250
ssh admin@192.168.0.250