Skip to content

Instantly share code, notes, and snippets.

@felipecwb
Last active July 4, 2020 03:26
Show Gist options
  • Save felipecwb/badaa87835a77d9c878299fd141e56a2 to your computer and use it in GitHub Desktop.
Save felipecwb/badaa87835a77d9c878299fd141e56a2 to your computer and use it in GitHub Desktop.
netctl config for hidden network with static IP
Description='hidden static wifi'
Interface=wlp3s0
Connection=wireless
IP=static
Gateway='192.168.105.254'
DNS=('192.168.105.254')
Address=('192.168.105.101/24')
Hidden=yes
ESSID="BANANA"
Security=wpa
Key="Password \\escaped"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment