[Win] Update DeltaCopy

In terms of backups, I still love Rsync / DeltaCopy. Rsync is an awesome protocol, as it does only transmit data changes. So it is extremly useful if you are running on an slow dataconnection and try to backup big data chunks or files you are working on. It does save time as well.

The problem: DeltaCopy (which was developed by Synametrics) is not supported anymore and has been replaced by their (non free) tool Syncrify. (And no, the free Personal Edition does not count as a useable alternative!). Problem with DeltaCopy would be the really old Version of the used rsync Part. But don't worry, it is really easy to update that one (and that will resolve many problems including the ones experienced with special character filenames etc).

Martin Edenhauser has got one of the latest versions of rsync for windows as download on his blog: http://it-em.net/joomla/index.php?option=com_content&view=article&id=49&Itemid=54cms/front_content.php - just go there, grab the 3.0.9 (or other latest version) and unzip it into your C:\Program Files\Synametrics\DeltaCopy folder, overwriting the old files. (And don't forget to do it on the Server Side as well, if you are using the DeltaCopy Server as well !)

Thanks Martin for your great work!

[WinXP/Vista/7] Port 80 Blocked

Developing Websites with XAMPP is always neat and nice: Compact package, everything you need is there - and even having it portable on an USB Stick (in an TrueCrypt file ;)) will get you up and running on every Windows PC - where ever you are - in no time. But the problem with this solution comes with the "Host PC": There are a lot of tools nowdays which hijack and use Port 80 (your most beloved Webserver / Apache Standard Port) for their own needs. And so you are quickly on the point of "Apache terminated" in your XAMPP Windows - because of the blocked port. Finding out which program is blocking / using that port is easy, as XAMPP comes with an "Port-Check" Tool which can be used from the XAMPP Control Panel. Other than that, here is the TOP 4 of the most annoyning port blocking apps:

4.) Teamviewer (as commented by Teufelsauge)
A remote desktop tool which can be configured to run as background service, listening to port 80 and 443.

3.) Apache
Yeah, thats right. Some people got an old Apache setup running - set up years ago and forgotten in the background. Sounds stupid, but as most errors are - this is one of the most nasty ones. So check your memory before jumping to wrong conclusions.

2.) Microsoft SQL Server
It is an SQL Server! Not an Webserver! Why the heck would... Yeah, right: It DOES block port 80. Open services.msc from your "Run As" Dialog and look out for "Sql server reporting services(MSSQLSERVER)". Set it to disabled and stop it. Port 80 freed, hurray!

1.) Skype
To bypass corporate security standards and firewalls, Skype can use Port 80 and even Port 443 (SSL) as workaround. And it does that, by default. To disable that, start Skype and go to Tools -> Options - > Advanced -> Connection. Disable "Use port 80 and 443 as alternatives for incoming connections".

Netgear WNCE2001 Notes

We just got an Netgear WNCE2001 - and the need to support it.
Basically, its an Wireless -> Ethernet Converter which does bridge an WIFI Network to an LAN / Ethernet Connector.
You need to install it via WDS System or - plug it into an PC / Laptop, DHCP Client on and configure it via Webbrowser before using it on an "dump" ethernet-only device. Problem: The device itself asks for an IP Adress (to be configured after inital stage) and the connected Ethernet Client does ask itself again - some DHCP Servers don't like that behavior, as far as it seems. So, our workaround was following: Giving the WNCE2001 an static assigned IP by the DHCP Server and "blocking" another IP for the Client. The Client has been configured statically and does now work as it was intended to be.

Notes:
"First" Client Adress internal DHCP Server of the WNCE2001 does offer before inital Configuration: 192.168.1.100
IP of the WNCE2001: 192.168.1.251
DNS: http://www.mywifiext.com
Version: 1.0.0.26
/UPG_upgrade.htm
/MNU_menu.htm

[VSS] Upgrading Software on c6509e-VSS / Sup720-10GE

