• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

change static IP remotely

sciencewhiz

Diamond Member
I received a call last night that the ISP had changed the static IP address of my server. I had an existing sftp transfer to the server open, and it was still transfering. However, I could not open a new ssh session with either the new or old IP address.

Is there any way to remotely change the IP address after the ISP has already changed it? Right now, I'm going to have to go and physically access the server to change the config files.

Why did the sftp session still work?
 
How did the ISP change your static IP? Why would they do that? Is this a shared-host web server? Are you sure they didn't just change the address of a router that your server uses?
 
ftp transfers dont check for IP addresses once the session has been established. it'll continue to operate until that session ends. No its not possible to change the IP address remotely, unless you have a back door entry. Only way to do it is via a physical console.
 
Originally posted by: pravi333
ftp transfers dont check for IP addresses once the session has been established. it'll continue to operate until that session ends. No its not possible to change the IP address remotely, unless you have a back door entry. Only way to do it is via a physical console.

Well, you actually can change the IP address remotely, quite easily. But you have to be able to connect to it's current IP address in order to do so.
 
ftp transfers dont check for IP addresses once the session has been established.

But the packets are still sent to the same addresses once the stream is established so it'll only continue to operate if the old IP is still reachable.
 
Back
Top