Ubuntu Networking :: Still Can't Share An Internet Connection With Windows XP Client?

Feb 1, 2010

I have been trying off and on for weeks to share my Internet connection with a Windows XP client (netbook). While I can ping back and forth between the two machines, in the form of a ping test, I can't get to the Internet from the client, no matter what I try.

My Ubuntu 9.10 desktop (host) has two NICs, eth0 and eth1. eth0 connects to the Internet. eth1 goes to the Windows XP client. Regardless of whether I use an Ethernet crossover cable or a standard cable, I can get the two machines to talk to each other, but no further.

Things I already tried:

-Tried setting eth1 to "shared" mode in NetworkManager on the host. I set the Win XP machine to automatically acquire an address & DNS. Didn't work.

-Manually configured the IP settings on both machines, like this:
client:
address 10.0.0.2
subnetmask 255.255.255.0
gateway 10.0.0.1

[Code]....

Despite all of the above, I still cannot share the host's Internet connection with the client. I don't understand where the client's traffic is going, and why I can't share the connection. As far as I know, I am not doing any sort of firewalling or blocking on the host, so there is no obvious reason that the client's traffic simply disappears. I just know that whenever I open a Web browser on the client, all I ever get is error messages.

I have had no issues setting up a shared connection when the host runs Windows XP, so I am pretty sure there is no broken hardware causing the problem. Why can't I share the connection under Ubuntu?

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: Attempting To Share Internet Connection With Windows XP Client

Jan 25, 2010

Over the last several days, I've been trying like hell to share my (wired) Internet connection with a netbook, running Windows XP, attached via crossover cable to my desktop's extra NIC (eth0). The eth0 link is established, but I can't get to the Internet from the Windows XP machine.I can ping one machine from the other, but any bits sent from the Win XP netbook mysteriously disappear when trying to reach any website.

There is no firewall running on the Ubuntu machine as far as I know. Windows Firewall is likewise disabled on the Windows XP machine. The Ubuntu machine connects to the Internet through another wired NIC, eth1.In Windows XP parlance, what I am trying to do would be called "bridging," where eth0 and eth1 would be the two parts of the bridge. In fact I already made it work, with both the netbook and my desktop running Windows XP. It took about 5 minutes.I can't believe what a huge pain this has been in Ubuntu. I'm pretty much ready to give up. There seems to be no way to get an Ubuntu system and a Windows XP system to share an Internet connection.

View 5 Replies View Related

Ubuntu Networking :: Cannot Connect To Windows Internet Connection Share (ICS)

Mar 16, 2010

My friend is trying to share his clearwire connection with me using Windows ICS. Using network-manager or wicd, I am unable to connect to his share. I am able to connect unencrypted with iwconfig, to the ad-hoc network, and then use dhclient to gain ip address.

I am not able to connect to WPA encrypted share using network-manager or wicd. nm-applet crashes when trying to connect. I am attempting to setup wpa_supplicant, but haven't got it working yet.As usual, the wireless networking out of the box experience in Ubuntu doesn't work. This is extremely frustrating. If Ubunut's goals are to be the default desktop, then these guys need to get wifi that "Just Works"...

View 3 Replies View Related

Ubuntu Servers :: Share Internet Connection To Client Using NAT

Jul 19, 2011

I am back to the same issue internet connection sharing using NAT .I use the following command it work for me for an hours.

Code:
sudo iptables -A FORWARD -o eth0 -i eth1 -s 192.168.0.0/24 -m conntrack --ctstate NEW -j ACCEPT sudo iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT sudo iptables -A POSTROUTING -t nat -j MASQUERADE

Code:
sudo iptables-save | sudo tee /etc/iptables.sav
Edit /etc/rc.local and add the following lines before the "exit 0" line:

Code:
iptables-restore < /etc/iptables.sav

Code:
sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"

After restarting my server NAT is not working .client system can ping to my server through the server's eth1 ip but Internet is not accessible to the client pcs.

View 2 Replies View Related

Ubuntu Networking :: Use Internet Connection From LAN To Share Internet Connection Through Wireless?

Jan 9, 2011

I am running Ubuntu 10.10, and I would like to use my computer to share the internet connection from an ethernet port. For example, I would like to set up my computer as a wireless access point so I can create a network that other computers can connect to for internet.

View 3 Replies View Related

Fedora Networking :: 11 - Share My Internet Connection With Wireless Connection

