Luxul Switches

30th July 2020

default ip address is 192.168.0.4 so if you have multiple switches they all end up at the same IP address and you can’t manage any of them. DHCP exists for this very reason.

The backup method is to use a console cable to set the ip information. But Luxul doesn’t make that info easy to find. I guessed correctly 119200 baud, 8 data bits, 1 stop bit, no parity, Flow control=xon/xoff

If you have a translucent blue USB to serial converter you likely need the Prolific driver from here http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=225&pcid=41
(also works on TRENDnet hardware; tested on TU-S9)

default username passwd is admin admin

it has a sort-of cisco-like cli

Show the current IP address:
show ip interface brief

Set the IP address:
conf t
interface vlan 1
ip addr 10.1.1.1
OR
ip addr dhcp
exit

use the GUI to set the admin password