Results 1 to 11 of 11

Thread: How to stop my IP address from changing??

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2010
    Location
    Massachusetts
    Posts
    205

    Question How to stop my IP address from changing??

    This is getting really aggravating. I'm using a FileZilla FTP server to establish an FTP server to use with my Visual Basic app. I went in to command prompt, typed in "ipconfig" and found my IP. I then set that IP as an application setting on my app so the entire app could access the server. Then, recently, the server stopped working. I reinstalled FileZilla and it started working again. However, sometimes my app still can't access the server because, as I discovered, my IP address changes. So my app could be looking on 192.168.1.101 for my server and its really on 192.168.1.106. Is there any way I can get my IP address to stop changing or anything I can do on the FileZilla server to have my server accessible through only ONE domain or IP?? My app stops working every other day because of this issue. Any help would be greatly appreciated. Thanks.

  2. #2
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How to stop my IP address from changing??

    Instead of the IP, put the name of your computer.

    Wait a minute... FileZilla listens on a port on your computer ? and the vb app is where ? is everything on the same computer ? or are you connecting over the internet ?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2010
    Location
    Massachusetts
    Posts
    205

    Question Re: How to stop my IP address from changing??

    Quote Originally Posted by CVMichael View Post
    Instead of the IP, put the name of your computer.

    Wait a minute... FileZilla listens on a port on your computer ? and the vb app is where ? is everything on the same computer ? or are you connecting over the internet ?
    Yes, everything's on the same PC. where would I input the name of my computer? So like, I could access the server if I used FTP://ComputerName?

  4. #4
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How to stop my IP address from changing??

    To represent local ip, use 127.0.0.1, or "localhost".

    If it's on the network (from one computer to another), then you use the computer name.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    May 2010
    Location
    Massachusetts
    Posts
    205

    Re: How to stop my IP address from changing??

    Quote Originally Posted by CVMichael View Post
    To represent local ip, use 127.0.0.1, or "localhost".

    If it's on the network (from one computer to another), then you use the computer name.
    My goal is to have any computer in the world access this server. How can I?

  6. #6
    PowerPoster Spoo's Avatar
    Join Date
    Nov 2008
    Location
    Right Coast
    Posts
    2,656

    Re: How to stop my IP address from changing??

    Quote Originally Posted by RadXPictures View Post
    because, as I discovered, my IP address changes.
    RadX

    I'm no expert in this field, but do you have a static IP
    address from your ISP?

    My recollection is that it costs more than a "changing"
    IP address. You might want to check with your ISP.

    Spoo

  7. #7
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How to stop my IP address from changing??

    Quote Originally Posted by RadXPictures View Post
    My goal is to have any computer in the world access this server. How can I?
    The way you used your words in all your posts (except this post), you never said anything about Internet!!

    In your router you should have an option to either put your computer name instead of your ip, or (this is how I have it), you can tell it to "scan" connected computers which one has the port open, that one will be used to route the port too.

    After that, for a computer outside your network to access your router, you can use a DNS service like no-ip (go to no-ip.com), it's free, subscribe to them, then you download an app that will tell their servers the ip of your router, then "they" will know what ip to send connection requests when your DNS name is used.

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    May 2010
    Location
    Massachusetts
    Posts
    205

    Re: How to stop my IP address from changing??

    Quote Originally Posted by CVMichael View Post
    The way you used your words in all your posts (except this post), you never said anything about Internet!!

    In your router you should have an option to either put your computer name instead of your ip, or (this is how I have it), you can tell it to "scan" connected computers which one has the port open, that one will be used to route the port too.

    After that, for a computer outside your network to access your router, you can use a DNS service like no-ip (go to no-ip.com), it's free, subscribe to them, then you download an app that will tell their servers the ip of your router, then "they" will know what ip to send connection requests when your DNS name is used.
    How do I change the settings on my router? Do I need special software?

  9. #9
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How to stop my IP address from changing??

    Well that depends on your setup, your ISP.

    For example at my home, I connect to the router using any web browser, I type the ip 192.168.1.1 in the address bar, then I login, and then I can make changes to the network. You can setup wireless network, select what computers to allow connections, change routing ports, etc.

  10. #10

    Thread Starter
    Addicted Member
    Join Date
    May 2010
    Location
    Massachusetts
    Posts
    205

    Re: How to stop my IP address from changing??

    Quote Originally Posted by CVMichael View Post
    Well that depends on your setup, your ISP.

    For example at my home, I connect to the router using any web browser, I type the ip 192.168.1.1 in the address bar, then I login, and then I can make changes to the network. You can setup wireless network, select what computers to allow connections, change routing ports, etc.
    You see, when I do that, it opens the server directory...

  11. #11
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How to stop my IP address from changing??

    As I said, it depends on your setup. You did not say how is your network setup. You have to give us some information if you want us to help you. I cannot guess, and I can't read your mind.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width