Author Topic: Dunno how to setup a SERVER in Linux  (Read 371 times)

lscangus

  • Newbie
  • *
  • Posts: 2
  • Kudos: 0
    • http://spitze.servehttp.com
Dunno how to setup a SERVER in Linux
« on: 6 August 2003, 05:51 »
I am trying to move from server 2003 to linux, but linux is too difficlut for me, coz i am new to it. So, how can i share the internet connection with anohter computer that conencts to the Linux ( eth0 ), and also, how to setup a HTTP and a FTP Server?

Thanks for you guys!
i wanna setup a server in Red-Hat, but dunno how to, any one can help?

Faust

  • Member
  • **
  • Posts: 1,223
  • Kudos: 0
Dunno how to setup a SERVER in Linux
« Reply #1 on: 6 August 2003, 21:35 »
You'll need to install a web server and ftp server for a start.  Likely apache and ftpd - most distros will have them in the install docs.  What are you using now?

For sharing internet connection you'll need a proxy (like squid (i think)) or iptables.  Squid will share http only over set ports, while iptables can be used for every port.  (masquerading.)

So in summary:
stuff="apache,ftpd,squid,iptables"
for item in stuff do
  install $item
  man $item
  google $item
done
Yesterday it worked
Today it is not working
Windows is like that
 -- http://www.gnu.org/fun/jokes/error-haiku.html

Faust

  • Member
  • **
  • Posts: 1,223
  • Kudos: 0
Dunno how to setup a SERVER in Linux
« Reply #2 on: 6 August 2003, 21:36 »
Ah red hat...  I don't read sigs.  You should just be able to install apache and ftpd off the cds and have them set up automatically.  Masquerading may be a little more tricky but I haven't seen many of red hats "wizards" lately, so they're may be one for that too.
Yesterday it worked
Today it is not working
Windows is like that
 -- http://www.gnu.org/fun/jokes/error-haiku.html

lscangus

  • Newbie
  • *
  • Posts: 2
  • Kudos: 0
    • http://spitze.servehttp.com
Dunno how to setup a SERVER in Linux
« Reply #3 on: 6 August 2003, 12:26 »
ya, thx for ya help, finally i have setup a http and ftp server, but still stuck in the network sharing.
i wanna setup a server in Red-Hat, but dunno how to, any one can help?