Hi,
this post is a step by step tutorial for setup WLAN in debian by systemd.
Determine the WLAN Adapter and reachable Networks
1 2 3 | root@debdev ~ # iwconfig root@debdev ~ # ifconfig wlan0 up root@debdev ~ # iwlist wlan0 scanning |
Hi,
this post is a step by step tutorial for setup WLAN in debian by systemd.
Determine the WLAN Adapter and reachable Networks
1 2 3 | root@debdev ~ # iwconfig root@debdev ~ # ifconfig wlan0 up root@debdev ~ # iwlist wlan0 scanning |
Hi,
for creating a simple peer to peer network between two clients you do not have to setup a complete X.509 certificate based infrastructure. You can use a static key created by OpenVPN for such purposes.
In a Point-To-Point environment one Computer acts as server (vpnmachine1: 192.168.200.1) the other as client (vpnmachine2: 192.168.200.2).
Continue reading OpenVPN: Create a peer to peer Network between two Clients
Hi,
systemd can mount cifs filesystems at boot or on demand like autofs.
First cifs mount at boot time. Determine the share and the mount point.
Continue reading Systemd: Automount nfs export