Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Attendance Gabriel, Roy

Date & Time 11/9/22, 1300-

Spaces Occupied Control room and Dome

Goals

  1. (Gabriel) Get DC to communicate with TCS via TCP/IP

Log

  1. Connected DC to TCS via gray ethernet cable. Saw changes in DC-reported ipconfig  before and after (see below).
  2. We see that the new connections find MAC addresses and IPs, but we don't know where the IPs come from.


Other Notes



Changes in ipconfig 


Code Block
languagepowershell
titleBefore Connection
collapsetrue
PS C:\Users\Director> ipconfig

Windows IP Configuration


Ethernet adapter Ethernet 2:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Ethernet adapter Ethernet 3:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . : umbc.edu
   Link-local IPv6 Address . . . . . : fe80::ebf9:7f4d:cc98:6e41%11
   IPv4 Address. . . . . . . . . . . : 130.85.72.207
   Subnet Mask . . . . . . . . . . . : 255.255.255.128
   Default Gateway . . . . . . . . . : 130.85.72.129

Wireless LAN adapter Wi-Fi:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : umbc.edu

Wireless LAN adapter Local Area Connection* 1:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Wireless LAN adapter Local Area Connection* 10:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
PS C:\Users\Director>


Code Block
languagepowershell
titleAfter Connection
collapsetrue
PS C:\Users\Director> ipconfig

Windows IP Configuration


Ethernet adapter Ethernet 3:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . : umbc.edu
   Link-local IPv6 Address . . . . . : fe80::ebf9:7f4d:cc98:6e41%11
   IPv4 Address. . . . . . . . . . . : 130.85.72.207
   Subnet Mask . . . . . . . . . . . : 255.255.255.128
   Default Gateway . . . . . . . . . : 130.85.72.129

Ethernet adapter Ethernet 2:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::3f1c:ada2:856c:6ce3%13
   Autoconfiguration IPv4 Address. . : 169.254.135.211
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . :

Wireless LAN adapter Wi-Fi:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : umbc.edu

Wireless LAN adapter Local Area Connection* 1:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Wireless LAN adapter Local Area Connection* 10:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
PS C:\Users\Director>

You can see Ethernet2 is disconnected, then changes to have some config.