Child pages
  • 802.1X secured wifi installation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cp -r shorewall{,-remove-loc-vpn-man-wifimac}
updated interface names in interfaces, masq
cp -r shorewall{,-updated-interfaces}
/etc/default/shorewall startup=1



removed postfix, proxy rules (did not update config backups)



added shorewall rules _apt
Code Block
systemctl enable shorewall.service
systemctl disable network-manager.service
systemctl disable NetworkManager.service
root@server.lastschl:~# scp /etc/network/interfacesrsyslog.d/40-shorewall.conf  192.168.10.52:/etc/networkrsyslog.d/
updated interface names, removed loc interface, and updated net ip
unlink root@server.lastschl:~# scp /etc/resolv.conf
echo nameserverlogrotate.d/shorewall 192.168.10.1 > 52:/etc/resolv.conf
Code Block
logrotate.d/
root@server.lastschl:~# scp /etc/rsysloglogrotate.d/40-shorewall.confrsyslog  192.168.10.52:/etc/rsysloglogrotate.d/
root@server.lastschl:~# scp /etc/logrotate.d/shorewallconf 192.168.10.52:/etc/logrotate.d/

systemctl enable shorewall.service




added shorewall rules _apt

Configure network and DHCP (based on LASTSCHL-212):

Code Block
systemctl disable network-manager.service
systemctl disable NetworkManager.service
root@server.lastschl:~# scp /etc/logrotate.dnetwork/rsysloginterfaces 192.168.10.52:/etc/logrotate.d/
root@server.lastschl:~# scpnetwork/
updated interface names, removed loc interface, and updated net ip
Code Block
unlink /etc/logrotateresolv.conf
echo nameserver 192.168.10.52:1 > /etc/resolv.conf
mkdir /etc/ltsp
root@server.lastschl:~# scp /etc/ltsp/dhcpd.conf 192.168.10.52:/etc/ltsp/
root@server.lastschl:~# scp /etc/dhcp/dhcpd.conf 192.168.10.52:/etc/dhcp/
apt-get install isc-dhcp-server
/etc/default/isc-dhcp-server
removed 10 network from dhcp
lastschl.av to test.av
removed MAC reservations

Configure DNS (based on LASTSCHL-211):

...