Results 1 to 5 of 5
-
11th May 2012, 08:50 AM #1OPMember
How to block ports on Linux VPS.
can any1 help me please? cause I am providing vpn and some of my clients use it to spam emails. cause when connected to server it will look like its from the server but it is not. its from the clients PC/Laptop. Its because their ip is change using the server.
so I need someone who can help me stop them in sending emails. using their laptops/computers. by blocking ports maybe?
I am willing to pay. Upfront if trusted person.
maybe with this ssh command? iptables -A OUTPUT -p tcp --dport 25 -j DROPdigimon Reviewed by digimon on . How to block ports on Linux VPS. can any1 help me please? cause I am providing vpn and some of my clients use it to spam emails. cause when connected to server it will look like its from the server but it is not. its from the clients PC/Laptop. Its because their ip is change using the server. so I need someone who can help me stop them in sending emails. using their laptops/computers. by blocking ports maybe? I am willing to pay. Upfront if trusted person. maybe with this ssh command? iptables -A OUTPUT -p tcp --dport Rating: 5
-
11th May 2012, 09:20 AM #2ლ(ಠ益ಠლ)Website's:
extremecoderz.comLink: http://www.cyberciti.biz/tips/linux-...-protocol.html
To verify if you have done it correctly: http://kb.siteground.com/article/How...s_blocked.html
-
11th May 2012, 09:24 AM #3OPMember
added this 2 commands..
iptables -A OUTPUT -p tcp --dport 25 -j DROP
iptables -A OUTPUT -p udp --dport 25 -j DROP
but after applying that. the speed using the VPN on the server. is getting only 1-7kb/sec.. huhu!
-
11th May 2012, 09:31 AM #4ლ(ಠ益ಠლ)Website's:
extremecoderz.comThat isn't what the tutorial instructs you do to. Furthermore, closing port 25 wont have absolutely any effect of the speed of the VPN whilst browsing the internet. Do as the instructions say. I cannot and will not help you if you ignore my instructions.
-
11th May 2012, 09:41 AM #5OPMember
okay I'm going to try this..
iptables -A OUTPUT -p tcp -s server.ip.add.res --sport 25 -d 0/0 --dport 1024:65535 -m state --state ESTABLISHED -j REJECT
hope it will work.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
block all ports but let rapidleech working
By vincentfkc in forum Server ManagementReplies: 7Last Post: 14th Jan 2012, 06:16 AM -
PORTS (Apache and nginx) !!
By chiwan in forum Server ManagementReplies: 3Last Post: 23rd Sep 2011, 03:30 PM -
What Ports are Blocked at Work?
By EvilGenius in forum Technical Help Desk SupportReplies: 0Last Post: 20th Apr 2011, 07:37 AM
themaManager - edit and manage...
Version 4.04 released. Open older version (or...