Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


apu2_debian_stretch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apu2_debian_stretch [2018/08/02 16:28] – [PCEngines APU2 - Debian 9.5 / Stretch] adminapu2_debian_stretch [2021/10/09 15:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
-=====PCEngines APU2 - Debian 9./ Stretch=====+=====PC Engines APU2 - Debian 9./ Stretch=====
  
 **Note!** **Note!**
Line 8: Line 8:
  
 ====Install Debian 9 (using USB)==== ====Install Debian 9 (using USB)====
-  * Download amd64 netinst ISO: <code>curl -L -O https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.4.0-amd64-netinst.iso</code> +  * Download amd64 netinst ISO: <code>curl -L -O https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.6.0-amd64-netinst.iso</code> 
-  * Copy image to USB drive:<code>sudo dd if=debian-9.3.0-amd64-netinst.iso of=/dev/sdX bs=4k</code>+  * Copy image to USB drive:<code>sudo dd if=debian-9.6.0-amd64-netinst.iso of=/dev/sdX bs=4k status=progress</code>
   * Unmount USB drive.   * Unmount USB drive.
   * Boot APU2 from USB (press F10 for boot menu).   * Boot APU2 from USB (press F10 for boot menu).
Line 60: Line 60:
 ip6tables -P FORWARD DROP ip6tables -P FORWARD DROP
 ip6tables -P OUTPUT DROP ip6tables -P OUTPUT DROP
 +# for local resolving
 +ip6tables -A INPUT -i lo -d ::1/128 -s ::1/128 -j ACCEPT
 +ip6tables -A OUTPUT -o lo -d ::1/128 -s ::1/128 -j ACCEPT
 +
  
 iptables-save > /etc/iptables/rules.v4 iptables-save > /etc/iptables/rules.v4
apu2_debian_stretch.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1