1.) Find an suitable image on cisco.com [i.e. s72033-adventerprisek9_wan-mz.122-33.SXJ1.bin ]
2.) Copy the image to the CF of active Supervisor by TFTP or FTP
copy tftp://IP/images/s72033-adventerprisek9_wan-mz.122-33.SXJ1.bin disk0:
3.) Verfiy the image against the MD5 and internal checksum
verify /md5 disk0:s72033-adventerprisek9_wan-mz.122-33.SXJ1.bin
verify disk0:s72033-adventerprisek9_wan-mz.122-33.SXJ1.bin
4.) Delete old Software on active Supervisor CF
del sw1-slot5-disk0:s72033-ipservicesk9_wan-mz.122-33.SXI5.bin
5.) Unconfigure other Boot Images
conf t
no boot system
config-register 0x2102
boot system flash disk0:
end
copy running-config startup-config
6.) Reload active Supervisor
redundancy reload shelf 1
7.) Wait for the ex-Active to come up again on local Console, sh redundancy should tell you that the ex-Active is now in Cold Standby as there is an Image mismatch. Thats ok, Image does work, so now lets swap the CF cards
8.) Reload now active Supervisor
redundancy reload shelf 2
9.) Wait for the second System to come up again, the VSS should run again in Active / Standby Hot Mode
10.) Copy Bootimage from shelf2 (with CF of shelf1) to shelf1 CF
copy sw-2-slot5-disk0:s72033-adventerprisek9_wan-mz.122-33.SXJ1.bin sw-1-slot5-disk0:
11.) Delete other old images form shelf1 CF
12.) Done

Not the best / Cisco way, but it should hold your Active / Standby Config in right order.

[Samba] Windows Client can't access Unix Samba Share KB2536276

On 16.06.2011 Microsoft fixed an Security Issue with Samba which ended in Windows Users beeing unable to access Unix Samba Shares by using Plain Text Authentication.
By removing Security Update KB2536276 and rebooting you can enable your client again - or you patch your samba server, which is the real source of error - Microsoft did just fix an flaw.

https://bugzilla.samba.org/show_bug.cgi?id=8238

https://bugzilla.samba.org/attachment.cgi?id=6593

Infos taken from:
http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/kb2536276-windows-xp-pc-get-system-error-58-when/d9dbdde5-2666-4423-b47c-fbdb80b995d9

[IPv6] Dualstack EIGRP Routing on c3560

IPv6.

Everyone is talking about it.

And not too soon, ppl will need it.

As my corporation needs to switch to v6 soon, I'll started to work into this hexadecimal notated nightmare ;-).

I'll got some basic stuff written down already - but I'm not feeling like starting off IPv6 in my blog with too much boring theory.

So lets jump into a full blown network! ^^

 

Tada!

Well - its not too "full blown" - but a working network at last: We got our Routers, Switches, PCs and EIGRP - and an Application thats driven by IPv4 and IPv6 called "ping" and "ping6" - thats something, ain't it?

But first: What is Dual Stack? Well. Thats an easy one: Running your network on Dual Stack does mean using IPv4 and IPv6 in co-existence. Nothing more and nothing less. Your normal Ethernet Switch does Switch IPv4 and IPv6 the same - as Layer 2 does not differ between both. Layer 2 is MAC, IPv4/6 do come in mind on Layer 3 - to the Routers mind, so to say.

Sadly, I don't had any Cisco 1841 or similar machines for this project - and I did wanted to test these settings in an rather small Lab before jumping to our "spare" Cisco VSS Team and hacking that thing to kingdom come. Therefore, I  used serval Catalyst 3560 PC 8, which are small Cisco Layer3+ Switches and could replace the routers.

