By default, when Windows 2008 is installed you cannot use the ping command from another machine to the new one.
This happens because the Echo Request on the Windows 2008 it’s disabled by default.
To enable this feature you need to do the following steps:
- Go to Control Panel -> Adminstrative Tools -> Windows Firewall with Advanced Security
- Click on the option “Inbound Rules”
- Find the rule named “File and Printer Sharing (Echo Request – ICMPv4-In)
- Right-click on it and select “Enable Rule”
If you’re using Windows Server Core, use the following command:
- netsh firewall set icmpsetting 8
And that’s it.
December 5, 2008 at 8:24 am |
Abstract: We describe the LHCb detector simulation application (Gauss) based on the Geant4 toolkit. The application is built using the Gaudi software framework, which is used for all event- processing applications in the LHCb experiment. The existence of an underlying framework allows several common basic services such as persistency, interactivity, as well as detector geometry description or particle data to be shared between simulation, reconstruction and analysis applications. The main benefits of such…