Ubuntu Networking :: Force Ubuntu To Connect With Wep

Nov 15, 2010

I have been trying for weeks to connect to my wpa router. I have given up after many attempts and I would like to know if it is possible to make Ubuntu connect with wep even though network-manager recognises it as wpa-psk (I can connect with either to my router)

View 7 Replies


ADVERTISEMENT

Ubuntu :: Force App Which Is Using A Direct Internet Connection Inherently To Connect?

Sep 14, 2010

How can we force an application which is using a direct Internet connection inherently to connect through a proxy server connection. Like redirecting the direct traffic generated to a proxy server.

View 5 Replies View Related

Ubuntu Networking :: How To Force 802.11b Or 802.11g

May 11, 2010

I want to know how to know wich mode my wireless device uses and how to force specific one.

View 2 Replies View Related

Ubuntu Networking :: Force Chromium To Use IPv6 When Possible

Apr 9, 2011

IPv6.google. site works, I use Teredo or something. Is there anyway to force Chromium to use always IPv6 on hosts that support it, such as xkcd?

View 1 Replies View Related

Ubuntu Networking :: 10.04 Server Force Duplex Setting?

May 11, 2011

Looking to force eth0 & eth1 to 100MB Full Duplex/Auto Negotiation off but am having trouble.

When I run: "ethtool -s eth1 speed 100 duplex full autoneg off" manually, it works fine. However when I add it to the intefaces file it does not after several different configuration attempts:

/etc/network/interfaces:

# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#auto eth1
#iface eth1 inet dhcp

[Code].....

it seems my current configuration wont allow both eth0 and eth1 to be active at the same time. I would like them to be active-active if possible (if one goes down the other will service all traffice and vise versa).

View 2 Replies View Related

Ubuntu Networking :: Force Boot Users Off Router?

Jun 27, 2011

How can I boot someone off of my router without having to use the admin settings/screens on the router ip?

View 2 Replies View Related

Ubuntu Networking :: 9.10 - Force Eth1 Eth0 On Specific Hardware?

Mar 4, 2010

I've got a machine running 9.10 with two network interfaces, one being motherboard based (atl1) and the other in a PCI slot (e100). By default at boot the interfaces come up in the wrong order. I'd prefer to have the e100 come up as eth0 instead of eth1. And then have the atl1 come up on eth1 instead of eth0. Both interfaces use static addresses and IP4 routing should be active across them. Where do I configure things to force the specific settings?

View 2 Replies View Related

Ubuntu Networking :: Wireless Not Working In-case Of Force Shutdown?

Sep 27, 2010

i'm using Ubuntu in my office. I have to report two issues with network connectivity.1. Wireless doesn't work if come back after suspend/hibernate the computer. The work around I follow is,a. Turnoff the wifi and restart the computer. (It won't shutdown. have to do force using the power button)b. Reinstall the network-manager_0.8-0ubuntu3_amd64.deb and network-manager-gnome_0.8-0ubuntu3_amd64.debc. Restart the computer (Again it won't shutdown. Need force.)d. Now wifi will detect the networks and shutdown works fine hereafter.2. Sometimes the wired gets disconnect frequently (thrice in 2minutes). Physical connectivity is good and working well in Windows.

View 6 Replies View Related

Ubuntu Networking :: Random Creation Of Networks / Force It To Use Correct One Without Making Another?

Aug 2, 2011

Every time my wifi auto connects it gives me a strange message:

At the same time it makes a new network entry, overlapping the one previous:

It's usually a battle with the wifi and my re enabling the correct setting over and over and over again. Is there a fix for either the mysterious lack of selection in the first message, or a way to force it to use the correct one without making another?

View 2 Replies View Related

Networking :: Way To Force VPN Connection

May 29, 2010

is there a way to force a VPN connection so that non-encrypted traffic is blocked. the aim is to set up a box that will use only VPN connections and block any traffic that is not connected.

View 4 Replies View Related

