Ubuntu Networking :: Couldn't Access Internet Via LAN With Could Access With Windows 7?

Jul 6, 2011

I connected my laptop running with Ubuntu 11 in the LAN but I couldn't access internet.But I could ping to the other computers connected in the LAN. I tried the same thing with windows 7 in the same laptop and I could access internet.

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: The Phone Can Access The Internet Through The Computer Unable To Get Access To Https Sites, Like Webmails

Dec 31, 2010

I managed to configure my W890i phone to get access to internet through an ubuntu-based computer. It's very easy to use the phone to give internet access to the computer, but the opposite is quite more tricky. For that I've done the following

----On the phone---

-Set the USB network option to "through computer", so that the phone uses the computer's internet connection and not the opposite.

-Decide and set "Shared Network" parameters: user, pasword and workgroup.

-In "conectivity-> internet connection" set "allow local network" to "yes"

----On Ubuntu 10.04---

-Install samba, samba-client, smbfs, smbclient, firestarter and dhcp3-server

-Configure Samba (System-> Administration-> Shared folders): same workgroup as in the phone, add new user (the phone), passwd this new user. In my case the user was called "w890i" and the password given was the same.

-Once the phone is connected to the computer through USB (then select "phone mode"), a new connection appears in NetworkManager: usb0.The aim is to create a shared network that gives internet access to this device. Edit the IPv4 parameters of this new connection, set them to Manual and give an IP adress (192.168.0.1) and a subnet mask (255.255.255.0); the rest of the fields are left empty.Connect this network.

-Set firestarter to use dhcp3: sudo ln -sf /etc/init.d/dhcp3-server /etc/init.d/dhcpd

-Launch firestarter and follow the wizard. Set "allow internet shared connection", choose the device for the primary internet access, and then the device for the shared network (usb0). Then change the settings for firestarter: activate DHCP for local network, set IP to the one we gave before (192.168.0.1).

-Open dhcp3-server config file sudo gedit /etc/default/dhcp3-server And set INTERFACES="usb0"

-Set the policies of firestarter: in incoming connections, allow connections from the IP adress given to the phone (192.168.0.1). Then add rules for the ports that need to be open for this connection. I opened HTTP, HTTPS, SMB, SMTP, POP3, IMAP, IMAPS, DHCP for all the connections in the local network.

-Apply policies and start the firewall.

------------

After all this, the phone can access the internet through the computer. Two problems appeared:

1. I couldn't get access to https sites, like webmails. The phone gave a "communication error". But then I tried with Opera instead of the browser built in the phone's firmware, and I could finally get to https sites.

2. I couldn't retrieve mail, neither POP nor IMAP nor IMAPS. I thought it was a firmware problem again, and I tried out several mobile phone email clients written in java, but none of them worked.

So this is at the moment the problem. If I connect from the phone to the internet directly through 3G, the email clients work for all my accounts. I don't think it's a firewall problem, because the ports are opened for this connection

View 3 Replies View Related

Networking :: Access Windows Drives Over The Internet?

Jan 26, 2011

using Samba? I don't know anything about it,since I've never had the opportunity to use it, so - is it possible?

View 3 Replies View Related

Networking :: Can't Access Internet From Windows PC Over System Network / Sort It?

Jan 4, 2009

I have installed Fedora 8 on an old PC to use as a home network and I am having trouble getting a Windows PC running XP to get through to the internet, but I am able to access the internet from the Linux box with no issues. I can ping the gateway on eth0 from the Linux box, but I can't ping it from the windows PC. I am able to ping the IP address for eth0 from the Windows PC. My internet gateway is a modem/router from Hughes net. I also have a Netgear router between the Linux box and the Windows PC, but there doesn't appear to be any issues because I can ping both NICs from the Windows PC. I have pasted my Linux NIC config below. code...

View 7 Replies View Related

General :: PPPOE Server Access Internet Clients Fail To Access Internet

Aug 26, 2010

I have a linux box (fedora) with two ethernet cards eth1 and eth2. On eth1 I successfully configured a PPPOE internet connection. Such that from the server I can browse the internet. On eth2 I wired it to a wireless router essentially to provide the wireless cloud. On eth2 I also configured dhcp, such that the Linux box is both PPPOE and DHCP server.However my clients on the LAN cannot access the Internet.

