Is is possible to directly migrate an exported Hyper-V virtual machine to ESXi?
Parsa's questions
Some guy configured a Cat 6500 Core Switch on my net to handle MPLS traffic (and it works). The MPLS line is also directly connected to the internet, so our edges and firewalls are bypassed actually. I also have a 2851 router (IOS 12.4) router on my edge and want it to handle the MPLS traffic, but I'm stuck with the config. To me it looks something is wrong with the tunneling.
This is the working configuration of my 6500 Core Switch: (irrelevant configuration is omitted)
!
interface GigabitEthernet1/7
ip address 10.24.17.254 255.255.255.252
!
!
interface Tunnel2
ip address 192.168.250.1 255.255.255.0
tunnel source 10.24.17.254
tunnel destination 10.7.32.254
!
interface Tunnel3
ip address 192.168.249.1 255.255.255.0
tunnel source 10.24.17.254
tunnel destination 10.7.34.254
!
!
ip route 172.16.110.0 255.255.255.0 192.168.250.2
ip route 172.16.112.0 255.255.255.0 192.168.249.2
ip route 10.7.32.254 255.255.255.255 10.24.17.253
ip route 10.7.34.254 255.255.255.255 10.24.17.253
!
!
router eigrp 1
redistribute static
network 10.24.17.0 0.0.0.255
network 172.16.110.0 0.0.0.255
network 0.0.0.0
no auto-summary
!
The same configuration was applied to the router, but it simply doesn't work. We want to connect our 2851's fastport 0/3 to WAN directly instead.
Our topology: Router 2851 -> PIX 525 Firewall (It's a dinosaur? Yes I know that) -> 6500 Catalyst Core Switch
Note: Our side of the MPLS is 10.24.17.254
I've set up a Squid proxy which requires Windows Authentication. When Internet Explorer users try to use HTTPS websites, it just fails. FireFox users don't have this problem. I cannot imagine of any reason for this.
Are there any known issues installing an internet-facing SharePoint 2010 with Active Directory Lightweight Services or is it a logical choice?
I was trying to install Exchange 2010 prerequisites, when I encountered some error. All look like the same. Like this one:
Error: Installation of [Windows Process Activation Service] Configuration APIs failed. the server needs to be restarted to undo the changes.
My server is running Windows Server 2008 R2 Standard Edition.
UPDATE: I tried installing the prerequisites one by one using PowerShell.
Now I have errors on RPC over Http proxy:
Installation of [Web Server (IIS)] Tracing Failed, Attempt to install tracing failed with error code 0x80070643. Fatal error during installation.
Searching about the error code doesn't tell me much more than something went wrong when trying to update windows.
Installing Http Tracing alone also doesn't make any difference.
How are IP addresses mapped to Autonomous System Numbers (ASNs)? Is there a reference database for it? Then how are these Autonomous Systems geographically located?
Not an issue for a small network, but becomes a pain when it grows. How can I track what ever happens to my network's hardware (repairs, upgrades, whatever) if I don't want to dig into loads of Excel and Access files?
UPDATE: Looks like it's called inventory or asset management
Since Exchange doesn't provide support for all calendar types in OWA, I need to create one, using Microsoft.Net's support of calendars, but where should I start?
I've got 2 64-bit servers for the Mail Box and Client Access, but my domain controller is 32-bit. Can I install Exchange 2007?
What should be done? Is it possible?
Is it possible (or even logical) to use Postfix as relay MTA with Microsoft Exchange Server 2007, and if so how?