Author Archives: maoeh

IPv6 Unicast Addresses

Global 001 T TTTTT TTTTT TTTTT : RRRR RRRR NNNN NNNN : NNNN -NNNN : SSSS – SSSS : IIII – : : : – IIII 001 = FP T = TLA ID R = Reserve N = NLA ID … Continue reading

Posted in Education, Information Technology | Tagged | Comments Off on IPv6 Unicast Addresses

IPv6 Multicast Addresses

Construct (FF…) xxxx xxxx FFFF SSSS : Group ID X = FP = 1111 1111 = FF F= Flag S = Scope Scope 0 = Reserve 1 = Node-local Scope 2 = Link-Local Scope 5 = Site-Local Scope 8 = … Continue reading

Posted in Education, Information Technology | Tagged | Comments Off on IPv6 Multicast Addresses

IPv6 Anycast

They are currently only assigned to routers

Posted in Education, Information Technology | Tagged | Comments Off on IPv6 Anycast

IPv4 Compatible Address

IPv4 Mapped Address (0:0:0:0..) The following address would be encapsulated in IPv4 and sent o the destination using IPv4 0:0:0:0:0:0:W:X:Y:Z W:X:Y:Z = IPv4 Teredo (2001:0:…) 2001:0:TTTT:TTTT:FFFF:UUUU:IIII:IIII 2001:0: = Teredo Prefix T = Teredo Server IP F = Flag U = … Continue reading

Posted in Education, Information Technology | Tagged , | Comments Off on IPv4 Compatible Address

Remove old network card or non present device

You change the network adapter on a server without uninstalling the device in windows and end up with a hidden adapter in your registry. I found a solution to remove the lost hardware from windows. Source was http://forums.techarena.in/windows-server-help/1141789.htm Open a … Continue reading

Posted in Information Technology | Tagged , | Comments Off on Remove old network card or non present device

How to fix: Code 39 cdrom error

If you get an error code 39 from your cdrom drive and uninstallling the driver dos not help to fix it do the following. open regedit search the key [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}] remove all items called: UpperFilters LowerFilters UpperFilters.bak LowerFilters.bak Reboot your … Continue reading

Posted in Information Technology | Tagged , | Comments Off on How to fix: Code 39 cdrom error

Export Hyper-V configuration

Code Details option explicit   dim objWMIService dim managementService dim fileSystem   const JobStarting = 3 const JobRunning = 4 const JobCompleted = 7 const wmiStarted = 4096 const wmiSuccessful = 0   Main()   ‘—————————————————————– ‘ Main ‘—————————————————————– Sub … Continue reading

Posted in Information Technology | Tagged , , | Comments Off on Export Hyper-V configuration