|
CSE Home |
About Us |
Search |
Contact Info |
|
To connect your machine to the CSE network, you must first register your ethernet (AKA "MAC") address. And, to register your MAC address, you need to find it on your machine. This document explains how to do it for the following operating systems: For others, or if you need assistance, contact support@cs.WindowsOpen a command window and enter the command ipconfig /all. You will get a display like this:
The MAC address for this adapter is 00-C0-4F-72-DC-2C. Opening a Command WindowSometimes the pointy-clicky interface just doesn't let you do what you need to do. For those times, there is the command window.
A window will appear in which you can type commands much like to a Unix terminal window. If you are old enough to remember using MS-DOS, you will find that many of the same commands are still supported. You may never go back to point-n-click again! Renewing Your DHCP LeaseDHCP is a service that is used to manage "leases" on IP (network) addresses. The idea is that when a computer first connects to the network, it requests an IP address from the DHCP service. That address is returned and assigned to the network adaptor, but it's only good for a fixed period of time-- typically a few hours. In the background, a process on your computer renews the lease periodically-- well before it expires. There is a mechanism for your computer to release a lease on a network address before it expires, but the DHCP service doesn't count on it-- your computer might crash or be carried out of range on a wireless network. Therefore, the DHCP service will reassign your IP address to another computer is the lease isn't renewed-- that allows the DHCP service recycle IP addresses efficiently. Sometimes, you need to explicitly release an IP address and request a new one. That might be necessary, for example, if you move from one wireless domain to another. Fortunately, it's easy to do, using the same ipconfig command that's used to view your MAC address.
Each command should return in a few seconds. If not, it typically takes about a minute for the computer to give up attempting to contact a DHCP server that will grant it a lease. If you get an "autoconfiguration" IP address, the renewal has failed. Contact support if you need assistance. LinuxAt a command prompt, enter the command /sbin/ifconfig eth0. The command will return a screen somewhat like this:
The MAC address of this adapter is 00:A0:CC:23:39:3F.
FreeBSDAt a command prompt, enter the command /sbin/ifconfig fxp0. The command will return a screen somewhat like this: The MAC address of this adapter is 00:a0:c9:49:98:5d.% /sbin/ifconfig fxp0 fxp0: flags=8843 SolarisAt a csh(1) command prompt, enter the command /usr/sbin/arp `hostname`. You will see a screen like this: The MAC address of this host is 08:00:20:22:e2:be.% /usr/sbin/arp `hostname` hammahamma (128.95.1.115) at 8:0:20:22:e2:be permanent published MacOSOpen the "TCP/IP" control panel, then go to Edit-->User Mode and select "Advanced." Click the "Info" button in the lower left corner of the dialog box, that's where that information lies. |
|
Computer Science & Engineering University of Washington Box 352350 Seattle, WA 98195-2350 (206) 543-1695 voice, (206) 543-2969 FAX [comments to support] | |