Ubuntu Networking :: How To Setup Web Server

Sep 1, 2011

I have ubuntu 11.04, so I type the command python -m SimpleHTTPServer 7000, this simple web server will be running on. then open firefox, type http://localhost:7000 in URL and hit enter,it will show up the list of files of the directory where I typed the command python -m SimpleHTTPServer 7000 on, then select any one file, right click mouse, choose save link as, the file will be downloaded. this works also for local network machines.the issue is that my friend, in a remote place, wants to download my files via this simple web server, but it does not work, even I tell him my IP address and port number. it seems he can't access it at all. I am wondering how to setup my ubuntu so that my friends from the outside of my network can access the files that I intend to provide.

View 2 Replies


ADVERTISEMENT

Ubuntu Networking :: Setup A Server 10.04 Lts As File Server?

Apr 3, 2011

I set up a ubuntu server 10.04 lts as file server in a network filled with xp, win 2003 and win 2008.

I noticed that if from any bill's SO machine i copy a file (for example a vob file of 1gb, or a lot of doc and pdf files) in the samba server, while the copy is in progress if in another windows I browse other folders shared in Samba, the copy process stops and say ' the name in the network is no more available( or something like this). It seems that samba pay attention on the fact that a user is browsing the share and doing so it seems that Samba forget that in one of its share there was a copy in progress, very annoing. A file server cannot do that, in this way is useless.

View 1 Replies View Related

Ubuntu Networking :: Setup A Dhcpd Server On Lan?

Jul 22, 2010

I have setup a dhcpd server on my lan with the following option to reflect the static route to my private LAN.

dhcpd.conf

Code:
option static-routes 10.0.0.0 192.16.5.0

I've tested it on OpenSUSE, ArchLinux and even Windows dhcp clients and they've managed to pull the static route configuration. However, to my suprise on my ubuntu machines this doesn't seem to load. Is there anything that needs to be done on the client's side to get this to work?

View 2 Replies View Related

Ubuntu Networking :: Setup Wifi On Server 10.04?

Sep 18, 2010

I just installed ubuntu server 10.04. I want to connect to my wireless router(192.168.123.254). My router normally has wpa but I turned off encryption until I can get the server working. my router has MAC flitering which it has my servers MAC address and the dhcp server on my router is configured to assigned an ip address of 192.168.123.123 to my server.

On the server I do see wlan0 when I do sudo ifconfig -a. HOw do I setup the rest? I 'm very new with command line and linux so please bear with me.

View 3 Replies View Related

Ubuntu Networking :: Can Setup The Server As A DSL Router

Nov 17, 2010

I am planning to setup a home network with Ubuntu.the home network consists of ~3/4 computers; a mediaserver (reelbox) and 2 more PCs.Can I setup the server as a DSL router and get rid of my modem/router I have right now?

View 3 Replies View Related

Ubuntu Networking :: Setup A Dhcp Server

May 6, 2011

i have a homework where i have to set up a dhcp server on linux. I am using ubuntu. I tried following: [URL] However after running "sudo apt-get install dhcp3-server" the file "/etc/default/dhcp3-server" does not appear.

View 9 Replies View Related

Ubuntu :: Networking / Setup A Domain And Directory Server Similar In Function To Windows Server W/ AD And Join Other Machines To The Domain

Aug 21, 2009

I've got a home server running Ubuntu Server 9.04 and several machines running Ubuntu Desktop (9.04 and 8.04) and Windows (XP, Vista and 7). Now what I want to do is to create a domain and directory server similar in function to Windows Server w/ AD and join my other machines to the domain, but am not sure where to start. I already have file shares with Samba but now I want to setup a domain.

View 3 Replies View Related

Ubuntu Networking :: Setup Two Samba Shares On Server 10.04.1 Lts X64

Sep 24, 2010

I'm trying to setup two samba shares on ubuntu server 10.04.1 lts x64

The first is a Read-Only share for windows users that doesn't require a password. This i've managed to do so far.

The second is a Password protected Upload share. So far I am able to have both shares (which access the same directory) but am unable to log in to the pass word protected share.

I know i'm not doing things quite right, and would like a little bit of help

The smb.conf file is the default ubuntu file with these added shares:

Code:
[NAS]
Comment = Network Attached Storage
path = /media/RAID/NAS
browseable = yes

[Code].....

View 5 Replies View Related

Ubuntu Networking :: Setup Server As Router / Gateway?

May 29, 2011

