I realise it may never work, but I figure it's worth a try, that's why we're here hacking away
Having a peek through /mnt/us/usbnet/etc/config, I see this setup for the IPs, so I figure the .200 was a red herring and leaving it at .1
Code:
#!/bin/sh
#
# $Id: config 9680 2013-08-09 20:13:06Z NiLuJe $
#
# WARNING: Take note that we're essentially a shell script, se we absolutely *M
UST* use UNIX line endings!
# WARNING: To avoid leaving your system in an undefined state,
# do *NOT* modify this file while usb over ethernet is enabled!
# (That means when the the auto enable feature is in use, too!)
# Tweak these to match your setup (IPv4 only, no hostname aliases)
# NOTE: The K4 has a specific default
HOST_IP=192.168.2.1
KINDLE_IP=192.168.2.2
Can definitely still get the IP and DNS working from the shell, so that's somewhat positive. Wondering how `usbQa is supposed to work, if anyone knows?