D denni New member Joined Jan 9, 2007 Messages 4 Jan 9, 2007 #1 Hi, I have phrehaps a good idea Can't you make that only one or selected ip's can log in @ direct admin, FTP and DB, if you dont want that that you can just put it off. That's hackersafe isn't it? Greetz, Denni
Hi, I have phrehaps a good idea Can't you make that only one or selected ip's can log in @ direct admin, FTP and DB, if you dont want that that you can just put it off. That's hackersafe isn't it? Greetz, Denni
F fwpeter Verified User Joined Aug 18, 2006 Messages 103 Jan 9, 2007 #2 You can configure your firewall to do this.
D denni New member Joined Jan 9, 2007 Messages 4 Jan 9, 2007 #3 yes but isn't it better to do it too with directadmin? If you dont have a own server,(i have 1) and your host hasn't a firewall like that
yes but isn't it better to do it too with directadmin? If you dont have a own server,(i have 1) and your host hasn't a firewall like that
F fwpeter Verified User Joined Aug 18, 2006 Messages 103 Jan 10, 2007 #5 iptables. If just ip 1.2.3.4 is allowed to access the DA control panel, use this rule: /sbin/iptables -t filter -A INPUT -p tcp --dport 2222 -j DROP /sbin/iptables -t filter -A INPUT -p tcp --dport 2222 -s 1.2.3.4 -j ACCEPT Click to expand...
iptables. If just ip 1.2.3.4 is allowed to access the DA control panel, use this rule: /sbin/iptables -t filter -A INPUT -p tcp --dport 2222 -j DROP /sbin/iptables -t filter -A INPUT -p tcp --dport 2222 -s 1.2.3.4 -j ACCEPT Click to expand...