Networking :: Force An Isp To Change IP?

Jan 16, 2011

There has to be a way to force your isp to give you a new IP without physically unplugging the adsl/cable or physically powering off the router.

Under what circumstances does the isp assign a new ip? Any software tricks to do this? Stressing there is an adsl router between my linux workstation and the isp, and nat going on. Ie there is a local IP internally.

View 9 Replies View Related

Ubuntu Networking :: Squid3 - Define A Default Start Web Site That Will Be Opened Force Only One Time

May 20, 2010

I have squid3 proxy and I want to define a default start web site that will be opened force only one time. Is something like it possible?

View 4 Replies View Related

Fedora Networking :: Cisco VPN Connection - How To Force Browser

May 9, 2009

Just wanted to ask a small question... I've set up a VPN connection to my university and i installed and configured everything ok, cause I can connect without any problems...

Now that I'm connected I want my browser to run through the VPN tunnel created by the connection so i can access certain sites that are else inaccessible, but how do i force my browser (I'm using firefox atm) to do that?

When I'm on MAC of Windows OS, as soon as i connect with a VPN, all connection run through them. Fedora seems to ignore the VPN connection and just continues to use my home-network to connect to the internet.

So the basic question is: how do i use the VPN connection.

Iuse FC10, kernel 2.6.27.21-170.2.56.fc10.i686, fully updated system

View 4 Replies View Related

Fedora Networking :: Unable To Force Static IP Address?

May 1, 2010

I want to force my IP address to 192.169.0.99but my router always allocates me 192.168.0.2I have attached a screen showing my settings.I'm using the broadcom wireless card to connect to the router?Any thoughts, I have tried to change the setting with and without the network manager.

View 3 Replies View Related

Networking :: Force TCP Traffic Out Over Specific Interface / When IP Is Bound To Another Local NIC

Aug 12, 2010

I'm hoping some of the Linux network experts can help me with this problem.

Situation: I have a technology which is a WebLogic JEE application that communicates to an Oracle database. Everything is installed in a single Linux virtual machine running in VirtualBox. Traffic from the JEE application goes via JDBC over TCP to the local running database. What I want to do is test a new database firewall server that wants all traffic destined for the database to flow via another virtual machine running the DB Firewall software.So therefore want I need to do is have DB traffic forced out over one interface only to return on another interface on the same VM listening on a different address.

JEE application running in WebLogic bound to 192.168.111.12 (eth1 a VirtualBox hostonly interface). Makes a request for 10.0.111.12 (eth2 a VirtualBox internal interface) which the database is listening on. Because both IPs are on local interfaces, Linux is going to handle the traffic and not route the 10.x traffic via the 192.x interface.I also have running the database firewall server which has a bridge (br0) between the HostOnly network and the Internal network.Both systems are running Oracle Enterprise Linux R5U4, which is basically the same as RedHat.What I want to do is have the request for 10.0.111.12 forced out via 192.168.111.12, bridged over the br0 connection and back into 10.0.111.12 and to the database. My networking knowledge is pretty good, but i'm stuck right now on the right way to do this. I'm pretty sure it is possible, I just need clear advice.

Reason for setup: Ideally I would build the system with the database on a separate machine so that I can easily route the traffic. Unfortunately we have many VirtualBox based demonstration systems with both the application and database installed on the same VM and therefore the amount of work to migrate these two dual VMs is going to be significant, also many of these VMs are demonstrated from laptops which have limited resources and creating a new database VM reduces overall performance. If I can create a way to force the traffic in this manner off and back onto the same VM via the other VM bridge, it would be fantastic.

View 7 Replies View Related

Ubuntu Networking :: Wireless Can't Connect - (Toshiba Laptop 10.04 64 Bit) Hanging When Trying To Connect

Jun 12, 2010

My wireless (Toshiba laptop, 10.04 64 bit) is just hanging when trying to connect. It was working fine but now nothing. My Wireless antennae is on and my other laptop can connect with no problems. I have restarted the router and the laptop twice.

