Forum OpenACS Q&A: Response to setting up my machine to serve pages

Collapse
Posted by Antonio Laterza on
ok Paul, To be visible on internet you have to:
  • use your external address:(217.39.20.102, you can see this using ifconfig)
  • using nslookup www.braudt.com must be related to 217.39.20.102.
For example yesterday situation would work with follow setting:
set hostname host217-39-20-102.in-addr.btopenworld.com
set address 217.39.20.102
To test if your configuration work, you can try:
  • telnet 212.39.20.102 8000
where 8000 is your port.
If that works, than you must wait the DNS name propagation.
Bye