search for: hpptd

Displaying 4 results from an estimated 4 matches for "hpptd".

Did you mean: hppt
2016 Feb 15
5
Alternative IP addresses
My CentOS-7 home server has a static IP address. Is there a simple way of organizing the hpptd server so that it is accessible through this address at a remote host, but is accessed at its 192.168 address by a laptop on the WiFi LAN? -- Timothy Murphy gayleard /at/ eircom.net School of Mathematics, Trinity College, Dublin
2016 Feb 16
0
Alternative IP addresses
On 2/15/2016 3:57 PM, Timothy Murphy wrote: > My CentOS-7 home server has a static IP address. > > Is there a simple way of organizing the hpptd server > so that it is accessible through this address at a remote host, > but is accessed at its 192.168 address by a laptop on the WiFi LAN? are you also running your own DNS at home? is this httpd server 'dual homed' and have a NIC on both the internet side and your local LAN ?...
2016 Feb 16
0
Alternative IP addresses
> My CentOS-7 home server has a static IP address. > > Is there a simple way of organizing the hpptd server > so that it is accessible through this address at a remote host, > but is accessed at its 192.168 address by a laptop on the WiFi LAN? Is the static IP address that you mention public or private? You could use Limit statements in apache or iptables firewalling to do this. Barry
2016 Feb 16
2
Alternative IP addresses
John R Pierce wrote: >> My CentOS-7 home server has a static IP address. >> >> Is there a simple way of organizing the hpptd server >> so that it is accessible through this address at a remote host, >> but is accessed at its 192.168 address by a laptop on the WiFi LAN? > are you also running your own DNS at home? I'm not running my own DNS server, and would prefer not to. > is this httpd server &...