Category Archives: Network

Network related stuff

Official Portuguese time servers

The Portuguese legal/official hour is maintained by Observatório Astronómico de Lisboa. If you want to configure your devices so that they use the correct time configuration you can use the following two servers:

Disable ipv6 privacy addresses in windows 10

Sometimes, mainly in servers, is better to disable ipv6 privacy extensions so that the configured ipv6 address is the only one configured on the firewall rules or the only one that shows up in the logs. netsh int ipv6 set int Ethernet0 managedaddress=disable netsh int ipv6 set int Ethernet0 routerdiscovery=disable After this configuration you will… Read More »