Jump to content

USB enet adapter help / config changes not saved


JimR

Recommended Posts

I've got a USB ethernet adapter working on my Packet Squirrel, but am stumped as to how to save my config file changes between boots. Perhaps I'm missing something simple.

I'm adding my interface configuration (in Arming mode while testing...) via the command line:

uci set network.wye=interface
uci set network.wye.ifname='eth2'
uci set network.wye.proto='static'
uci set network.wye.ipaddr='192.168.1.18'
uci set network.wye.netmask='255.255.255.0'
uci set network.wye.ip6assign='64'

uci commit

/etc/init.d/network restart

--------

Everything works great and my changes appear in /etc/config/network

But when I reboot, my interface config is gone from /etc/config/network, and of course, my interface fails to come up.

What am I missing?

Link to comment
Share on other sites

Anyone? Anyone? Buehler?

So, let me ask this:

Is it possible to change the boot config of a Packet Squirrel, or are changes limited to what happens after the boot is done?

Is there documentation I’ve missed?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...