Results 1 to 7 of 7

Thread: Will opening Port 80 affect all computers on a network

  1. #1
    Join Date
    Sep 2010
    Beans
    3

    Will opening Port 80 affect all computers on a network

    I'm thinking about making a web server but, I have an issue:will opening Port 80 affect all computers on a network?
    please help

  2. #2
    Join Date
    Mar 2008
    Location
    Las Vegas
    Beans
    1,148

    Re: Will opening Port 80 affect all computers on a network

    Quote Originally Posted by Nix1794 View Post
    I'm thinking about making a web server but, I have an issue:will opening Port 80 affect all computers on a network?
    please help
    Port 80 is typically the port that the server listens to for http requests. You'll be needing a good IP tables setup. My machine gets a ssh attack about once every 42 minutes and I'm using a nonstandard port.

    HTH
    Debian Stable
    FluxBox
    Mark Your Thread Solved

  3. #3
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Will opening Port 80 affect all computers on a network

    Quote Originally Posted by Nix1794 View Post
    I'm thinking about making a web server but, I have an issue:will opening Port 80 affect all computers on a network?
    please help
    The way port forwarding works, is that it forwards that port to a single ip address.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  4. #4
    Join Date
    Sep 2008
    Location
    CyberSpace
    Beans
    240
    Distro
    Kubuntu 22.10 Kinetic Kudu

    Re: Will opening Port 80 affect all computers on a network

    Quote Originally Posted by Barriehie View Post
    Port 80 is typically the port that the server listens to for http requests. You'll be needing a good IP tables setup. My machine gets a ssh attack about once every 42 minutes and I'm using a nonstandard port.

    HTH
    Hey, I get that too. What weird people. Spend all day doing that crap. IDK, how they even got my IP address. My is dynamic and private only for me.

    Anyway, can you give me link(s) to any good tutorials on IP tables or what I can do to help stop and prevent this?
    I am now back to help the Proton Gaming phase!
    OS: Kubuntu 22.10

  5. #5
    Join Date
    Mar 2008
    Location
    Las Vegas
    Beans
    1,148

    Re: Will opening Port 80 affect all computers on a network

    Quote Originally Posted by HighCommander540 View Post
    Hey, I get that too. What weird people. Spend all day doing that crap. IDK, how they even got my IP address. My is dynamic and private only for me.

    Anyway, can you give me link(s) to any good tutorials on IP tables or what I can do to help stop and prevent this?
    I use denyhosts and don't worry about it. I'm guessing they just have a script that runs a gamut of IP's. Mines dynamic too. Here's a link I've found helpful. What I've done for my server is use a nonstandard port and then no-ip redirects to my machine when there's a request for the url. Can't stop the attacks but you don't have to open the door!

    http://bodhizazen.net/Tutorials/iptables/
    Debian Stable
    FluxBox
    Mark Your Thread Solved

  6. #6
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Will opening Port 80 affect all computers on a network

    The SSH attacks are just scripts that scan blocks of ip addresses for open ports. I've been using only iptables and key-based auth and my logs seem to be realitively clean.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  7. #7
    Join Date
    Mar 2008
    Location
    Las Vegas
    Beans
    1,148

    Re: Will opening Port 80 affect all computers on a network

    Quote Originally Posted by CharlesA View Post
    The SSH attacks are just scripts that scan blocks of ip addresses for open ports. I've been using only iptables and key-based auth and my logs seem to be realitively clean.
    Here's a good link for getting scanned. I ended up backing off on my denyhosts logging and it's settled down. I just wanted to see if it was working, and it is, like a dog!

    https://www.grc.com/x/ne.dll?bh0bkyd2

    My machine:
    Attached Images Attached Images
    Debian Stable
    FluxBox
    Mark Your Thread Solved

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
  •