![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Server Platforms Discussion regarding any server based ubuntu release. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Quad Shot of Ubuntu
![]() |
Ubuntu Server Trouble
I am running ubuntu on my server and have a few questions:
First, how do I enable the ftp and http daemons on ubuntu Second, whenever I set a static IP address, ubuntu cannot access the internet. How can I fix this? Thanks for your help |
|
|
|
|
|
#2 |
|
Ultimate Coffee Grinder
![]() Join Date: Oct 2004
Location: Cambridge. MA
Beans: 5,063
Ubuntu 8.10 Intrepid Ibex
|
Re: Ubuntu Server Trouble
First, how do I enable the ftp and http daemons on ubuntu
install vsftpd and apache2. Second, whenever I set a static IP address, ubuntu cannot access the internet. How can I fix this? Tell us more about your network setup. |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2004
Beans: 3
|
Re: Ubuntu Server Trouble
Have something like this in /etc/network/interfaces
iface eth0 inet static address 192.168.1.50 # Static IP netmask 255.255.255.0 up route add default gw 192.168.1.1 # Routing as it can talk to the network |
|
|
|
|
|
#4 |
|
Gee! These Aren't Roasted!
![]() Join Date: Oct 2004
Location: Potsdam NY
Beans: 179
|
Re: Ubuntu Server Trouble
Can you talk to other systems on your lan?
__________________
What boots up must come down |
|
|
|
|
|
#5 | |
|
Spilled the Beans
![]() Join Date: Jan 2005
Beans: 14
|
Re: Ubuntu Server Trouble
Quote:
Normally the gateway is your routers IP, the DNS servers are normally those given to you by your ISP + a local server if you are running one. Be aware running httpd and ftpd that are exposed on the internet can cause major security weakneses test that they are restricted to chroot jails and that firewalling is 100% screw down. Last edited by britishtrident; January 4th, 2005 at 10:34 AM.. |
|
|
|
|
|
|
#6 |
|
Ultimate Coffee Grinder
![]() Join Date: Oct 2004
Location: Cambridge. MA
Beans: 5,063
Ubuntu 8.10 Intrepid Ibex
|
Re: Ubuntu Server Trouble
I wouldn't worry too much about running Apache -- the default config is pretty locked down already -- any tweaks on that are minimal and subjective.
But I'd agree -- be CAREFUL with FTP servers -- read the documentation, and at least two howto's on setting them up. |
|
|
|
|
|
#7 |
|
Quad Shot of Ubuntu
![]() Join Date: Oct 2004
Location: Neither here nor there
Beans: 343
Ubuntu 9.04 Jaunty Jackalope
|
Re: Ubuntu Server Trouble
wassup jdong how do u like reiser4? any real performance gain?
i tried to pm you but your fanbase is too large |
|
|
|
|
|
#8 |
|
Guest
Beans: n/a
|
Re: Ubuntu Server Trouble
Re: Ubuntu Server Trouble
Ebay Equity Line Credit Girls Debt Consolidation Girls |
|
|
|
#9 | |
|
A Carafe of Ubuntu
![]() |
Re: Ubuntu Server Trouble
Quote:
Code:
# The primary network interface
iface eth0 inet static
address 192.168.1.20
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.60
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
dns-search your_isp_dns_server
-mark
__________________
--that's carpenter, not the nasty fish... |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|