NAD810 LAN Setup

From CDOT Wiki
Revision as of 12:27, 15 January 2009 by Cheping (talk | contribs) (New page: End-node Host A / Host B / Host C * Stop the dhclient * Host A: IP 10.0.0.1 / MAC xx:xx:xx:xx * Host B: 10.0.0.2 / MAC * Host C: 10.0.0.3 / MAC * Gateway: 10.0.0.254 / MAC1, MAC2 Task 0:...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

End-node Host A / Host B / Host C

  • Stop the dhclient
  • Host A: IP 10.0.0.1 / MAC xx:xx:xx:xx
  • Host B: 10.0.0.2 / MAC
  • Host C: 10.0.0.3 / MAC
  • Gateway: 10.0.0.254 / MAC1, MAC2

Task 0: collect the MAC addresses on all the machine

Task 1: To find out which network interface on the gateway is connected to the LAN

  • boot up and configure end-nodes
  • nics=$(/sbin/ifconfig -a | grep eth | awk '{print $1}')
  • assign 10.0.0.254 to the first device
  • ping host A or host B, or host C
  • check for result
  • assgin 10.0.0.254 to the second device if the first one failed

Task 2: Configure route(s)