Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Stoping my ISP from sniffing into my box

  1. #1
    kyiu
    Guest

    Stoping my ISP from sniffing into my box

    > I don't why my ISP has problem with me running web server in my box. they've threatened to cut off the service. How do they know what I'm doing? They must be using some automated sniffing program on all the subscribers. Is there any way of blocking them? Here is what they sent me:


    Response from IP aaa.aaa.aaa.aaa: 220 linuxbox.mydomain.ca FTP server (Version wu-2.6.1(1) Wed Aug 9 05:54:50 EDT 2000) ready

    IP found behind modem Serial#: xxxxxxxxxxxx
    Found on: 02/17/2002

  2. #2
    nfallon
    Guest

    Re:Stoping my ISP from sniffing into my box

    They're probably monitoring the amount of traffic.

    Neil

  3. #3
    Spot
    Guest

    Re:Stoping my ISP from sniffing into my box

    Many ISPs will do active scans of their users looking for those running servers which is uaually against their TOS (Terms Of Service). @Home was infamous for it.
    Check your ISP's TOS and Acceptable Use Policies closely.
    Worst case...shut down the servers. At minimum - cut your ISP's range off at your firewall.

  4. #4
    JimH
    Guest

    Re:Stoping my ISP from sniffing into my box

    Ken if you are running your services on the standard ports they will be sure to find out. Try running them on non-standard ports. I used to get probes from AT&T all the time, but only on standard ports. I have Sprint/Earthlink now, they don't seem to be anywhere near as active as AT&T was in looking for servers.

    Jim H

  5. #5
    Semp
    Guest

    Re:Stoping my ISP from sniffing into my box

    I would take a look at your ISP's TOS. I think the only way you will be able to legally host your daemons is if you purchase a business line from them (business cable, business dsl, etc.).

  6. #6
    kyiu
    Guest

    Re:Stoping my ISP from sniffing into my box

    :-\ Okay, I’m operating it at the fringe of the TOS. Lighten-up :! I’m not running a commercial site. I’m just running a personal server, primarily for testing and learning the technology. Having said that, my ISP scans my box on all ports, right? Can I log the IP address on when the box being scan on some non-standard port or ports. So I can you the information to set up a block of that IP address. Can that work?

    Ken

  7. #7
    Semp
    Guest

    Re:Stoping my ISP from sniffing into my box

    I'm not saying you shouldn't be able to run your own daemons, but I was simply saying your ISP can tell you their TOS. Hell, I run daemons on my LAN and my ISP's TOS specifically states "don't run any services". Why not Just firewall all incoming TCP/UDP ports instead of trying to firewall specific IP addresses of your ISP? You could always setup your firewall to log all requests to TCP/80, reverse lookup it, and firewall that IP address. What ISP do you use? I know @Home has VERY specific hostnames they scan with (E.G.authorized.scan.home.com). Also, what kind of firewall do you use (E.G., IP Chains, IP Tables, Etc.)?

  8. #8
    kyiu
    Guest

    Re:Stoping my ISP from sniffing into my box

    ??? I don't know what you meant. I am running services in my box. If I stop TCP/UDP from coming in, my personal web server well be inaccessible. I also running my email server in the box. I don't think I can stop all incoming UDP and TCP if I want to keep the services up. I'll keep my ISP nameless, (they might be reading this you know) I just want to know how to set up the log. I'm using IPchain for firewall.

    Ken

  9. #9
    jmbrinks
    Guest

    Re:Stoping my ISP from sniffing into my box

    Ken,

    Whatever happened with that server and the issues with Redhat and Win2K?

  10. #10
    Semp
    Guest

    Re:Stoping my ISP from sniffing into my box

    I don't know how tight you want your firewall to be, but I would recommend filtering all incoming/outgoing TCP/UDP ports. Also, I would limit outgoing DNS requests, outgoing POP3 requests, outgoing SMTP requests, and things of that nature. When I get my machines sent back to me I will write an article about IPChain firewalling for GetLinuxOnline. Maybe they will accept it If you want to log HTTP requests you should probably use Apache, but if you want to use IPChains too then add the -l switch to your HTTP rule. If you don't have one then use the following in your IPChains script.

    /sbin/ipchains -A input -p tcp -s 0.0.0.0 -d 24.26.71.51 80 -j ACCEPT -l

    Replace the -d 24.26.71.51 with your IP Address. I just used mine for an example.

Similar Threads

  1. Starting / Stoping deamons with Debian
    By crazy ivan in forum Linux - General Topics
    Replies: 5
    Last Post: 10-13-2004, 04:51 AM
  2. Stoping X from auto starting?
    By bobblebob in forum Linux - Software, Applications & Programming
    Replies: 2
    Last Post: 05-09-2003, 05:14 PM

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
  •