Categories
- Education (6)
- Fix IT (29)
- Information Technology (53)
- Tips (6)
- Uncategorized (7)
Tags
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
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
IPv6 Anycast
They are currently only assigned to routers
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 IPV4, IPV6
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 Problem, tool
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 cdrom, Window 7
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 Backup, HyperV, vbscript
Comments Off on Export Hyper-V configuration