Hi, and welcome to LQ.
First of all, add a little punctuation next time, it makes it a lot easier to read.
Quote:
I have correctly set up internet on the linux box.
|
... correctly according to which criteria?
Quote:
How would I (make it publicly accessible)?
|
1) Install a web server. Apache, anyone?
2) Take precautions for going on the net (*)
3) Give the box a public IP or in other ways route traffic to it (**).
4) (optional) give it a dns entry; see
http://www.dyndns.org
(*) adding the following two lines to /etc/hosts.deny might be enough:
Code:
ALL: PARANOID
ALL EXCEPT apache, ssh: ALL EXCEPT LOCAL
(**)
To show which address each interface is bound to.
hth --Jonas