View 1 Replies View Related

Ubuntu Networking :: Unable To Connect To Wireless But Can Connect To Wired

Nov 2, 2010

I am unable to connect to wireless network in ubuntu 10.10.i have noticed that the iwlagn driver isnt been used by anything.

View 9 Replies View Related

Ubuntu Networking :: Cannot Connect To Wired And Wireless In 10.10 It Tries To Connect But Fails?

Jan 10, 2011

in linux world and have recently downloaded and installed ubuntu desktop 10.10i cannot connect to both wired and wireless ethernet on my laptopit tries to connect but fails in 30 seconds , it says"disconnected" while i am able to connect to the same in windows i have broadcom 4315 and i have tried both fwcutter and ndiswrapper but the problem persiststhe device id is 14e4:4315

View 9 Replies View Related

Ubuntu Networking :: Unable To Connect To The Internet But Can Connect To The Router

Apr 6, 2011

I am trying to setup a dhcp server for my internal network. I have two NICs, a modem, and a wireless router. I have my server connected directly to my modem which is providing me with Internet access on eth1 and is working fine. I have dhcp and dns setup on eth0 which is connected to my router. The router shows that it is connected to the Internet but when the router gives a client computer an IP address, the client is unable to connect to the Internet but can connect to the router. I will post my configuration files below with my current configuration.

[Code]....

View 5 Replies View Related

Ubuntu Networking :: Connect To The Internet Through Wifi, But Cannot Connect To Anything On Network?

Aug 8, 2011

I can connect to the internet through wifi, but I cannot connect to anything on my network. I have a printer and a NAS, so I would really like for this to work again. I have a dell laptop with a Broadcom card.

View 9 Replies View Related

Ubuntu Networking :: Internet - Cannot Connect - But Can Connect Through XP On VMware

Aug 15, 2010

I had put my computer on standby and when i restarted it, it powered off within a few seconds. I turned it back on and after that i've lost connectivity to internet on Ubuntu 10.04.

However I have VMware (XP) installed and internet/network works on that. I'm a newbie with Linux.

Here are some outputs:

I have tried to edit the connection using System>Preferences>Network Connections. I entered manual settings for IPV4, but whatever i enter there, it doesnt get reflected when i type ifconfig in the terminal window. I tried setting it to Automatic DHCP as well. Doesnt work.

View 1 Replies View Related

Ubuntu Networking :: Can Not Connect To Wifi Networks - Can See Them But Not Connect - 11.04

May 3, 2011

I can not connect to wifi networks, i can see them but not connect.

My wifi device is:

View 9 Replies View Related

Ubuntu Networking :: Can Connect Via Ethernet / But Wireless Won't Connect

Jul 28, 2011

I have recently installed ubuntu 11.04 on my asus eeepc1005hab. And I've had problems with the wifi. I can connect via ethernet, but the wireless won't connect. I can see the connection, but my wifi never connects. I've tried many things but it still won't work.

View 9 Replies View Related

Fedora Networking :: Using Putty To Connect To A Machine / Host Name And Port To Connect?

Jul 23, 2010

Right now I have a machine set up running Fedora. I have configured inittab to accept Console Logins, but I am having problems getting my netbook running PuTTY to connect. How would I go about finding the Host Name and Port to connect to?

View 6 Replies View Related

Ubuntu :: Force Quit Force Quit?

Sep 24, 2010

So I have force quit and the little window is stuck. reads "click on a window to force the application to quit. To cancel press <ESC>" How the heck do I get rid of it? I tried xkill, it does not work.

View 3 Replies View Related

Networking :: Cannot Connect To Internet By Using Modem Connect ?

Jun 14, 2010

I use Ubuntu i can not work internet connection Please help me search for a solution but did not find
Use the USB modem model x060s.

View 3 Replies View Related

Networking :: Kubuntu - Can't Connect To The Internet But Can Connect To The LAN

