0
votes
0answers
66 views

Problem in connecting Ubuntu 10.04 LTS Server to the Internet

I just have setup a ubuntu server 10.04 LTS. But currently I am having problem in connecting to the outside world. I am not able to do wget, apt-get or ping. Here are some relevant details: $ping ...
0
votes
0answers
64 views

How can I get internet access? Desktops (switch) <- LAN -> Server <- WLAN -> Router (Internet)

I have the following setup: Desktops (switch) <- LAN -> Server(Ubuntu) <- WLAN -> Router (Internet) I want to have internet available at the desktops. What do I need to install on the Server ...
2
votes
0answers
42 views

Add Server between current wireless router and new router

I have a Ubuntu 12.04 Server with a wireless router attached. I would like to connect it to my modem/wireless router via the wireless interface in a transparent manner. My goal is to use the server to ...
2
votes
2answers
4k views

“System is running in low graphics mode” [duplicate]

Possible Duplicate: How to fix “The system is running in low-graphics mode” error? During the ubuntu set up I have to skip the connect to the internet part because there's an "internal ...
1
vote
1answer
374 views

Ubuntu Server 12.04 connected to internet via adsl router with cable eth0. How can i share this connection

I have an Ubuntu Server 12.04 connected to internet via adsl router with cable eth0. The Ubuntu Server has the static ip 192.168.10.33 The adsl router (as DNS) has the ip 192.168.10.254 which i set ...
2
votes
1answer
634 views

Issue with setting up multiple IP addresses on ubuntu server installation

I want to setup two ip addresses on my system for access through lan. This is my config on my other system. Desktop Installation My desktop installation runs with multiple IP's added through ...
2
votes
1answer
2k views

Connecting to internet after clean install of ubuntu server 12.04

I've installed ubuntu server on my computer. I would like to connect to the internet to download more software. I've done: ifconfig eth0 up so when I print ifconfig I can see the eth0 listed, but ...
0
votes
0answers
37 views

how to know which system accessing Internet?

I have 100 Systems in the local network with Net connection to all of them. My issue i want to know which system accessing the Internet because they supposed to LAB work not use Internet . ...
0
votes
2answers
917 views

NATTING in Ubuntu Server

My Server has two NIC, One is connected to the Internet Service provider with dhcp ip (dynamically change) given by ISP and other NIC is connected with local Switch with 192.168.1.1 IP. Now I want to ...
0
votes
0answers
230 views

Using Zentyal as a gateway/proxy server

Is Zentyal the best software to use for a gateway/proxy server to monitor internet usage on a network and restrict access to certain sites? Does anyone know of anything better. I am looking for a ...
2
votes
1answer
108 views

How do I make a proxy server? [duplicate]

Possible Duplicate: Where are the system-wide proxy server settings? How do I make a proxy server that allows other computers to access my internet connection through the proxy, but will ...
0
votes
1answer
393 views

Internet Proxy / Usage Monitoring Server

I have a Dell PowerEdge Server and I want to make it into a whole site (location) proxy server so if anyone in the building uses our internet connection, they will have to go through this proxy to get ...
0
votes
0answers
56 views

12.04 Server networking isnt working.(Changed the server to static)

When i gave the server a static IP it went all to hell now you cant connect to the internet but i can connect to it through the internal IP. Have guys have any ideas on what it is?
0
votes
1answer
7k views

Why am I getting a “network is unreachable” error on Ubuntu Server?

I'm a completely new to Ubuntu server and am having a hard time connecting the server to the internet. I first ran ping -n 8.8.8.8 connect:Network is unreachable Then I ran ifconfig Link ...
0
votes
1answer
628 views

No GUI, No internet connection, please help 12.04

I am new to Ubuntu and I tried to install ubuntu server 12.04 on my laptop. now my problem is - I am unable to connect to the internet (I have wifi ONLY connection). ubuntu didn't recognize my ...
-1
votes
1answer
1k views

I can't connect to the internet

i'm newbie on ubuntu.I have a problem that i can't connect to the internet.But the wireless network are working good. The main problem is i have internet connection but when i open up firefox its ...
26
votes
6answers
16k views

How can I find my public IP using the terminal?

I am on DHCP, having dynamic IP. Finding your public IP when using a GUI and a browser is extremely easy. Simply go to Google.com and search for "What is my IP". Google will display it in the very ...
0
votes
1answer
84 views

Accessing server on Internet

how do I access my server on the internet? I would want it to have a domain of piezosystems.com, accessed on internet but not public. My router has a IP adress of 10.0.0.1, comcast, and my server ...
0
votes
1answer
395 views

Ubuntu 10.04 server installation issues [closed]

I am trying to install ubuntu 10.04 server on a desktop and have a few issues. My network card is not supported by ubuntu 10.04 so I have to download the driver. That is not an issue to install it ...
0
votes
1answer
336 views

Internet via openVPN

I managed it to install openVPN on a virtual host and the connection works great, but I am not able to use the internet through the openvpn server (it s only possible to ping the servers ip). How can ...
1
vote
0answers
218 views

ISP Radius Server [closed]

We are at the first steps in the process of setting up as an ISP and looking through the hardware and software that will be needed. Currently our wholesale supplier is quoting for a commercial radius ...
2
votes
1answer
451 views

Restricting access to sites

I'm having some problems configuring my local proxy server so that it would restrict access to certain websites. The proxy server I'm using is Squid; I edited its configuration file found in ...
1
vote
1answer
689 views

Configure internet connection across ubuntu server

I've been looking for an answer for my problem but I've found some things that I couldn't understand. I have a network with some machines running Windows and Ubuntu Desktop. I also have one server ...
1
vote
3answers
959 views

Connecting to Internet Through Another Computers Connection

I have an old laptop running Ubuntu 10.10 (server edition) that I want to connect to the Internet, but it's Wireless card isn't working properly, so on the recommendation by a friend, I tried to ...
2
votes
1answer
1k views

How to limit download/upload speed for specific users?

I want to setup an ubuntu server in which some users are limited to a specific download/upload speed.Is it possible? I know about Wondershaper, Trickle or similar tools but I don't want to limit ...
3
votes
2answers
6k views

How to setup multiple WANs with load balancing?

What is the best way to setup multiple WAN's into a Ubuntu distro and load balance? I have two internet connections, one static and one dynamic and I need to combine and load balance them. I have been ...