Popular
Latest Articles
- How to Secure your Cisco Router
- Creating CLI Views on a Cisco Router
- Configuring TACACS+ on a Cisco Router
- How to enable SDM on your router
- Build a Samba Server on Redhat / CentOS
- How to set the Time / Date and Timezone in CentOS
- How to install SSH on Solaris 10 x86
- ESX4 - How do I turn on/off a Virtual Machine from the command line ?
Windows 7 driver / application incompatibility work around
Monday, 24 May 2010 11:57
So you have Windows 7 but you either cant find the Windows driver for your Sound Card or your trusted old Windows XP program fails to work under your new OS. If so there is a way to allow you to run a program using the compatibility mode of your previous (working) Windows version.
Steps :
- Right click on the application (.exe) and select Properties.
- With Properties go to the Compatibility Tab and choose your Windows Version and select Run program as administrator
- Once done click OK and then double click to run the program as normal.
In the case of my Sound Card drivers which I only could find XP drivers for I did the following :
- Downloaded the XP drivers (.exe file)
- Extracted the .exe file using WinRar.
- Located the .exe file within the extracted files and choose Windows XP SP3 as the compatibility mode option.
- Ran the .exe and installed the drivers as per normal.
How do I configure IPv6 in Windows XP ?
Wednesday, 19 May 2010 21:49
In this article we will show you the steps involved in configuring you Windows XP device with IPv6. All commands should be run via the command prompt.
Enable IPv6
Configure IP
If you are not using Stateful or Statless IPv6 address Autoconfiguration you can manually configure your settings using the following commands :
Additonal Commands
You can use the following commands to show all IPv6 routes and the Neighbor Discovery table. The Neighbor Discovery table is the equivialnt to the arp cache but with IPv6 addresses instead of IPv4. It is also worth noting that Neighbor Discovery is part of ICMP6.
DNS
Instead of using A records for DNS like IPv4, IPv6 uses AAAA records for domain to IP name resolution. Below shows a brief example,
Ping
You can use the standard ping command to ping a IPv6 IP. But you will need to use the "-6" ping switch to ping a IPv6 name.
Netscreen IPv6 Tunnel Guide
Firewalls - Juniper - Netscreen
Tuesday, 18 May 2010 15:48
Below shows you the steps on how to configure a tunnel that will encapsulate your IPv6 traffic within an IPv4 tunnel.
Please Note : Below uses the Zone Work which is the equivalent to Trust and contains eth1. Ethernet3 is the untrust interface.
Enable IPv6
Add the following command and then reboot your device,
Build your Tunnel Interface
This builds your tunnel interface and binds it to your Untrust Zone,
Configure your Inside Interface
This configures IPv6 on your inside (or Trust interface). Due to the fact im using a weird and wonderful port mode on this Netscreen. My Trust Zone is called Work.
Add your Default Route
To add your default route :
Add a Policy
To Remove the Tunnel Interface
Below removes the Tunnel interface :
Test
Use the following command to test connectivity :
Upgrade Export on Solaris Fails with "Error: Failed to execute 'gtar -c -C"
Monday, 17 May 2010 00:00
When running an upgrade_export on a Solaris Smart Centre you may receive the following error :
This is down to a 2Gb limitation of the gtar command. There are 2 ways to resolve this issue :
- Reduce the size of the files that are being gtar`d. The best way to do this is by normally clearing out any unwanted DB Revisions.
- Replace the standard gtar command (both the Solaris and Checkpoint provided binary) with the latest version of gtar. Then when you relaunch the upgrade_export gtar will be able to handle more then 2Gbs worth of files.
The Netscreen Proxy ID problem
Firewalls - Juniper - Netscreen
Tuesday, 18 May 2010 00:00
A proxy-ID is used during phase 2 of Internet Key Exchange (IKE) Virtual Private Network (VPN) negotiations. Both ends of a VPN tunnel either have a proxy-ID manually configured (route-based VPN), or simply use a combination of source IP, destination IP and service in a tunnel policy. When phase 2 of IKE is negotiated, each end compares the configured local and remote proxy-ID with what is actually received.
There are a number of problems that you may face when creating Site to Site VPNs on a Netscreen Firewall. Which is in the way it announces its Proxy ID`s.Generally if you create a VPN and set the Proxy ID`s within the Phase 2 Policy (AutoKey IKE Tunnels) the correct Proxy IDs are used and everything will be fine. The problem is when you want to use multiple subnets (or even multiple hosts).
If you add address groups to your policy based VPNs then 0.0.0.0 ID`s start being used with can cause a number of issues with the Phase to negotiations.
Below shows you the different combination's and the resulting Proxy ID`s for a policy being used for a policy based VPN.
| Source | Destination | Resulting Proxy ID (src / dst) |
| Address Group | Address Group | 0.0.0.0/0.0.0.0 > 0.0.0.0/0.0.0.0 |
| Address Group | Subnet | 0.0.0.0/0.0.0.0 > Subnet |
| Subnet | Subnet | Subnet > Subnet |
-- How should it be configured ? --
Below shows you the ways for configuring both a Policy and Route based VPN when using multiple subnets.
Multiple Subnets for a Policy VPN
1) Within "VPNs | AutoKey IKE | [Your VPN Tunnel] | Advanced" ensure that Proxy ID option is not ticked.2) Then create multiple polices for the various subnets ensuring you do not use address groups as the Proxy ID will result in using each Within Policy Then add multiple Policies, one for each subnet, assigning each policy the same (IKE) VPN Tunnel.
Multiple Subnets for a Route Based VPN
To use multiple subnets you will need to bind multiple Phase 2 Policies (AutoKey IKE Tunnels) to your Tunnel Interface.
1) Within "VPNs | AutoKey IKE | [Your VPN Tunnel] | New | Advanced" :-- Bind to : Tunnel Interface [Select your Tunnel Interface]
-- Tick Proxy ID and add your source and destination subnets
2) For additional subnets create a new AutoKey IKE Tunnel (Phase 2 Policy) and assign to the same tunnel interface.
Please Note : When a proxy ID of 0.0.0.0/0.0.0.0 is used there is only one SA which is created for all the traffic.
Additional reference : New to ScreenOS 6.3 is Multiple Proxy ID support on Route-Based VPNs. Details on this can be found here.
Page 5 of 50
«StartPrev12345678910NextEnd»