Tag: interface
Cisco 888G with KPN 3G connection
Something I don’t see and don’t do very often is the configuration of a router including a 3G connection. So this blog post helps me during the process of configuring future connections. For todays configuration I am using the Dutch carrier KPN to establish the 3G connection. As hardware I am using a Cisco 888G … Read More
Cisco ASA remote management via VPN
By default, remote access VPN users aren’t able to manage a Cisco ASA firewall on the inside interface using any kind of management protocol (SSH, telnet, HTTPS). You can enable remote management by specifying the management-access interface. You can specify the interface via the CLI or via the Cisco Adaptive Security Device Manager (ASDM). Both … Read More
Citrix Web Interface 5.3: An error occurred while making the requested connection
I tried to configure a Citrix Web Interface 5.3 server in conjunction with Citrix Presentation Server / XenApp 4.0 and a NetScaler. It is possible to login, but I cannot launch an application. When trying to launch an application I receive the following error message: An error occurred while making the requested connection I found … Read More
Huh? Interface SSLVPN-VIF0?
While checking interface statistics on a Cisco 3845, I noticed the following layer 3 interfaces. Interface IP-Address OK? Method Status Protocol GigabitEthernet0/0 74.124.155.67 YES NVRAM up up GigabitEthernet0/1 10.10.10.1 YES NVRAM up up GigabitEthernet0/0/0 unassigned YES NVRAM administratively down down SSLVPN-VIF0 unassigned NO unset up up Tunnel0 192.168.255.2 YES NVRAM up up I can explain … Read More
Cisco ASA & ESX: strange ARP behavior
Last week I had a very strange problem with a Cisco ASA firewall. The firewall is configured with multiple interfaces, including a DMZ interface. There are multiple servers in the DMZ. These servers are physical and virtual servers. The virtual servers are VMware servers in a blade environment. I configured the feature ip verify reverse-path … Read More
Alias IOS Command
When configuring a router I often use different show commands to check or troubleshoot the configuration. I always hate to type in the whole show command, so I use aliases instead. Aliases are also used in the Open Source community, when working with a terminal. There are multiple options for the alias command, lets take … Read More