Nov 12, 2009

I've recently set up a local development webserver using Karmic Koala. I downloaded and installed the server version of Kubuntu and have the web server working.

The problem is that for some reason, I'm no longer able to connect to the internet. I can connect to my router, and other machines in my network can VNC into the server.

I'm using an wired connection to the router and have the server set up on an internal IP of 192.168.0.100. I used to be able to connect to the internet, I downloaded and installed a load of packages etc before it stopped working.

The last thing I remember doing before it stopped working was that I installed Samba so I could share files with the other machines on the network (two Macs running Leopard and a WinXP laptop).

I got the share working - I copied a load of files to the server via the share, rebooted, and for some reason now I can't connect to the net (and other machines can't see the Samba share either.) However I can still VNC into the server.

View 1 Replies View Related

Fedora Networking :: Samba Broken / Error 6291, The "force User" Option Is No Longer Working?

Jun 15, 2009

I ran "yum update" on 03-06-2009 and it updated my samba version from

3.2.8-0.26.fc10.x86_64
to
3.2.11-0.30.fc10.x86_64

My network shares then became read only!After some digging it turns out my system is not working because of Samba bug 6291, the "force user" option is no longer working.

Ideally I would run another "yum update" and that would fix the problem. Apparently the bug has been fixed in Samba 3.4.0pre2 - when can when we expect that to be released and included when I do a "yum update"?

Alternatively how do I get back to version 3.2.8-0.26.fc10.x86_64 ?

View 2 Replies View Related

Ubuntu Networking :: Cable Modem Networking - Can't Connect To Each Other On The Home Network

Feb 14, 2010

I just got connected to Charter Cable Internet service a few days ago and I'm having a weird problem with my home network. Prior to this my network worked fine. On my network I have a desktop running Ubuntu 9.10/64 and Virtualbox with WinXP installed, an HTPC with Ubuntu 9.10/32 installed and a laptop dual booted with Ubuntu 9.10/32 and WinXP. The desktop and HTPC are hard wired to a wireless router and the laptop is wireless. The cable modem is hard wired to the router. I have samba installed and UFW is disabled. The problem is: with the cable modem turned off or on standby, all machines connect to each other and can transfer files, etc just fine but when I activate the cable modem all of the machines can connect to the Internet but the machines running Ubuntu can't connect to each other on the home network. If I boot the laptop into Windows, it can connect to the Linux machines just fine but if I boot it into Linux, it won't connect to the Linux machines but it can connect to the Internet and as far as the desktop, Ubuntu won't connect to the network but Windows running in the Virtualbox with bridged networking can connect to all of the machines.

View 2 Replies View Related

Ubuntu Networking :: Unable To Connect To A Small Number Of Random Websites: Otherwise Networking Is Fine

Dec 29, 2010

I was having no problems (that I knew of) browsing the web since installing Ubuntu 10.10 a week or so ago. I was previously trialling Win7 as my customers will likely be using that in the future. Then I wanted to go to internode.on.net. Got the following: Quote: Firefox can't establish a connection to the server at internode.on.net. or Quote: Oops! Google Chrome could not connect to internode.on.net

As it was just after Christmas I thought it must be down, for upgrades or maintenance etc. I later tried to go to Freebsd.org; same error. I've been having a small number of other websites give the same error. I thought nothing of this until I tried it on my wife's macpro. I could log onto all the websites I wanted to and none gave any indication of having been down. Both boxes are on the same adsl connection. I still can't access internode or freebsd on 10.10 yet have been able to access every website on OSX. Now, I was only looking at them for info but am worried I won't be able to access something important. (so far everything I 'need' is working)

ping just drops out. edit: weirdest thing! I just retried and now can not emulate the problem for internode. freebsd still won't show. that is less than five minutes between problems and resolution! I hadn't even posted! But I still would like to have an idea of what is going on. Here is the ping error for freebsd: Quote:

[Code]...

View 9 Replies View Related







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