To get the Switches to become IPv6 Routers, we need to install an new IOS with IP-Services Feature Set or higher. You can do that be erasing the Switch flash and download an new IOS by using the archive sw command from an tftp ( archive download-sw /allow-feature-upgrade /reload tftp://IP/c3560-ipservicesk9-tar.122-55.SE.tar ). As you see, I did use the 12.2(55)SE Firmware, as the new 58 got some really nasty changes in Terms of Smartport Features.

After our Switch(es) did reload, we need to configure an new SDM Template. The Switching Database Manager is not some piece of software, in truth its more some kind of ressource template. By changing this SDM Template, you change the way how the Ternary Content Addressable Memory (TCAM) is seperated. The TCAM is an very small but fast piece of RAM which does save Information like MAC Addresses, Routes, VLANs and so on. If you change the SDM Template, you change the amount of space which is avaiable for an Information. i.e. VLANs. If you choose the "Routing" Template - your Switch will put more memory onto Routes, if you choose the "VLAN" Template, your switch will support more VLANs but disable routing - and if you choose "Default", you get an mix of both. So, SDM Templates can be mission critical. And, they are fixed! You can't change the amount or divison of memory - only which template is used. As we want to use our Switch not only as Layer 2 Device, but DualStack Router, we need to change to an DualStack Routing SDM template - to really support IPv6 and Routing.

 

sdm prefer dual-ipv4-and-ipv6 routing

 

is the right command for this. You need to reload your switch after this change!
After the reload, we got our "router" ready. So, lets start by setting up our SW1 as EIGRPv4 Router. First we go to our Client Interface (f0/3):

 

conf t 

int vlan 3
ip address 192.168.2.1 255.255.255.0
no shut

int f0/3
switchport access vlan 3
spanning-tree portfast
no shut

end

 

So, thats our Gateway Link were we'll connect our Windows XP SP3 PC with IPv4 (192.168.2.2 / 24, GW is 192.168.2.1).
Now to the "Router Link" which does connect to the Core Router (g0/1):

 

conf t
int vlan 1
ip address 192.168.0.1 255.255.255.0
no shut
int g0/1
switchport mode access
switchport access vlan 1
switchport nonegotiate
no shut
end

 

This link is set to nonegotiate because we do not want the Switches to start an trunk - but route our traffic through EIGRPv4.
Now, we enable EIGRPv4:

 

conf t
router eigrp 1
network 192.168.0.0
network 192.168.2.0
end

 

Basically, thats very easy to understand: We start the EIGRPv4 proccess, issuing it the ID "1" (you can choose which you want and need to create EIGRP Borders) and inform it about the direct connected networks on this router (192.168.0.0 on g0/1 and 192.168.2.0 on f0/3). And thats it! If you got EIGRPv4 running on Core and SW2 as well (SW2 with same config as shown here, only different IP Networks, Core is going to have the same configuration as the Uplink Port but with IPv4 192.168.0.2 on the SW1 end and 192.168.4.2 on the SW2 end), you'll have an running EIGRP supported network!
Now that we got EIGRPv4 running, we'll jump up to EIGRPv6!
Actually, its not to different from the old Version but these:
- You do not configure networks in an central EIGRP process, but do configure EIGRPv6 directly on the interfaces
- You do need to "no shut" the central EIGRPv6 process once, otherwise it won't work.
- There are other differences, but not needed to mention here - check google if you're interested.
For our IPv6 Client Network, we'll start off like this (f0/2):

 

conf t
int vlan 2
ipv6 address 2000:2::1/64
ipv6 eigrp 1
no shut
int f0/2
switchport access vlan 2
spanning-tree portfast
no shut
end

 

As you see, there is not much difference: We do configure an IPv6 Global Unicast on the interface and enable the EIGRPv6 Proccess with ID "1" (does not interfere with EIGRPv4! They do not "see" each other as they are IPv4 or IPv6 only!) on that Interface. Connected - to an Windows XP SP3 PC with IPv6(2000:2::2/64, GW is 2000:2::1).
Now to the "Router Link" which does connect to the Core Router (g0/1), we need to add an IPv6 Address for EIGRPv6 to work:

 

conf t
int vlan 1
ipv6 address 2000:1::1/64
ipv6 eigrp 1
end

 

After that, we need to "no shut" the EIGRPv6 Proccess - enabling it with this command:

 

conf t
ipv6 router eigrp 1
no shut
end

 

Yeah, and thats it!
To just give the additional feedback for Win XP SP3:
To install the IPv6 Stack, you can enter ipv6 install in the Commandline.
To add an IPv6 Address to an interface, enter netsh interface ipv6 add address "INTERFACENAME" IPV6ADDRESS in the Commandline ( i.e. netsh interface ipv6 add address "Lan-Verbindung" 2000:2::2 for our IPv6_SW1 PC).
Finally you can check your connection via ping and ping6 for IPv6.
So, I hope you like it.

 

And for further studies, I attach the config files! ^^

 
 

As final job I did attach the interfaces f0/4, which do run Dual Stack as well - got an IPv4 and IPv6 Address. I configured the Windows XP SP3 PCs with both IPv4 and IPv6 Addresses, and now they are ping each other over both protocols at the same time. The Problem you'll come up soon is following: IPv4 and IPv6 are seperated stacks. No connection between both. So if you got an IPv6 PC, it won't be able to access IPv4 Ressources - and vice versa. So you'll need some kind of "Concentrator" or "Proxy" which will translate between both like an oversized NAT. Actually - thats the Name of that Translator: NAT-PT ("Protocol Translator") - its only one feature that can deliever IPv4-IPv6 Translation, but actually I read somewhere its considered "bad" already, so it might not be a good choice (and End2End Connection will suffer the same problems as your VPN on IPv4 with NAT.). I'm not putting an real solution for that problem here, as I'm diving into the Problem myself - but I wanted to just hint to this.
Thanks!