Results 1 to 6 of 6

Thread: Getting drop into the incoming connection from domain

  1. #1
    Join Date
    Apr 2011
    Posts
    64

    Getting drop into the incoming connection from domain

    Well I let you know that I am looking for iptables incantation which would allow to all the connection attempts from the IP addresses into the given domain. Let me know whether it is possible for the specified domain. Any help to get the requirement of mine would be highly appreciated. Thanks a lot in advance.

  2. #2
    Join Date
    Jun 2009
    Posts
    1,205

    Re: Getting drop into the incoming connection from domain

    Looking at the situation I wanted to know what do you mean by IP address which has been given by the domain? If you are looking for the reverse DNS which has been given into the domain and it is difficult to implement. The iPtables rules are implemented by the kernel and kernel would not be able to know about the DNS. You have to use something like queue packets and simply perform the reverse DND resolution and the user end.

  3. #3
    Join Date
    Nov 2008
    Posts
    1,066

    Re: Getting drop into the incoming connection from domain

    In order to implement the matching on the IP tables you have to use the following command.
    Code:
    iptables -A INPUT -s 192.168.0.0/16 -j DROP
    if you are having the arbitry range you have to use the following command
    Code:
    iptables -A INPUT -m iprange --src-range 192.168.0.0-192.168.255.255 \
    -j DROP
    So try the same and let me know whether it was working or not.

  4. #4
    Join Date
    Mar 2009
    Posts
    1,221

    Re: Getting drop into the incoming connection from domain

    Well if you are making conversation with the any of the DNS list which are indication that the thing would not work for you. I think it would be rare and you will have the PTR record into the DNS at very first place. It seems to be giving the resistance so that we can add the IPv6. So you have to resolve all the issue which you are getting while implementing IPv6 on the server of yours.

  5. #5
    Join Date
    May 2008
    Posts
    1,304

    Re: Getting drop into the incoming connection from domain

    If you are looking for the thing which you have mentioned over here where you can done with matching of the IP addresses on the server or iptables. It could be possible that the iptables can discard packets from the given IP address from the iptables. If there is match with the IP address with the iptables then it would be simply discarded. So I think you have figure out the thing which I have mentioned over here.

  6. #6
    Join Date
    Nov 2009
    Posts
    955

    Re: Getting drop into the incoming connection from domain

    Let me know whether you have resolved the issue after using the above mentioned issue. If there is no change in the situation then I recommend that you should contact the technical support team for further help. You should tell them about the problem which you are getting. They would tell you about the possible solution after understanding the problem of yours which you are getting.

Similar Threads

  1. Replies: 3
    Last Post: 01-12-2011, 06:27 PM
  2. cause of wireless connection drop
    By Colton in forum Technology & Internet
    Replies: 6
    Last Post: 10-09-2010, 08:39 AM
  3. Accept incoming connection using Socks Proxy
    By Susquehannock in forum Technology & Internet
    Replies: 6
    Last Post: 29-06-2010, 05:43 AM
  4. No incoming connection on uTorrent
    By Juan-Carlos in forum Technology & Internet
    Replies: 5
    Last Post: 25-06-2010, 12:20 PM
  5. 550 5.7.1 Unable to relay for user@domain.co.uk (incoming email)
    By TanZail in forum Small Business Server
    Replies: 1
    Last Post: 10-07-2007, 07:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,919,238.66385 seconds with 17 queries