Ubuntu :: Unable To Access Internet When Using Vista

Sep 28, 2010

after installing some updates while on linux I am now unable to access the Internet when using vista. I m trying to solve this without success. Internet is still accessible from linux, and vista canl connect to the local network.

View 9 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

Server :: Unable To Access Samba Share On CentOS 5.4 From Windows XP Or Vista

Jan 23, 2010

I can't be the first one with this problem. What am I missing?

I have setup Samba servers in the past, just none under SELinux. The last one I configured was a couple years ago, so I wouldn't doubt I'm a bit rusty.


---- Environment summary:
Clean server install of CentOS 5.4 includes SELinux
- lets call this 'server'
- updated samba to 3.0.33-3.15.el5_4.1

Client1 - Windows XP sp4 - WINS configuration uses 'server' noted above
Client2 - Windows Vista - WINS configuration uses 'server' noted above

---- What works / what doesn't ------
Clients can see the server (XP and vista) in network neighborhood.
The following does not work from windows (xp or vista)
net view
net view \server
net view \server-ip
net view \servershare

This does work on the server
smbclient -L \server
smbclient -L \server --user validuser
smbclient -L \client1 --user validuser


---- What I have configured and tried (config/output below) --------
firewall ports for samba are open
SELinux enforcing or permissive
file context is set on share
samba booleans are set

***firewall
-A RH-Firewall-1-INPUT -s 192.168.0.0/24 -m state --state NEW -m tcp -p tcp --dport 445 -j ACCEPT
-A RH-Firewall-1-INPUT -s 192.168.0.0/24 -m state --state NEW -m udp -p udp --dport 137 -j ACCEPT
-A RH-Firewall-1-INPUT -s 192.168.0.0/24 -m state --state NEW -m udp -p udp --dport 138 -j ACCEPT
-A RH-Firewall-1-INPUT -s 192.168.0.0/24 -m state --state NEW -m tcp -p udp --dport 139 -j ACCEPT

***SELinux mode/booleans
# sestatus
SELinux status: enabled
SELinuxfs mount: /selinux
Current mode: permissive
Mode from config file: enforcing
Policy version: 21
Policy from config file: targeted

# getsebool -a | grep smb
allow_smbd_anon_write --> off
smbd_disable_trans --> on

# getsebool -a | grep samba
samba_domain_controller --> on
samba_enable_home_dirs --> on
samba_export_all_ro --> off
samba_export_all_rw --> off
samba_share_fusefs --> off
samba_share_nfs --> off
use_samba_home_dirs --> on
virt_use_samba --> off

***filesystem
# semanage fcontext -a -t samba_share_t �/share/photos(/.*)?�
# restorecon -R -v /share/photos

***Disks
]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 9920624 2070872 7337684 23% /
/dev/sda1 101086 19146 76721 20% /boot
tmpfs 1846656 0 1846656 0% /dev/shm
/dev/mapper/VolGroup00-xen
100791728 202540 95469188 1% /xen
/dev/mapper/VolGroup00-photo00
251981556 191716 238989840 1% /share/photos
/dev/mapper/VolGroup00-dmsdoc00
100791728 192256 95479472 1% /share/alfresco
none 1846656 104 1846552 1% /var/lib/xenstored



***smb.conf
[global]
workgroup = workgroup
netbios name = server
security = user
name resolve order = wins hosts lmhosts bcast
encrypt passwords = yes
hosts allow = 192.168.0.
hosts deny = 192.168.122.
interfaces = eth0
passdb backend = tdbsam
oslevel = 222
local master = yes
domain master = yes
preferred master = yes
cups options = raw
username map = /etc/samba/smbusers
wins support = yes
log level = 4
guest ok = yes

[photo]
comment = Photos
path = /share/photos
read only = yes
guest ok = yes

View 5 Replies View Related

Ubuntu :: Unable To Access The Internet?

Nov 21, 2010

I just installed Ubuntu 10.10 today on my laptop (I installed it alongside Windows 7).

My problem is that I'm unable to access the internet; actually, I'm unable to access any wireless connection at all.

I'm using a Linksys Wireless-G Notebook Adapter (2.4 GHz) in my laptop.

From what I've read, normally, many wireless cards are detected by Ubuntu automatically when you install it. However, this did not happen with my card.

...So, I'm not really sure what to do in order to gain access to the internet.

View 2 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