I have been searching google for a while now and have not found exactly what I am looking for. I would like to use my fresh install of ubuntu server 11.04 as my router/gateway for my home. I am not an expert at linux by any means but I can usually figure stuff out. I believe I need iptables, bind, and a few others probally. It eventually will also be a samba server but I have done a little with samba before. I do have 2 network cards, my router at the moment is starting to die and would love to have a more powerful router. I would also like to figure out how to do port forwarding in the router, as well as be able to see the load on the network cards. Maybe there is a program to show usage by user? As well as be able to do packet pritorization.

View 4 Replies View Related

Networking :: Setup Proxy Server Using SSH And Use Yum?

Jul 2, 2009

My ISP seems to be having some configuration problems cos of which I cant download certain files (mostly exe and msi and some rpm files) as the download either doesnt start (firefox download window showing "Starting..." all the time) or download gets stuck at some point of time.

However I have access to my college computer through SSH using public key authentication and my college computer has internet access 24x7. I would like to be helped with 2 things:
How do I use the internet through my college computer? Like when I use the internet, the requests go through my college computer so it must appear that the requests come from my college computer IP while I use firefox from my home computer How do I configure yum to download packages through my college computer? I want to setup yum to use the IP of my college computer to download the packages.

View 6 Replies View Related

Ubuntu Networking :: Setup Server As A Wireless Access Point?

Apr 2, 2011

I'm trying to setup my ubuntu server as an access point but am running into some issues.

The server has an Atheros wireless card (AR5008 chipset) and I have used the following link to set it up in master mode using madwifi drivers: [URL]

I then used this link to set it upas an access point using hostapd. [URL]

But inspite of following the above steps, other wireless clients in my LAN are unable to see the ssid "Linuxmaster"

Although iwconfig shows that the card is in master mode.

iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:"Linuxmaster"

[Code].....

View 1 Replies View Related

Networking :: Setup Machine As DNS Cache Server?

Jun 10, 2009

I have set up a gateway machine in debian lenny

internet is shared to the localnetwork by using squid as proxy server Can I improve the performance if I set up this machine as DNS cache server?

What is the result if I set this machine as Primary DNS?

View 3 Replies View Related

Networking :: How To Incorporate DNS Server Into Existing Setup

Apr 8, 2010

I am working on setting up some networking connections here. [URL]. Depending on your router make and model. You can disable the dhcp server on the router if you go to advanced setup and in the dhcp option You should find two radio buttons off and on click off and you will disable the dhcp server on the router refer to your router documentations. I do not wish to disable the DHCP on my router (2wire). I have fixed the router so it assigns static IP addresses - by following the Management and Console Diagnostic" portion on this page: [URL]. There are 7 machines getting IP addresses from the 2wire router. Of the 7, I have configured 4 to have static IP addresses allocated to them by the router.

For example, the domain here is : 2wire.gateway.net
If I have a host named "zazu", and I ping zazu.2wire.gateway.net, I get the right IP address.
I am working with a product (ZIMBRA) that
-> requires for the host to "have MX records".
-> that you get a FQDN when typing "hostname"
-> that you get a FQDN when typing "hostname -f"
Basically, the way it is supposed to be set up is:
ZIMBRA (internal) <----> Kerio Mail Server (Windows) <---> email from the outside world

So, in a sense, the Kerio Mail Server is to forward mail received from the outside world to ZIMBRA and ZIMBRA is to send mail to the Kerio Mail Server to send it to the outside world. From what I see at these links: [URL] And [URL]. You have to set up some kind of DNS server? Why? Don't both the DHCP server and DNS server serve the same thing? How can I incorporate a DNS server into my setup when the 2wire (with DHCP) is working just fine?

View 3 Replies View Related

General :: Networking - Setup A Server In Iowa?

Oct 16, 2009

I have set up servers between two computers hooked up to the same router. But something has bothered me for years, i would think there is a simple(relatively speaking) way this works.

I can't seem to understand is how to setup a server in Iowa, and have someone in Colorado access it.

All IP addresses Ive seen are 192.168.x.x., which obviously can't hold too many, so accessing a server in Iowa isn't going to work by just knowing the IPaddress the computer will tell you.

Ive run into DNS, netmask, gateways, and I can understand at least somewhat how they work, but it hasn't helped me to make a connection from thousands of miles away.

From what I can understand, I would need to find out multiple addresses(IP?), between each step the transaction would have to travel. Is this close to how it works? and how do I find out the info/addresses I need to find a server miles away?

