Connecting to Jubilee

From Jubilee
Revision as of 13:52, 7 October 2020 by Poofjunior (talk | contribs)
Jump to navigation Jump to search

The default connection looks like this:

Jubilee duet2 default connection.png

Technically, this is a closed network connection between your PC and Jubilee.

Other Connection Options

There are many ways to connect to Jubilee. They include:

  • Standalone with a Panel Due
  • Through your Home Network on a Wired Connection
  • Through your Home Network on a Wireless Connection (Duet2 Wifi or Duet 3 + Raspberry Pi in SBC Mode only)
  • Standalone with a Monitor, Keyboard, and Mouse (Duet 3 + Raspberry Pi in SBC Mode only)

These are out of scope of these instructions. More information on these connection options can be found in the Duet Wiki.

Hardware Requirements

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.

File:Https://i3g4v6w8.stackpathcdn.com/wp-content/uploads/2017/09/ethernet0-properties-windows-10.jpg

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.

File:Img/ubuntu network setup.png

Give the connection a name. We called it static_duet_connection.

File:Img/name network.png

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.

File:Img/addresses.png

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.