On passing the routing command I get
Destination Gateway Iface
196.44.x.y 0.0.0.0 ppp0
192.168.1.0 0.0.0.0 eth2 (my subnet)
0.0.0.0 0.0.0.0 ppp0.

The router (functioning as a wireless access point mainly) has a fixed IP address of 192.168.1.2 and eth2 has IP address 192.168.1.1. The dhcp file running on Linux has been set with option router (Gateway) 192.168.1.1. I cannot figure out how to correctly set the routing table such that my clients on wireless can access the internet cloud. I googled and googled but no solid solution. Any suggestions?

View 3 Replies View Related

OpenSUSE Network :: 11.3 Amd64 - Having Internet Access But Cannot Access Repos - IPV6?

Aug 26, 2010

I installed 11.3amd64 as a VM under Vista/VMWare Player - all worked fine. I have now installed it as a physical system. It nstalled cleanly BUT during first boot it could not access the repos. With each repo it gave the message

- download (curl) error for (repo)
- error code connection failed
- error message could not resolve host (repo)

This was followed by a message box containing

- UI syntax error
- no widget with ID 'contents

Firefox could not access the internet (cannot find server) until I disabled IPV6 (I used about:config), now it works fine. I think the repos problem is because of IPV6 - I usually have trouble with IPV6. I tried disabling IPV6 with the following (How To Disable ipv6 on SuSE Linux | Linux Poison)

[code]......

View 8 Replies View Related

Software :: Squid 3.0 Access List / Remove Redirect Statement From Iptables All Internet Access Is Blocked?

Jun 11, 2010

I have an old FC2 box running Squid version 2.5. It has been running since 2003 so I am in the process of replacing it. I have a new machine with FC11, iptables, and Squid 3.0 installed.

On the old machine I use iptables to intercept Port 80 traffic and send it to Squid. By default I block all internet access and allow only sites that are in an Allowed_Sites.txt file. Within Squid I also have statements to allow certain users to bypass Squid based on their IP address.

I have set up the same thing on the new box. I have iptables intercepting the Port 80 traffic and sending it to Squid. That is working because if I remove the redirect statement from iptables all internet access is blocked.

The problem I am having is that Squid is not blocking any websites. It acts like the ACL is set to http_access allow all. I have worked on this for several hours and am stumped.

These are my Squid rules:
acl allowed_sites url_regex "/etc/squid/Allowed_Sites.txt"
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
acl SSL_ports port 443
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow Bypass_Users
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl our_networks src 192.168.1.0/24
http_access allow allowed_sites
http_access allow our_networks
http_access deny all
icp_access deny all
htcp_access deny all
http_port 192.168.1.254:3128 transparent
hierarchy_stoplist cgi-bin ?
access_log /var/log/squid/access.log squid
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|?) 0 0% 0
refresh_pattern . 0 20% 4320
visible_hostname FC11.proxybox
icp_port 3130
coredump_dir /var/spool/squid

View 2 Replies View Related

General :: Windows - How To Access Internet From QEMU

Jun 14, 2011

I am running qemu version 0.13 on windows XP. My Host OS is Windows XP and my guest OS is Debian 4(Etch). How do I connect to internet from Debian OS? My windows OS can connect to Internet. The following is the launching command which I am using now to launch qemu in windows XP.

qemuqemu.exe -L "qemu" -boot c -hda "debian4.img" -m 512 -localtime -ctrl-grab -usb -net nic,model=ne2k_pci,macaddr=52:54:00:12:34:56 -net user -redir udp:161::161 -redir tcp:4440::22

View 1 Replies View Related

General :: VirtualBox - Internet Access Via Guest OS (Windows)

May 20, 2011

I have an USB internet key (multimode GPRS/EDGE/UMTS/HSDPA) that only works on Windows. Though, I mainly use Linux for development activities and I don't want to move them to Windows. For this reason I decided to use a Windows guest on VirtualBox for internet access and the Linux host for the other stuffs, but I'd greatly prefer to use Linux for everything (internet too) and Windows only as internet gateway.

View 1 Replies View Related

CentOS 5 :: Can't Access Internet From Windows XP Clients / Enable This?

Jan 3, 2011

I am stepping into Linux world ...and I have chosen CentOS.
I have installed CentOS 5.5 on a dedicated IBM server successfully. My server has two network cards. I have configured eth0 for lease line internet connection with a live IP (113.xxx.xxx.xxx) and eth1 for local LAN with a static IP (192.168.0.1).

Now,
1. DHCP is working fine and I can access the server from my Windows XP clients.
2. I can access the server with SSH client PuTTY from home ( with the live IP ) and from the local LAN (with static IP 192.168.0.1)
3. I can access my shared server directory 'public' from my XP clients
4. Internet is working on sever and I have updated the server with yum update.

But, I cannot access internet from my XP clients machines.

I read "The Definitive Guide to CentOS" and tweaked the config files in different ways but it did not help. now after two sleepless nights I am here as my last hope.

I admit, I am not aware of every linux terms and commands, but I am getting into it. code...

View 8 Replies View Related

General :: Cannot Access The Internet On The Windows Side And Cannot Find The Driver?

Aug 13, 2010

I have a shared system. One half Linux and the other Windows. I recently did an upgrade to Windows 7 and now I cannot access the internet on the Windows side, and I cannot find the driver?? In Ubuntu I can only access via wireless not through the ethernet network adapter. The motherboard is abit nf8v. Sorry, more of a Windows question as to Linux.

View 2 Replies View Related

CentOS 5 :: Install X Windows From Terminal On System With No Internet Access?

May 29, 2009

I am working on a system with no internet access so I cant use yum. How do I install a feature like X-Windows or GNOME Desktop Environment(using groupinstall) directly from DVD?

View 3 Replies View Related

General :: Windows XP Vmware Guest Unable To Access Certain Internet Hosts

Jan 28, 2010

I have annoying problem. My setup is the following: debian Linux, 64 bits, VMWare workstation 7 host, with Windows XP running as guest. From Firefox, or Internet Explorer, I am unable to access few sites, for example nvidia.com, osdir. Basically get connection timed out, on the other hand ping works to those sites. Moreover, Slashdot loads very very slow and sometimes gets horrible text-only version.

everything works fine on Linux host

I suspect it has something to do with routing on Linux, I recall having similar problem long time ago, which was fixed by setting something in /proc.

I tried setting MTU and TCP window size on Windows lower, but did not help

View 2 Replies View Related

SUSE :: Access Windows Drives With Write Access

Mar 12, 2010

I am dual booting OpenSuse 11.2 and Windows 7 both 64bit on my PC. I've got VMware workstation installed on both. I've got few virtual machines which were all created in Windows VMware and they're all stored on a separate partition. I can access this partition and all other NTFS partition from Suse but with read-only permissions. That means I can't run any of these virtual machines from Suse VMware. Is there any possible way to make all these drives writeable from Suse? I'm really hoping someone would be able to help me. I've got a lot of googling and have even searched this forum but without any luck.

View 4 Replies View Related

Ubuntu Networking :: Access Internet From The VM?

Feb 5, 2011

Could you pleaseme out.I have installed Virtual BOX on windows 7.Ubuntu i have installed on virtual box.Now i want to access internet from the Ubutu VM.

View 5 Replies View Related

Ubuntu Networking :: 10.04 - How To Get Internet Access

May 16, 2011

I'm trying Ubuntu 10.04 but I can't figure out how to connect to the Internet. I've run lspci -k & sudo lshw -C. This is the result code...

View 3 Replies View Related

Ubuntu Networking :: Can't Access Internet

May 27, 2011

I am new to Linux, But, I installed it, all went well, but now, I can't access the Internet.So, I don't know what info you guys need, so just ask.Also, if it helps, I am using Ethernet (Well, I think it's Ethernet, it is a yellow cable with a rectangle end.

View 8 Replies View Related

Networking :: Cannot Access Internet From Within Ubuntu 9.10

Jan 25, 2010

I can not access the internet from within ubuntu. I have tried pidgin firefox and ping but I do not get a reply with any of them. I do however get full access using Virtual Box OSE running Windows server 2003 running inside the machine. This is not a one off as I often have trouble connecting to internet from inside ubuntu but usually disabling then enabling networking works.

My system:
OS: Ubuntu 9.10
Wireless card: Edimax wireless 802.11b/g Turbo Mode PCI adapter.

Here is the corresponding bit from lshw:
Code:
*-network
description: Wireless interface
product: RT2561/RT61 802.11g PCI
vendor: RaLink
physical id: 0
bus info: pci@0000:05:00.0
logical name: wmaster0
version: 00
serial: 00:1f:1f:24:43:ca
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=rt61pci ip=192.168.1.255 latency=32 multicast=yes wireless=IEEE 802.11bg
resources: irq:20 memory:ea100000-ea107fff

I'm really confused as to why a VM would be able to access the net and not the host.

View 12 Replies View Related

Networking :: Can Only Access Internet In DMZ

Nov 29, 2009

I've just set up a webserver and forwarded ports 80, and 22, and I cannot access the inernet on that machine but I can connect via ssh and visit a page on the server when on a different network.When I put the router in dmz mode I can connect to the internet properly.

View 11 Replies View Related

Networking :: Help Getting Internet Access

Jan 14, 2011

I have an old Debian distro (2.6) and it is completely stripped down, containing only the very bare minimum in software packages in order to function.I would now like to get internet access on this computer and I have installed a network card and connected it to an ethernet port however I am not sure where to go from there (i have little linux experience when it comes to installing/removing hardware and software).

Would I be right in saying that I need to install some kind of network/internet package in order to gain internet access? If so where would I get this from? and if so is this package likely to interfere with other packages I have installed? preferably I would like to leave everything else as it is. Frankly it only just works in its current state and i don't want a network package updating other packages and ruining all the dependencies and making my life hell :P

To clarify: I do not currently have internet access on the computer in question so I cannot use those fangled console command that download and install packages automatically. I also do not have a Debian CD, nor am I interested in downloading the 30discs worth of Debian distro as this internet connection is super slow

View 6 Replies View Related

Networking :: No Internet Access

May 9, 2009

I'm having a problem with my wireless router and I don't understand the source of it. I have a DLink 604 router since couple of years and it work without any problem. It is attach to a cable modem. Recently I tried to connect a wireless router (DL 624) in the same setup. But it refuse to connect (etho) to the Internet even if Knemo tell that my computer is connect. I tried everything: disconnect the modem, the router, reboot, update my firmware, disable the wireless, disable DHCP...name it. So I thought my router was the problem, so I just purchase a new one (DIR-628) and guess...the same problem. And as soon I reconnect the DL-604 everything is fine. So there is something with wireless router that I don't understand. And I don't have to say that the Wireless connection doesn't work either. Any clue of what can be wrong. Bye the way I use Mepis 8.

View 9 Replies View Related

Ubuntu Networking :: Can Ping But No Internet Access

Jan 5, 2010

I have a Compaq Presario R3000 with Ubuntu 9.10 32 bit that I just installed last night. I'm using a Zyxel G-102 Wireless card and Actiontec GT701WG wireless modem.

When I try to connect to the 'net, the network does show up and it connects strong (100%). It also shows multiple neighbors networks. It pings at 99% success (with over 900 sent as I write this) but when I open Firefox it can't connect, it just times out. I've used WEP security and have switched off security as well. I tried hooking up to the modem via USB and get the same result. It acts like a Firewall issue but there isn't one installed - at least that I can find and the Firewall in the modem is off. I ran FF in root with gksu firefox as suggested in another thread. I tried www.ubuntu.com and the header loaded but that was all. Then it timed out.

I'm new to Linux but have used Puppy Linux with this machine and card, etc. so I know it can/does work with Linux. I wanted a more refined distro and chose Ubuntu.

View 9 Replies View Related

Ubuntu Networking :: Cannot Access Internet Via DSL Modem In 9.10

Jan 21, 2010

the bsnl modem cannot access the ubuntu 9.10

View 2 Replies View Related

Ubuntu Networking :: Can't Access Internet Using Usb Modem

Feb 13, 2010

I have a usb modem : huawei e220.I am using ubuntu 9.10. I can't access the internet using it. I made a connection form the mobile broadband tab but every time it disconnects .Ubuntu identifies the modem but every time i try to make a connection it fails.

View 5 Replies View Related

Ubuntu Networking :: Some Programs Cannot Access Internet

May 29, 2010

I have used other distros on and off in the past with no trouble, but for some reason I seem to have had this problem with several versions and flavours of Ubuntu on various systems. I've never solved this problem the previous times I've had it, just given up. But this time I actually need to get this working. I've recently upgraded my computer, so my old system has been relegated to HTPC duties in my lounge. I installed Ubuntu 10.04 and I'm having issues getting internet access with some programs, while others work fine.

Firefox and Evolution haven't been able to access the internet from the start.Empathy IM has no trouble connecting to my MSN and Facebook accounts.I had no trouble downloading and installing Google Chromium browser through Ubuntu Software Center, and have no trouble accessing the internet with Chromium.On the first boot after the install, Ubuntu automatically told me to update my nVidia drivers online, and did so without error.Update Manager detects updates, but fails to download them.

I successfully and flawlessly downloaded installed XBMC Media Center and some related skins and things through Synaptic, but XBMC cannot access the internet. However it can access shared files over my LAN, including Windows 7 shares.Ubuntu itself cannot access any files on my Windows 7 computer. It can access the work group and see my Win7 shares, but refuses to mount them. Strangely, XBMC can access these shares and stream media from them fine.

View 3 Replies View Related

Ubuntu Networking :: Internet Access Does Not Work At All

Jun 21, 2010

I recently installed Ubuntu 10.04 and it appears to be working fine except for one problem: the internet access does not work at all. It is supposed to connect through a wired LAN and can talk to the router but when it comes to opening a webpage or pinging a server it doesn't work. Firefox says that it can't connect and the ping does nothing.

The computer can connect fine when booting Windows XP, but on Ubuntu it can't. Here are some details about the two OSes:
XP: Connects to network and internet
Ubuntu: Connects to network but can't mount the 'Windows Network' folder which is the only thing in the Network directory. Can't connect to internet.
I'm on a Dell Dimension 2400.

View 5 Replies View Related

Ubuntu Networking :: Donot Always Have Access To The Internet?

Jul 11, 2010

I just Don't get it I did a lot of research before I downloaded ubuntu to put on a netbook because I wanted so badly to get away from windows all the raves were about ubuntu being the best I really like it except I have been so frustrated because I am not able to set up a internet connection. I am trying to use my blackberry 8320 from tmobile for this with the unlimited internet and blackberry package the net book is an acer aspire AOA 110. This is what I have tried and I am getting so frustrated.

1. paired blackberry and laptop with bluetooth both recognize each other but laptop only recognizes the blackberry as an A/V remote control so it wont even let me set up DUN it gives me 3 serial port options to connect to Dialup Networking (which the connection fails on every time) blackberry desktop servive and blackberry bypass service which it will let me connect to and it tells me they are connected but when you go to the browser and try a website it wont open a web page.2. I have obtained all the information from tmobile and tried to use the network manager to set up a mobile broadband connection and I know I have put in the info right but the connection never shows up in the connection manager so I dont know what to do from here with this either.

3. I have downloaded berry for all and have all the necessary things installed then I can get it to recognize the phone but it wont connect either (I read that the program needs to be in root and I dont know how to get it there because I am so new to this linux thing I really want to learn this and this is why I am so frustrated but I need to have an internet connection.Oh and the wireless works flawless if I take the netbook any where there is WIFI it lets me on in two seconds so I at least know I can get on the internet that way but I do not always have acess to it so would really like to get this figured out.

View 8 Replies View Related

Ubuntu Networking :: Can No Longer Access The Internet

Sep 9, 2010

can no longer access the internet,Deleted Network Manager thinking I could reinstall it and it would be back to its default settings. Had not been able to get online for days. Offcourse now I can't get Network manager back as I have to be online for that. I think I had stuffed up the proxy settings but can't work out how to get that back to default either. What do I do now and how do I do it?

View 2 Replies View Related

Ubuntu Networking :: No Wireless Internet Access?

Sep 17, 2010

I cant connect to the internet with my wireless( or my lan for that matter, but i mainly want to use my wireless). I am going to follow the ticket provided by one of the sticky threads [URL]

1.Machine Brand and Model
Actually i am using a computer i built myself using following components
AMD Phenom II x4 965 CPU
ASRock 890FX Mobo

[Code]....

View 4 Replies View Related

Ubuntu Networking :: 10.04 - Unable To Access Internet Via LAN

Sep 22, 2010

I am using Ubuntu 10.04. My problem is that I am unable to access my internet using Ubuntu. My internet is running fine on Windows 7 installed on same system. I am a bit unfamiliar with Linux. I tried to configure my network settings but it didn't help. I have my system connected to my dsl router via LAN.

View 2 Replies View Related







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