Search for: disable ipv6

19 Dec 2017

tested on: hostnamectl Static hostname: DebianLaptop Icon name: computer-laptop Chassis: laptop Operating System: Debian GNU/Linux 8 (jessie) Kernel: Linux 3.16.0-4-686-pae Architecture: x86 i assume you have your laptop/pc LAN connected to a switch/router and your default network card is eth0. […]

Wifi Accesspoint that connects to another Wifi Accesspoint (Client-Bridge) – TP-Link can do that – WLAN AdHoc Client Bridge with tp-link tl-wr841nd v11 – use wifi router as wifi usb adapter – Multiple Operation Modes – Wireless Client Mode – Bridge Mode – Bridge with AP Mode – Repeater (Range Extender) Mode
09 Nov 2017

Wifi Modes of an Access point: DLink has painted a nice overview over the possible different modes of an Accesspoint: cybersec: from great wifi modes that allow bridging two wifi networks, it would be GREAT if vendors test their products […]

09 Jun 2017

in general programs = processes = tasks = job less is more (security) run as little software as you absolutely need – uninstall/disable all services you don’t need. less software = less lines of mistaken code = less security flaws. […]

08 Jun 2017

passwd -l maria; # disables account maria passwd: password expiry information changed. grep maria /etc/shadow maria:!$6$w9DaelrP$/tJiXC2PU0B.XOupP0sFTySis5VfkMwv0DnoFy3.d.nC8gXJU.DSbU0Uryyex40P67keCFoQuxEjZ8RD9kDGU0:17325:0:99999:7::: passwd -u maria; # enable account maria passwd: password expiry information changed. /etc/passwd grep /bin/bash /etc/passwd; # output all interactive user accounts that use […]

04 May 2017

if fail2ban fails to ban: have a look here: https://configserver.com/cp/csf.html tcp wrapper (tcpd) tcpd.man.txt Centos5 documentation (Centos7 does not have it installed per default can be installed like this: yum install xinetd*) To control access to Internet services, use xinetd, […]

21 Sep 2016

in General: NFS is pretty fast protocol for accessing files. It uses less overhead than SMB/CIFS and therefore acchieves greater performance. method1) rsyncing to a nfs-mounted qnap nas went with 20,7 MBytes/sec. method2) while directly ssh-rsyncing to qnap works only […]

28 Jul 2016

this happens if ipv6 support is globally disabled, via grub config. debian ping6 socket: Address family not supported by protocol [cc lang=”bash” escaped=”true” width=”600″] vim /etc/default/grub # comment out the following line: # GRUB_CMDLINE_LINUX=”ipv6.disable=1″ # then run: update-grub2 # to […]

10 Dec 2014

question: http://answers.microsoft.com/en-us/windows/forum/windows_8-networking/how-to-disable-network-discovery-by-registry-or/b38c3c5f-5214-44a2-ac65-3186949adbab?tm=1418243446272 same question: http://www.experts-exchange.com/Networking/Protocols/Q_28507535.html windows disable network discovery Browser search term: windows disable network discovery iphlpsvc konkret geht es hierum: exact same question:     http://blogs.technet.com/b/networking/archive/2010/12/06/disabling-network-discovery-network-resources.aspx in theory it could work like this, but simply firng the command netsh advfirewall […]

17 Jan 2013

  my windows 7 VMs in virtualbox had TERRIBLE, TERRIBLE network performance… … the prolem seemed to be ip6 + virtio drivers. if you want to use virtio drivers… disbale ipv6 in windows 7. also try disable tcp auto tuning: netsh […]