View 7 Replies View Related

Networking :: How To Setup A Network Place In XP (SP3) For A Server?

Jan 27, 2010

I would like to have ftp access the files on a Linux Server using XP. It's easy with a windows server but Microsoft doesn't work with the Linux server.

View 3 Replies View Related

Networking :: Setup DHCP Server In Redhat 6?

Jul 20, 2011

How to set up DHCP server in Redhat Linux 6

View 1 Replies View Related

Networking :: Setup Mail Server On Debian?

Nov 29, 2008

i am looking for a guide to setup a mail server on my domain (company.net) so i could have some accounts like

[URL]

and i was wondering how i can make it , and if there a webmail interface to control my emails.

P.S. this is server located at my home so i have full access

View 8 Replies View Related

Networking :: Setup 2 Gateway For Email Server

May 11, 2010

setup 2 gateway in my email server(opensuse).

now i wan to setup 2 internet lines for my email server, which mean that either one of the line is down, i still can receive mail from another line.

Example
Internet line 1 = ISP1
Internet line 2 = ISP2

my email server got 3 nic which...

eth0 = 192.168.1.2 (255.255.255.0) (from ISP1 GW 192.168.1.1)
eth1 = 192.168.2.2 (255.255.255.0) (from ISP2 GW 192.168..2.1)
eth2 = 168.168.1.2 (255.255.0.0) (connect to local LAN)

now existing GW set on the server is 192.168.1.1, mail receive and send through ISP1. now we wish to set somethings that once the ISP1 line is down, the server will auto switch to ISP2 gateway and continue send and receive mail without manually change of settings

View 9 Replies View Related

CentOS 5 Networking :: How To Setup A PPPoE Server

Jan 5, 2011

I would like to set up a PPPoE server based on CentOS 5.5 i386, in order to give public IP addresses to my customers. Does have anyone a tutorial or can you give me some clues ?

View 1 Replies View Related

Server :: Unable To Setup A NIS Server Setup On CentOS System

Jan 19, 2010

We are trying to set up a NIS server on a CentOS system. We need to have a NIS server which can provide NIS authentication to a couple of clients. We are practically new to all this stuff.

Just googled to find some ideas about installing ypserv and ypbind and portmapper. We did all that and also started them successfully. But now the clients are not able to join to the NIS domain . The error log states "YP_DOMAIN NOT BOUND".

I guess we have not entered the /etc/yp.conf, /etc/hosts files properly. Please let us know the detailed steps to setup a NIS server .

Also, please let us know what entries should go into the different /etc/<file_names>? What is meant by HOSTNAME in the /etc/hosts file?

Is there any other files which need to be changed? Are we missing any steps?

Also to add-on, while executing the ypinit command we faced the following error:

At this point, we have to construct a list of the hosts which will run NIS servers. localhost.localdomain is in the list of NIS server hosts. Please cont inue to add the names for the other hosts, one per line. When you are done with the list, type a <control D>. next host to add: localhost.localdomain next host to add:

The current list of NIS servers looks like this:

Is this correct? [y/n: y] y

Error running Makefile.

View 3 Replies View Related

Ubuntu Networking :: Setup A Mercurial Code Sharing Server On A Machine

Feb 2, 2011

I'm trying to setup a mercurial code sharing server on an Ubuntu machine but I can't figure out how to get it running. I'm setting up this server on a LAN so I don't want any security. Another thing I should mention is that I'm using Netbeans to code in Java. how use mercurial and tortoise (I've got them installed).

View 2 Replies View Related

Fedora Networking :: Setup A Remote Server On An Old Desktop?

Jan 6, 2010

I am trying to set up a remote server on an old desktop that i have and i am running into problems. I have the packet installed but i can not get it to run. When ever I enter /sbin/service sshd start

I get Generating SSH1 RSA host key:[FAILED] and i can not for the life of me figure it out. Running fedora 12

View 2 Replies View Related

Fedora Networking :: DHCP Server Intitial Setup - FC 13

Jun 5, 2010

I decided to forgo my router's DHCP capabilites and try to make a random computer at my home take on the job.

First of all here's my network topology:

I have a cable modem hooked up to eth0 on my linux box, and this is where my internet comes from and works fine.

I also have another ethernet, eth1, which is connected to a wireless router in bridge mode. My end goal is to have my linux box sit between my internal network and the outside world. Thus it will need to act as a DHCP server, a NAT and as a firewall. Right now I'm just focused on the DHCP part.

