Skip to content

Connecting to Jubilee

kelliead edited this page Feb 12, 2020 · 15 revisions

This page assumes you are connecting to Jubilee via an Ethernet connection, and it will guide you to setting up a machine with a fixed ip address. We connect using this USB-to-Ethernet Dongle.

Prerequisites

In Jubilee's config.g file, you must first set a fixed IP address.

M552 P192.168.1.2 S1                    ; Use Ethernet with a static IP
M554 192.168.1.3                        ; Gateway
M553 P255.255.255.0                     ; Netmask

This is already done for you in the default config file.

From here, there are separate instructions for Windows, Mac, and Ubuntu Linux.

on Windows:

If you have a usb-to-ethernet dongle, plug it in now.

Open the Control Panel. Select Network and Internet and click on Change adapter Settings.

Right-Click on the network adapter for this dongle and select Properties.

Select Internet Protocol Version 4 (TCP/IPv4).

Click the Properties button.

Select Use the following IP address.

Set the IP Address to 192.168.1.3. (You can also change it to whatever you like, provided that this setting matches the Gateway setting of the config file.) Set the netmask to 255.255.255.0. Leave the gateway blank.

Exit this window and the control panel.

You're setup! Power up the machine, open a browser, and navigate to the machine's ip address: 192.168.1.2 (this page if you used the same ip address).

on Mac

If you have a usb-to-ethernet dongle, plug it in now.

Open the System Preferences. Select Network and click on USB/10/1000/LAN.

Use the following settings:

Configure IPv4: Manually

IP address: 192.168.1.3

Subnet Mask: 255.255.255.0

Router: leave blank

Exit this window and the system preferences.

You're setup! Power up the machine, open a browser, and navigate to the machine's ip address 192.168.1.2 (this page if you used the same ip address).

on Ubuntu:

If you have a usb-to-ethernet dongle, plug it in now. Open your network settings and click on the gear near the wired connection that corresponds to the dongle.

Give the connection a name. We called it static_duet_connection.

Next, set a static ip address with the following settings: Note that this IP address can be whatever you like, but it will need to match the gateway of the machine's config.g settings.

You're setup! Power up the machine, open a browser, and navigate to the machine's ip address (this page if you used the same ip address).

Note that these IP address settings will now be tied to this particular dongle until you change or remove them.

Clone this wiki locally