Jun 21, 2009

I have installed Fedora 11 recently. I want to share my Internet connection.

I have e LAN connection eth0 which is connected to internet.

I have a Wireless connection wlan0.

I want to share my internet connection with wireless connection.

View 3 Replies View Related

Networking :: Use The Laptop With The Wireless Connection To Share The Internet Connection?

Feb 4, 2010

I have two linux laptops. Currently, I'm using both of them at work, side-by-side. Now the problem is, I'm connected to a wireless router, but the wireless only works on one of the laptops. So I'm stuck with one laptop that has no access to the internet. Both machines do, however, have working ethernet nic cards. So, I was wondering if I could use the laptop with the wireless connection to share the internet connection with my other linux machine and access the internet on both of them. Or as an alternative, just use the internet on the machine without wireless and be able to switch back and forth, that would increase my productivity like 30 fold.

View 5 Replies View Related

Ubuntu Networking :: Could Use LAN And Share Internet Connection Between PCs?

Jul 10, 2010

I'm trying to connect two PCs to the Internet (or at least to create a local network) using a crossover cable. My main PC (the one that has two ethernet adapters and is connected to the Internet) runs Windows 7 and my secondary PC runs Ubuntu 10.04.Unfortunately, it doesn't work. Both systems send out packages but don't receive anything. How can I possibly fix this, so that I could use LAN and share the Internet connection between PCs? Does Windows need special software to recognize Ubuntu (or the other way around)?

View 1 Replies View Related

Networking :: Sharing Internet Connection With More Than One Client

Jan 30, 2009

I have an ubuntu 7.10 ICS server that works fine and I have routed my traffic using firestarter to my windows PC. my server's IP is 192.168.0.1 and my windows client is 192.168.0.2. now, I have bought another PC and I want to assign 192.168.0.3 to it and connect it to ubuntu server. in windows, all I needed to do was to connect the first client to first network card, second one to second network card, bridge two connections in my server, assign 192.168.0.1 to the network bridge in my server and 192.168.0.2 and 192.168.0.3 to my clients, then share my internet connection. I also could access shared files in any computer from all of them. can I have the same functionality with a linux server?

I'll make a list to make it easy if you don't wanna read the whole post:

things I want:

1. assign one ip address to multiple interfaces in linux, making them bonded.

2. sharing the internet connection with both clients.

3. ability to use all shared files over a network.

View 4 Replies View Related

Ubuntu Networking :: How To Share Internet Connection Wirelessly

Mar 12, 2010

I have network manager applet 0.7. How to create a wireless network? I have an internet connection and I want to share it with other computers wirelessly.

View 2 Replies View Related

Ubuntu Networking :: Share An Internet Connection Between 2 Computers

May 30, 2010

i have two machines both on ubuntu 10.4 connected to a network via port switcher, 2 rj45 network cables auto eth0 is setup to share with other computers, i can ssh in and out of both, so the network is all running but i want to know how to share my single dongle internet connection between the 2 computers

View 4 Replies View Related

Ubuntu Networking :: How To Masquerade (Share Internet Connection) In 10.04

Aug 12, 2010

I have two wireless cards on my pc. One connected to the Internet and one free. I would like to connect the free one to a adhoc network with my netbook to share my connection because my netbook cannot reach the other side of my home.

View 1 Replies View Related

Ubuntu Networking :: Share Internet Connection To A Win 7 Machine?

Aug 18, 2010

I want to share my internet connection with my netbook which has a Win 7 starter OS. This is what I did: in Network Connections I set the IPv4 Setting of my network card to shared with other computers, plugged in the network cable into both machines, and now they both see a connection. Win 7 only sees the connection as Unidentified network with "No internet access". What should I do?

View 3 Replies View Related

Ubuntu Networking :: Share A 'nonstandard' Internet Connection?

Oct 29, 2010

I have an internet connection called 'tether0' in ifconfig.I also have a connection eth0 which is connected to a wireless router. I'd like to share the 'tether0' connection with the wireless router, so that wireless clients will access the internet through tether0.The guides I've seen don't seem to apply to my situation.how I should proceed? I'm not very experienced with networking,but understand most of the basic and intermediate terminology.

View 1 Replies View Related

Ubuntu Networking :: Error Trying To Share Internet Connection

Feb 19, 2011

In the documentation at [URL] it says

Quote:

Note: To clarify the above example here is an example configuration that will work - * 1. You are already connected to the internet using your wireless on port wlan0 * 2. The ethernet port eth0 is connected to the PC that needs to share your internet connection (or you could wire eth0 to a router for multiple machines)

I am trying to do precisely this, with my laptop aready connected to the internet via my HTC Hero on port usb0, and the router needing to share the connection plugged into the laptop's port eth0. Port eth0 is set to "Shared" as the doc describes.

The router in question is an old WiFlyer pocket AP, which has a fixed and unchangeable IP address on its wired port of 192.168.7.77. What happens is that when I plug it into the laptop's eth0, NetworkManager pops up the "eth0 Connected" message...and then "Disconnected"...and then "Connected"...and then "Disconnected"...etc.

I want to be able to share my cellphone's Internet connection through the laptop and out into the WiFlyer so that others can get a wireless connection in a location that has no other form of connectivity.

[Rooting the Hero and making it an AP won't work: it can't run Froyo and it can't broadcast wireless.]

View 6 Replies View Related

Ubuntu Networking :: Need To Share Internet Connection Wirelessly

Mar 30, 2011

I am running Ubuntu 10.10 on several desktops but they are not close to my router. I would like to use a wireless connection to go from my router to my Ubuntu laptop, then a wired connection from my laptop to a desktop. My laptop is WiFi enabled and has an ethernet connection.

View 1 Replies View Related

Ubuntu Networking :: Looking To Share Internet Connection Through Ethernet

Aug 5, 2011

After some fiddling around, I have come to the conclusion my current wifi access point hates my other computer's Broadcom chip or the drivers thereof. So, my current idea is as follows. I would like to use my netbook to connect to the wireless network, and then connect my other computer to it through ethernet. My netbook is dual boot XP and Ubuntu (think Ubuntu is a version behind) and I would be fine to set up this sharing in either and just leave it on as a repeater station. My other computer is dual boot XP and Fedora and I would prefer this work to allow me to have network in both. I have a straight-through cable and have verified that my network card supports the automatic crossing over behavior.

View 1 Replies View Related

Ubuntu Networking :: Share Internet Connection Via WiFi With WPA Encryption?

Mar 20, 2010

I want to share my internet connexion via ad-hoc WiFi. If it's unsecured, it works fine, but when I use WPA encryption, it doesn't work anymore! I can connect from my iPod touch, but no internet. I connect to the internet from my laptop, via eth0 I want to share my internet connection via wlan0 I have no idea what's wrong

View 1 Replies View Related

Ubuntu Networking :: Share Wired Ethernet Internet Connection?

Jul 24, 2011

I have two laptops (Dell & Lenovo), both have wifi.

I am having one wired Ethernet connection.

I want to share this Internet connection among two system , to access Internet from both the system.

I had tried by creating a wireless network, but was not able to do so.

View 3 Replies View Related

Fedora Networking :: Share Internet Connection With Other Computers On LAN ?

May 28, 2010

Trying to share my internet connection with other computers on my LAN. I've tried doing this with Debian, Ubuntu & Fedora so far...

My Intended Setup is as follows;

The Problem: So far I've not been able to get an internet connection from any computer connected to the HUB. I currenty have Fedora 13 on PC1 but have also tried with both Ubuntu 10.04 & Debian Lenny. I am open to using any Linux based distro on PC1 as long it has a Gnome Desktop. eth0 on PC1 can be Static or Dhcp, but I would prefer to set Static IPs on eth1 & all of the Client PCs

To the best of my knowledge I have enabled ipv4 forwarding in sysctl.conf (& some other changes);

Code:

All changes I made to the Firewall (all other Firewall settings are still at default, no custom rules added yet);

Router is set up to assign dhcp from 192.168.xxx.100 & 192.168.xxx.200

At the moment I have only 1 PC attached to the HUB. It's Ubuntu 10.04 (PC2)
It's details are;
ip 192.168.xxx.103
netmask255.255.255.0
gateway 192.168.xxx.101

Thus Far I can't ping 192.168.XXX.103 from PC1 & I can't ping 192.168.XXX.101 from PC2. (unreachable) I have an internet connection on PC1 (of course)

View 1 Replies View Related

Networking :: Internet Connection Share Via Serial Port

Oct 20, 2009

Hello. I want to use my Debian box as an internet connection for a Win95 laptop. The laptop is old enough that the only port I have available to connect to the internet from is the serial port. I have heard that a serial port redirector will allow it to access the internet through my debian box, but I have no clue how to set one up. Any advice. Thanks

View 3 Replies View Related

Networking :: Share An Internet Connection From A Computer With Two NICs ?

Feb 24, 2010

Im posting after reading through a lot of articles explaining the same thing on how to share an internet connection from a computer with two NICs.

I have the following simple setup

When I first followed this guide

I was able to ping between the GW and a client on the LAN but couldn't access the internet from it. So I started to configure different things to get it to work which failed.

Now I can't ping between GW and the LAN. I tried to follow the same guide over again and even flushing the tables but still...

These are my current settings (without any chains).

(this client also has a wireless connection displayed in 'ifconfig')

View 1 Replies View Related

Networking :: Configure Nfs Mount Disk To Samba Share For Windows Client ?

Nov 8, 2010

I am not able to configure nfs mounted disk for shareing samba. i have a server X. which configure samba for windows XP client this is done. now i have export X server samba share disk to mount Y server using nfs. this is mount and ok. but i don't share this disk using Y server samba configure.

View 2 Replies View Related

Ubuntu Networking :: Connection Is Working But Unable To Share Internet And Files

May 4, 2010

I wouldn't be posting this if I hadn't tried very hard for the past week to do this on my own, but alas, I failed. I have this two configurations:

Desktop:
- Ubuntu 9.10
- Connected to the internet though a wireless card
- Connected to "Laptop" via wired network with a crossover cable

Laptop:
- Dell latitude
- Ubuntu 9.10
- Connected to "Dektop" via wired network with a crossover cable

The wired connection is working, both computers are able to ping each other, but I haven't managed to share internet, nor files. I have tried many different ways, from setting the wired network to "Shared to other computers" to this guide in the Ubuntu Wiki. The best I could get was for the connection to work by setting the IPs manually, whatever else I try results in either nothing or in a not-working connection.

View 2 Replies View Related

Networking :: Sharing Internet Connection To Thin Client From RHEL Server 5

Sep 22, 2010

plz can any one help me in configuring linux server 5.0 to share the internet connection to thinclient and the steps reqiure at client side and server

View 2 Replies View Related

Ubuntu Networking :: Share Wired Internet Connection To WiFi Enabled Android

Sep 30, 2010

I've been reading around, but not had much success at all in trying to share the internet connection from my laptop to my phone.all the articles i read refer to earlier versions of Ubuntu and the packages they mention have become obsolete, according to the apt-get tool.im not that new to Linux, but my networking probably isn't up to scratch.if anyone could help me, that would be great, im using Ubuntu 10.04 at the time of writing.

View 2 Replies View Related

Ubuntu Networking :: Path To A Windows Share Connection?

Feb 2, 2010

From the command shell, how do I get to a network connected drive?I do a "Connect to Server" -> "Windows share" and connect to one of my Windows XP systems. Everything is fine. But how do I get to that drive from the command line prompt so I can do terminal commands or open files programmatically (hmmm is that spelled right?) Thus far, I see no way to do it.

View 5 Replies View Related

Ubuntu Networking :: Set Up A Permanent DHCP Lease For My MAC Address - Share Internet ADSL Connection

May 26, 2010

I've set up a permanent DHCP lease for my MAC address. I did this hoping to resolve the fact that I share my Internet ADSL connection with my wife and my daughter (the latter a great bandwidth hog)!

View 5 Replies View Related

Networking :: Internet Connecion Sharing Between Windows Host And Client?

Apr 16, 2009

I have a laptop on which i connect to internet using dialup modem.my laptop is also connected to a linux box via lan.now i want to connect to internet from the linux box, using internet connnection sharing from widows xp installed on laptop

View 8 Replies View Related

Networking :: Share Windows Partitions On Ubuntu Server From Ubuntu Client?

Jul 11, 2010

Want to share windows partitions (FAT) mounted on an Ubuntu server from an Ubuntu client, over a wireless connection in a small home network. Succeeded mounting linux ahares from client but not the windows shares (I get what sounds like permissions errors). All shares are served by Samba, all have user accounts and passwords. smbclient and smbmount have been used on the client to attempt to mount the shares. Both machines are dual boot, and I'm able to share and print over the network with XP running on both machines.

OS: both machines: Lucid Lynx
Client: Dell Inspiron 1520 laptop
Server: a Medion (german company) cheapo desktop.

View 1 Replies View Related







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