Here is a copy of my dhcpd.conf file:

My /etc/sysconfig/dhcpd file has:

However the issue is that it is still listening on eth0. and not issuing any leases on my internal network.

What I think is happening is that it's not recognizing the 10.0.1.x subnet because my router is issuing leases on the 169.254.193.x, even though I put it on bridge mode. But I could be totally off mark.

Also running tcpdump on eth1, I can see requests coming in for dhcp, but my server isn't responding to them.

View 3 Replies View Related

Networking :: Setup CVS Server In Fedora11 And CVS Client In Windows Xp?

Sep 12, 2009

I have one Windows-XP on Machin 1 and one Linux on Machine 2. I want make Linux machine as CVS server and Windows Xp as CVS client. How to setup CVS Server in Fedora-11 machine and CVS client in Windows Xp?

View 1 Replies View Related

Networking :: Setup Bridge Mode For Windows Server?

Mar 3, 2010

setup linux in bridg mode for my windows server ?

my both linux and windows has 2 network cards each.

basicaly it is vLan cards, each server has 2 network cards. one to main switch and one to local IP.

data will be going like below:

internet ----------------> eth0 --> linux --> eth1 ----------------> Windows.

i have vLans on both servers. And i need cross connection setup. And use linux in bridg mode / cross connection .

actualy i want to use Iptable rules to filter bad packets and forward good packets to windows. i have scripts how to forward packets to windows. but the problem is i dont know how to setup both servers in this topology. and how to make linux as bridge.

All it should be in transparent mode. Not in NAT mode.

View 14 Replies View Related

Networking :: VSFTP Server / Folder Permission Setup

Apr 10, 2009

My boss give me a task :We have a FTPServer using VsFTP , with each of user get one home dir to upload.But now , he have a folder Projects...This folder can be Read-Write permission for Bob and Peter...Read only with Jeni , ZaoChing, Richo , no anonimous access !

View 3 Replies View Related

CentOS 5 Networking :: Setup A Perfect Server 5.5 With IPv6 Only

Mar 1, 2011

I have a he.net ipv6 tunnel account and a manage to pass all the test to sage mode, but with debian 6.

I would like to have a step-by-step setup of centos 5.5 with iRedMail 0.7, but for only ipv6.

IP6TABLES
iRedMail with LDAP
DHCP for ipv6 (optional, just wanted to see the config)

Can't seem to add jpg files.

View 1 Replies View Related

Ubuntu Networking :: Setup A Share Drive On New Server With Samba (v 3.4) - Shares Are Not Working?

Mar 15, 2010

I have the follow environment

PDC SAMBA + OPEN LDAP (ubuntu 9.04)
Linux (File Servers) + Windows machines all working well

I'm trying to set up a share drive on my new server using ubuntu 9.10 with samba (v 3.4) and ldapclient and the shares are not working when I defined Valid Users for share folders, that keep me ask me about my user and password, on the logs I have:

[2010/03/15 10:24:10, 1] smbd/service.c:676(make_connection_snum)
create_connection_server_info failed: NT_STATUS_ACCESS_DENIED

This is my smb.conf

[global]
workgroup = FLOWCONNECT
server string = OSLO SAMBA FILE SERVER [code].....

I have the same set up on my File Server (Ubuntu 9.04) which use samba 3.3 is working fine.Someone know if has some different setting between samba 3.3 (ubuntu 9.04) and samba 3.4 (ubuntu 9.10) that could cause this problem ?

View 1 Replies View Related

Ubuntu Networking :: Setup TFTP Server To Work On Secondary Network Card?

Dec 14, 2010

a machine with 2+ network cards, need to setup TFTP server on one card and use internet on another.

the tftpd server works on default routing network adaptor with following configuration.

How set the TFTP server on the secondary network adaptor?

TFTP server tftpd by xinetd configuration in: /etc/xinetd.d/tftp
{
protocol = udp
port = 69
socket_type = dgram

[Code]....

Could not find how to change the post <prefix> I remembered clearly I did before.

View 1 Replies View Related

Ubuntu Networking :: Setup A Proxy Server Who Just Redirect The Internet Connection To My Second Computer?

Jan 9, 2011

I want to settup a proxy server who just redirect the internet connection to my second computer. I try Squid Proxy but its too complicated for me. Can you sugest me another more simple program to do what i want?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved