DDR Configuration
DDR Setup.
1. ) How to block incoming access to a Windows 2003 Server from the network.
Open Windows Firewall and enable the firewall.Â
Enable exceptions and only allow only RDP for incomming access.Â
2. ) How to block outgoing access to a Windows 2003 Server to the network.Â
Open Control Panel--> Administrative tools--> local security Policy.Â
Open The local Ip security policy Tab.Â
Add a policy to disable outgoing RDP access and outgoing smb access to other servers except the merce DDR file server.Â
3. ) How to restrict Web access using squid proxy from a particular IP.Â
in /etc/squid.conf make the following changes to deny access from 192.168.1.13 and 192.168.1.14Â
acl ddr-annapurna src 192.168.1.13/255.255.255.255
acl ddr-compute src 192.168.1.14/255.255.255.255
http_access deny ddr-annapurna
http_access deny ddr-compute
Â
4. ) How to Restrict Samba Access from a particular IP
edit /etc/samba/smb.conf and add the following line in the global section to block access from 192.168.1.14
 hosts deny = 192.168.1.14
5.) How to deny access to mails from a particular IP
6.)Â Prevent users from installing printer drivers
7.)Â Setting Audit Policies.
Â
- Login to post comments
- Printer-friendly version
- Send to friend