Skip to content

Rocket M2 Setup

jamc3951 edited this page Aug 22, 2018 · 13 revisions

Chain: MSI -> Gig E Switch -> PoE Injector -> Rocket M2

To Set Up M2:

  1. Edit the /etc/network/interfaces and restart... sudo service networking/network-manager/resolvconf restart
  2. Add:
  • allow-hotplug eth0
  • iface eth0 inet static
  • address 192.168.1.xxx
  • gateway 192.168.1.1
  • netmask 255.255.255.0
  1. Go to 192.168.1.20
  • Disable airMAX if present

Under WIRELESS:

Set to Station Scan and connect to desired AP [lock] Under NETWORK:

  • Set to bridge
  • Test and Apply changes
  1. revert /etc/network/interfaces
Clone this wiki locally