Ubuntu Networking :: Unable To Access Internet DSL Connection

Jul 25, 2010

I have recently installed ubuntu 9.10. Earlier I had ubuntu 9.04. On that my internet was running perfectly well.After installation I created new connection as I had done for 9.04 version using "Network connections , Edit connections". However, after configuring connection(uname , password etc.) I wasn't able to access Internet.So I tried using "pppoeconf" utility. After using this now whenever I click on network connections applet on top panel , it shows in menu "device not managed".Can somebody point out what went wrong and what to do so as to be able to acess Internet in ubuntu?

View 9 Replies View Related

General :: Unable To Access Internet Or Mail

Aug 3, 2010

When powering up with Linux, I get the message "THERE WAS AN ERROR CREATING THE CHILD PROCESS FOR THIS TERMINAL".I posted this on Newbies several months ago but received no replies. I hope this is the correct forum.I am using Windows XP Pro at the present.

View 3 Replies View Related

CentOS 5 Networking :: Unable To Access Internet?

Jul 4, 2010

On my Centos 5 box my internet won't work. I am unable to get update and I can't download any native programs. But I have Samba running and I am able to access all my files for my other computers.

View 6 Replies View Related

Ubuntu Security :: Unable To Access Internet Utilizing Laptop

Mar 12, 2010

To start off I do not have the ability to post in the Networking/Wireless thread. I attend DeVry university and in my school they recently rolled out "Bluesocket." Now that they have done this I am not able to access the internet utilizing my ubuntu laptop.I am able to connect to the network. When I open my web browser I am redirected to the "bluesocket" login page where I am able to successfully log in. The next step to accessing DeVry's internet service is to allow Bluesocket to do a scan using a Java applet. That scan is successful.

The results of the scan inform me that I am not being allowed to access the network resources because I don't have an antivirus or firewall program installed on my computer. I do not wish to have an antivirus or firewall program installed on my laptop to utilize DeVry's network resources. My question is what steps do I need to take to bypass/trick bluesocket?

View 7 Replies View Related

Ubuntu Networking :: (11.04) Ethernet Connected But Unable To Access The Internet

Jun 5, 2011

I am using ubuntu (11.04) here, when i connect Bsnl broadband link(wired connection). Internet is connect automatically But unable to instal, upgrad and access Internet pages ..

View 1 Replies View Related

Ubuntu Installation :: Tar.gz And Tar.bz2 Files - Unable To Access The Internet To Reinstall The Packages

Aug 10, 2010

I accidentally removed my network manager (gnome) from my system (via synaptic) and hence have not been able to have access to the internet to reinstall the packages. I have experimented with many commands (with help from others) in terminal with little success.

What I now did was downloaded a 'NetworkManager-0.8.0.999.tar.gz' file and a 'NetworkManager-0.8.1.tar.bz2' file (from a different comp) and have placed them onto my desktop. I have read the INSTALL instructions within and it is a tad complex for me as I am new to Linux. I understand I have to extract the files and compile them into a new folder (I think I would choose a file in the /home directory)- how would I go about doing this? Following this, I need to './configure' or 'make' or 'make install' the files

View 9 Replies View Related

Ubuntu Networking :: Connected To Network Via Live Cd (10.10) - Unable To Access Internet

Apr 26, 2011

can't access internet. The up and down icon appears by the network connection (upper right hand corner). When I review connection properties, I see that the computer has a valid address, subnet, gatway, dns, etc... But it still can't connect to the internet. I can't ping external addresses either. But I can access internal addresses (local router).

View 2 Replies View Related

General :: Unable To Access Wired Internet On Ubuntu 10.10 Desktop Edition?

Jan 18, 2011

I have recently installed Ubuntu 10.10 desktop edition in my system. I am unable to access wired internet services after establishing the connection.

View 4 Replies View Related

Fedora Networking :: Completely Unable To Access The Internet?

Jun 16, 2009

Fedora 11 is completely unable to access the internet for some reason, and after some troubleshooting, I've determined the problem to my Motorola 2210 DSL modem. I know my connection is working fine, as it works perfectly in both Vista and 7. I've tried things such as grep 'Ethernet' /var/log/dmesg, filling in the information into the network settings manually, to no avail.

View 12 Replies View Related

CentOS 5 Networking :: Unable To Get Internet Access To 5 Server

Jan 17, 2009

