coffeecup1
Programmer
Hi,
I have written software that uses a replication service to post data between SQL servers (not the proprietary MS-SQL replication ).
The HO server in the software scenario has a fixed IP and the remote boxes submit http type posts to replicate data to that fixed IP.
One of my remote boxes is on a network that connects via a gateway that dials up every hour. It's easy enough for me to find out what the dynamic IP of the dialup server is, but I need to post data to my box behind that.
How can I pass requests along to that box? Is there a way of forwarding http traffic to an internal IP?
Thanks.
Joshua
I have written software that uses a replication service to post data between SQL servers (not the proprietary MS-SQL replication ).
The HO server in the software scenario has a fixed IP and the remote boxes submit http type posts to replicate data to that fixed IP.
One of my remote boxes is on a network that connects via a gateway that dials up every hour. It's easy enough for me to find out what the dynamic IP of the dialup server is, but I need to post data to my box behind that.
How can I pass requests along to that box? Is there a way of forwarding http traffic to an internal IP?
Thanks.
Joshua