Zyxel NSA310 - questions after Debian install July 04, 2025 10:36PM |
Registered: 3 years ago Posts: 4 |
enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet [redacted IP] netmask 255.255.255.0 broadcast [redacted IP] inet6 fe80::200:ff:fe00:30 prefixlen 64 scopeid 0x20<link> ether 00:00:00:00:00:30 txqueuelen 1000 (Ethernet) RX packets 16 bytes 2575 (2.5 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 36 bytes 5093 (4.9 KiB) TX errors 0 dropped 1 overruns 0 carrier 0 collisions 0
root@nsa310:~# fw_printenv ethaddr ethaddr=50:67:XX:YY:ZZ:XY
rename /end0=eth0 auto lo eth0 iface lo inet loopback iface eth0 inet dhcpWhat am I doing wrong?
SoC: Kirkwood 88F6281_A1 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB
Re: Zyxel NSA310 - questions after Debian install July 05, 2025 03:26PM |
Admin Registered: 14 years ago Posts: 19,713 |
iface eth0 inet static address 192.168.0.215 netmask 255.255.255.0 gateway 192.168.0.1 hwaddress ether 00:50:43:xx:xx:xx
rename /enp1s0=eth0
> SoC: Kirkwood 88F6281_A1 > DRAM: 256 MiB > WARNING: Caches not enabled > NAND: 128 MiB >
printenvAnd post the entire serial console log here.
Quote
Backup and Cloning rootfs
Back up a live rootfs using rsync
Re: Zyxel NSA310 - questions after Debian install July 06, 2025 01:00AM |
Registered: 3 years ago Posts: 4 |
Re: Zyxel NSA310 - questions after Debian install July 06, 2025 02:32PM |
Admin Registered: 14 years ago Posts: 19,713 |