Static IP/Port 4ward

Discussion in 'Networks' started by kat731, Feb 9, 2007.

  1. kat731
    Honorary Member

    kat731 Megabyte Poster

    826
    9
    74
    Hi all,

    as im doing my N+, i just want some input for my own info really from you Network xperts.
    Why would i need/want a static ip? mainly for port forwarding? And port forwarding, would i use that if say i wanted to send say downloads to a particular pc? Am i thinking right here or are there other scenarios for this, just inquisitive really.

    Kat :D
     
    Certifications: BA (Hons), A+
    WIP: 70-685 77-884
  2. Phoenix
    Honorary Member

    Phoenix 53656e696f7220 4d6f64

    5,749
    200
    246
    You would want one on servers, if the DHCP goes down and your server tries to renew its IP during that time it cant, oops no IP on the server now!

    port forwarding basically means anything recieved on one IP on a certain port is sent to another PC
    used mainly in NAT environments where the internal IP used by a server is not viewable from the internet

    take this example

    a Router has a public ip of 10.10.10.10 and an internal ip of 192.168.0.1

    a server behind the router has an ip of 192.168.0.10

    Ryan is on the internet and starts up a terminal server session, he only knows the public ip 10.10.10.10 and tries to connect to it, but alas the router does not run terminal server! so thats no good

    however if i forward port 3389 to 192.168.0.10, any packet recieved by the router on that port it forwards to the server

    so this time when Ryan connects to 10.10.10.10 on port 3389 the router sees the packet, and forwards it to the server, the server ofcourse DOES listen on port 3389 and a tcp session is sucessfuly established, two way communication now occurs
    the server replys direct to Ryan but due to the NAT Ryan always sees it as originating from 10.10.10.10 anyway!

    hope that basic description works! :)

    ---RDP to 10.10.10.10 -----------> .....(PF)....--------Port Forward to 192.168.0.10--------->
    Ryan....................................... 10.10.10.10........................................................ 192.168.0.10
    <------Packet from 10.10.10.10----....(NAT)....<-------------Packet from 192.168.0.10-----
     
    Certifications: MCSE, MCITP, VCP
    WIP: > 0
  3. hbroomhall

    hbroomhall Petabyte Poster Gold Member

    6,624
    117
    224
    Not sure what you mean by "send say downloads to a particular pc". Downloading is effectively a 'pull' operation by a client, so you wouldn't need a fixed IP.

    The main reason for a fixed IP is to operate a server. Such beasts must have a 'known' location so they can be contactable by a client.

    Of course, you could use a service such as DynDNS which gets round the problem fairly neatly.

    Harry.
     
    Certifications: ECDL A+ Network+ i-Net+
    WIP: Server+
  4. kat731
    Honorary Member

    kat731 Megabyte Poster

    826
    9
    74
    Thanks Ryan, explained as usual..
    :D
     
    Certifications: BA (Hons), A+
    WIP: 70-685 77-884
  5. hbroomhall

    hbroomhall Petabyte Poster Gold Member

    6,624
    117
    224
    A public IP? <grin>

    And yes - I did realize that was just used as an example....


    Harry.
     
    Certifications: ECDL A+ Network+ i-Net+
    WIP: Server+
  6. kat731
    Honorary Member

    kat731 Megabyte Poster

    826
    9
    74
    Thanks H,
    i dont have experience with servers, so its uncommon to me. Ask q's-learn...
    Kat
     
    Certifications: BA (Hons), A+
    WIP: 70-685 77-884
  7. Crito

    Crito Banned

    505
    14
    0
    You'd want a static private IP in this situation. The router/gateway will have a public IP. So when the router receives external traffic on a specified port, it forwards to the internal computer on you LAN. And that's how a computer with a 192.168.x.x address can host just about anything on the internet. It's that simple. ;)

    In any case, just wanted to point out that its really the internal client that needs to have a static IP. It would be perfectly fine to use a dynamic public IP in this scenario. Sounds a little backasswards, I know...
     
    Certifications: A few
    WIP: none
  8. Bluerinse
    Honorary Member

    Bluerinse Exabyte Poster

    8,878
    181
    256
    Kat, I presume you are talking about the IP address that is assigned to you by your ISP and why some ISP's offer a static address and some don't.

    The only reason people want a static address is so that people can connect to them from the Internet.

    A typical example would be if you were hosting your own web or email server.

    As has been said it also makes remoting into your own network from the Internet using remote client software such as Windows Remote Desktop easier to establish.

    You can use services such as dynamic DNS to get around the dynamic IP issue but that adds another layer of complexity into the scenario, hence it is not ideal.
     
    Certifications: C&G Electronics - MCSA (W2K) MCSE (W2K)
  9. Crito

    Crito Banned

    505
    14
    0
    It's a typically configuration for a cable modem user with a home router trying to host a online game of quake or download a movie using bittorrent. You usually have no control over whether you're assigned a static or dynamic public IP and, like I said before, it doesn't really matter anyway, either will work. It does matter if you use a static or dynamic internal IP however. ONLY a static internal IP will work.

    Here's a screen capture from my home router as an example:
    [​IMG]
     
    Certifications: A few
    WIP: none
  10. Bluerinse
    Honorary Member

    Bluerinse Exabyte Poster

    8,878
    181
    256

    Crito what is Tribes? From what I can see it is an NZ pool of games servers. What's the buzz, tell me whats happening? :biggrin
     
    Certifications: C&G Electronics - MCSA (W2K) MCSE (W2K)
  11. Baba O'Riley

    Baba O'Riley Gigabyte Poster

    1,760
    23
    99
    Jesus Christ Superstar lyrics aren't they?:blink
     
    Certifications: A+, Network+
    WIP: 70-270
  12. Bluerinse
    Honorary Member

    Bluerinse Exabyte Poster

    8,878
    181
    256
    There's no flys on you Baba 8)
     
    Certifications: C&G Electronics - MCSA (W2K) MCSE (W2K)
  13. Phoenix
    Honorary Member

    Phoenix 53656e696f7220 4d6f64

    5,749
    200
    246
    Tribes was one of the first team based FPS games out there, it rocked, and is now free if i recall correctly

    there are follow ups but none as critically acclaimed as the original!
     
    Certifications: MCSE, MCITP, VCP
    WIP: > 0
  14. kat731
    Honorary Member

    kat731 Megabyte Poster

    826
    9
    74
    Nice one Pete, makes it clearer to me.

    Kat
     
    Certifications: BA (Hons), A+
    WIP: 70-685 77-884

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.