I've installed centos 5 on an old computer with success and it works great.I can access the web server hosted on the centos server from any computer on the wireless and wired local network. I can also use ssh (putty) and nx client from any computer on the local network (wired and wireless) to access the centos server.On the wireless router I've configured a port forwarding to the wireless network interface on the centos server. I can access the centos server from the outside (internet) through this port forwarding both through http and ssh or nx client.MY problem is that I can't access the centos server from the internet through the wired network interface. Any attempt to view a web page or login with ssh or the nx client will timeout.

View 9 Replies View Related

OpenSUSE Install :: Unable To Access Internet Installing From Live USB

Nov 6, 2010

Installing from Live USB: Installing from USB on my desktop (used this method for laptop install) goes without a hitch. EXCEPT, I notice there is no support for my wireless card chipset (Atheros 7413, used /bin/lspci to find). I download the drivers for Linux, but I need Make to build the drivers...ok. I download the Make files from my laptop, make coffee, slap the makefiles onto a flash drive and run the configure file on my desktop version of SUSE. Whoops, need a c compiler (odd that openSUSE did not come with gcc? bit confused on that). If you can't tell by now, I've been using linux for less than a month so I am what you would call a noob? After the lack of c compiler, I drove to my office to snag some DVDs to download the DVD iso image, hoping it would have some form of c compiler/make packaged, since the description does say the DVD has more software (can't find any prebuilt versions of either...?)

Installing from DVD: This was my next step. I wrote the iso image to a DVD and proceeded to boot from DVD. The installer fails at the system analysis, saying it cannot "create a repository". writing the iso to a second DVD produces the same result. Googling has not yielded a solution. tl;dr can't use openSUSE on my desktop because my wireless chipset is not suported by SUSE. I need Make to build the drivers, but I need a c compiler to compile Make, and I need the internet to get both for my machine.

View 3 Replies View Related

Ubuntu Networking :: Install NIC Wired RC-400 - Error Comes Out - Unable To Access The Internet Or Ping Any IP Address?

May 5, 2010

we are trying to install this NIC Rosewill RC-400 Chipset RTL8169S-32 in Ubuntu 9.04 we downloaded the drivers from Rosewill website (For kernel 2.4.x and 2.6.x V 3.1) but when we follow the instruction in the readme file and do make clean modules and error comes out

Code:
make -C src/ clean
make[1]: Entering directory `/home/trinity/Desktop/r8169-6.006.00/src'
rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers rset[code]...

So I went do realteak downloaded latest available drivers that seems to be were release yesterday did same command and same error So I made only make and it went fine did then make clean modules and went fine so made make install, depmod -a and modprobe r8169 verify int was up and getting correct ip from router but I'm not able to access the internet or ping any IP address

Code:
xxx@xxx-desktop:~$ uname -a
Linux xxx-desktop 2.6.28-18-generic #60-Ubuntu SMP Fri Mar 12 04:40:52 UTC 2010 i686 GNU/Linux
xxx@xxx-desktop:~$

View 9 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

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

Ubuntu Networking :: Can't Access XP From 10.04 Can Vista Though?

Sep 9, 2010

I installed Ubuntu 10.04 on a computer I have, and can access the two vista computers on my home network, but when I try to access my XP machines I get Unable to mount Location Failed to retrieve share list from server.When I try it the other way round from the XP machine it is able to access the Printer and faxes file on Ubuntu.

View 1 Replies View Related

Ubuntu :: Internet Connection Sharing With Vista?

Apr 19, 2011

I have two laptops connected to each other with a crossover cable. One laptop runs vista and has internet connection sharing enabled and the other laptop has a new installation of ubuntu server 10.10.

The LAN network device is configured as 192.168.0.1 and is on subnet 255.255.255.0.
The ubuntu network device is configured as 192.168.0.1, is on subnet 255.255.255.0, and uses gateway 192.168.0.2. Those are the values that I entered in /etc/network/interfaces.

The laptops are able to ping each other but I am not able to connect to the internet on the ubuntu machine. Am I missing something here? I did

Code:
sudo /etc/init.d/networking restart

and also rebooted the ubuntu machine but no luck. I am unable to update apt-get.

View 1 Replies View Related

Ubuntu Networking :: Internet On Vista Disabled?

Aug 7, 2011

I recently installed ubuntu 11.04, using the dual boot option with windows vista. I have noticed that when I reboot with vista, it recognizes my wireless network, but is unable to connect to it. Internet works perfectly fine with ubuntu, just not with vista. How do I solve this?I have tried disconnecting from the internet in ubuntu, and even uninstalling ubuntu,This is my output when I type �sudo lshw -C network�:

*-network
description: Network controller
product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller

[code]...

View 2 Replies View Related

Ubuntu Installation :: Can't Access Vista On Machine?

Apr 29, 2010

I cannt access my vista after installing Ubuntu 8.04 on a Toshiba with 250gb I am unable to access the windows partition since its only the linux partition being displayed.

View 6 Replies View Related

Ubuntu Installation :: Cannot Access - After Upgrading Vista To Windows 7?

Jan 12, 2010

I had partitioned my dell inspiron 1525 to have Windows Vista and Ubuntu 9.04. I upgraded Vista to Windows 7. Now whenever I start the computer it goes directly to Windows 7. Is the Grub been deleted? How do I get to my Ubuntu. I have the Ubuntu Live CD with me

View 2 Replies View Related

Ubuntu Networking :: Windows Vista Cannot Access Smbshare

Mar 30, 2010

I am having an issue setting up (or rather accessing) a samba share, I have installed samba and created a share a follows:

Quote:

[smbshare]
comment = 1TB Drive Share
path = /media/1TB EXT eSATA/SMBshare
browsable = yes
read only = no

I then added a user to the server using:

Quote:

sudo useradd smbuser --shell /bin/false

and then added this to the smbuser list with:

Quote:

sudo smbpasswd -a smbuser

So everything seems to work fine here, I can see the server from my windows vista laptop, open the server and see the shared folder, but when I try to open the folder I enter username 'smbuser' and password 'xxxxxx' and get a windows error saying "not accessible you might not have permission to use this service"I have even tried to set this up as a public share with full guest privileges and get the same error.

View 9 Replies View Related

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 View Related

Networking :: Get Ubuntu Mini To Access The Files On Vista Machines?

May 5, 2009

My new HP mini running Ubuntu sees my HP notebook running Vista,my Compaq desktop running Vista, and my HP desktop running XP as computers belonging to my workgroup, but I can only access my files on the XP machine. The mini and the notebook are wireless and the desktops connect to the router by cable.

All of the computers connect through the router to the DSL modem, and each of them connect to the HP wireless printer. None of the other computers see my mini as belonging to my workgroup, specifically including my XP computer. Figure that it is likely normal that I cannot with my mini open files that I find on my XP, but have to copy and paste them to my mini or one of the flash drives I use with it before I can open them.

I understand I have described a "well known problem" caused by a non standard sequence in Vista, that can be obviated by a fix to the login sequence that can be made to the linux code in my mini so that it will recognize and perform the login (user name and password) that is required when a Vista machine is encountered.

But I'm in over my head, unable to even find the command line on my mini.

View 6 Replies View Related

Hardware :: Access EXT Formatted Partition From Vista?

Jul 28, 2009

I need to access my EXT3 formatted partition in Vista. I am using Windows again for this game and my Ubuntu is messed up. EXT2IFS does not work in Vista, even with compatibility mode. When I open my drive it asks me to format it. EXT2FSD works but gives constant BSODs...

View 3 Replies View Related

Ubuntu Installation :: Dual Booting With Windows Vista - Access Denied

Aug 10, 2010

I'm installing Ubuntu 10.04 for a friend, dual booting it with windows vista. The installation was going just fine up until the 4th step- partitioning the drives. After designating space for vista and ubuntu and running it, it popped up the window and displayed 0%... for the next hour. After looking around on ubuntu forums for a solution, I tried manually partitioning the drives in vista. Vista wouldn't let me, saying that access was denied. I tried using gparted next, which had an error with it as well. Does anyone know what i can do to work around this?

View 4 Replies View Related

Ubuntu :: Unable To Remove From Vista?

Jun 23, 2011

Im using a Fujitsu esprimo v6535 intel celeron 2.2 with 3 gbramI am trying to remove ubuntu from my vista ultimate machine, I have put the vista disk in and followed instrutions to command and input bootrec.exe then FixMbr, After typing /fixbmbr I get a message saying '/FixMbr' is not recognized as an internal or external command,operable programme or batch file.I have had a look in the disk managment and looked at partions, there is only one there so cant delete the partion with ubuntu on.

View 6 Replies View Related







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