LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to remove my server IP from sorbs.net? (https://www.linuxquestions.org/questions/linux-server-73/how-to-remove-my-server-ip-from-sorbs-net-757346/)

mladja04 09-23-2009 04:29 PM

How to remove my server IP from sorbs.net?
 
Hello,

I hope this is right category where I add this question. My server is for some reaseon added to sorbs.net blacklist and users now can't to get emails which send my site them (forum register, site register etc). I go to sorbs.net site with my private computer which is different from my server IP.
Now I need to know, how I can to login in sorbs.net via my server (because to delete from blacklist I must to request delisting with IP which is blacklisted)?
How to remove my server IP from sorbs.net?

Thank you very much for any help.
Mladen

TB0ne 09-23-2009 04:32 PM

Quote:

Originally Posted by mladja04 (Post 3694759)
Hello,

I hope this is right category where I add this question. My server is for some reaseon added to sorbs.net blacklist and users now can't to get emails which send my site them (forum register, site register etc). I go to sorbs.net site with my private computer which is different from my server IP.
Now I need to know, how I can to login in sorbs.net via my server (because to delete from blacklist I must to request delisting with IP which is blacklisted)?
How to remove my server IP from sorbs.net?

Thank you very much for any help.
Mladen

It's probably added, due to either volume of email, or spam. The only way you can get it removed, is to contact their administrator, and do what they request, and they'll take it off the blacklist.

You can't do it yourself...that would defeat the purpose of a blacklist wouldn't it, if everyone could just remove themselves from it?

repo 09-23-2009 05:05 PM

http://www.au.sorbs.net/faq/spamdb.shtml

mladja04 09-23-2009 06:04 PM

thank you.

I find at sorbs.net how to remove my IP from list, but I dont know how to do that. Because that, I now ask you to help me.

On this way I can to delit my IP: I must to login at sorbs with IP which is blacklisted (my server IP). How I from my home computer to enter into my server (I have ssh) and than in it to open sorbs site (with some browser if I have at server), to login at sorbs and to request delisting?

Server is Linux CentOS.

Thank you.

chrism01 09-23-2009 08:00 PM

See the -X option to ssh client here: http://linux.die.net/man/1/ssh

mladja04 09-28-2009 08:03 AM

Quote:

Originally Posted by chrism01 (Post 3694936)
See the -X option to ssh client here: http://linux.die.net/man/1/ssh

Can you give me example how I to use this?

I see page which you give me, but don't understand very well what to do. :(

chrism01 09-28-2009 08:20 PM

http://www.softpanorama.org/Net/Appl...over_ssh.shtml

btmiller 09-29-2009 02:38 AM

I don't like forwarding X connections (rather slow, in my experience). I find it easier to use the -D option to set up a SOCKS proxy over ssh, for example:

ssh -D 8888 my.server.com

then set Firefox to connect to a SOCKS4 proxy on localhost:8888 and you should be able to browse with the UP of your server. In my experience, this gives significantly better performance than X forwarding.


All times are GMT -5. The time now is 02:40 PM.