Networking :: Client (192.168.0.3) Can't Open Web Pages
Jun 23, 2010
I have 2 laptops connected by a lan cable - from 1 laptop network card to the other. the first laptop is an Asus eeePc that runs a modified version of debian. this one is connected to the internet and i simply want the other one to connect to the internet via the lan cable. the "server" has 2 connections: 1. one for connecting to the internet via a dialup mobile connection (i checked and this connection is shared) 2. the 2nd connection: "Local Area Connection" defined this way:
IP address: 192.168.0.4
subnet mask: 255.255.255.0
+ it is also marked as 'shared'
that's all, no Gateway/DNS/Wins defined
[code]...
my problem is that the client (192.168.0.3) cannot open web pages even if it sees just fine the server's files.
View 3 Replies
ADVERTISEMENT
Mar 2, 2009
I'm having a problem when browsing shares on other machines. If I hit alt+f2 and enter "smb://server" I get an error saying:
Could not open location 'smb://server/'
No application is registered as handling this file
If I enter "smb://server/share1" everything works fine. Typing the server name without the share name worked fine in Fedora 8, which is what this machine was running before I did a clean install of Fedora 10.
View 2 Replies
View Related
Mar 23, 2010
In SLES 11 a freshly installed system when I try to get the man pages I get a weird error. /usr/bin/nroff: Can't create temp directory, exiting...
I know this error is just confusing because mktemp work just fine.
I read around by googling but I can only find people relating the problem without any solution.
I found this post which is cute, but I dont want to set my LD_LIBRARY_PATH has it is just a bad patch to solving the real issue.
[URL]
Some info:
SLES 11 x64 guest OS on VMware ESX
with 3.8GB of free space ;-)
View 4 Replies
View Related
Jan 8, 2016
I have installed network controller driver(iwlwifi) in debian jessie and connected to wifi, but I could not connect to any web sites. I installed network-tools and input "iwconfig" it did show a wlan0 there.
Then I opened resolv.conf ,but there were 2 resolv.conf in my /etc,one contains "search lan nameserver 192.168.199.1",one contains "nameserver 8.8.8.8 nameserver 8.8.4.4".
I changed the content of the first one to 8.8.8.8 and restart networking,but I still could not open pages with wireless network.
And I open the first one again,and it changed back to 192.168.199.1,and an extra line "domain lan"above the line"search lan".
View 6 Replies
View Related
Dec 3, 2009
I'm playing a game using wine that uses an internet browser style menu. One of the options that the game offers is to open the current game page with your external browser. I've used it hundreds of times when I was on windows and it worked fine and I was able to save the current page to a folder. Now that I'm using fedora the link doesnt work. It doesnt open firefox and it doesnt give me any message to let me know that it even recieved the request.
View 1 Replies
View Related
Aug 6, 2011
I have Ubuntu 10.10 installed with Firefox 3.6.10, but it does not seem to open .aspx web pages. How to fix this?
View 3 Replies
View Related
Mar 29, 2011
the web page will eventually open up or if i hit refresh 2.6.35.11-83.fc14.i686 bind version 9.7.3 i have disabled ipv6. using ie for browser.
[code]....
View 5 Replies
View Related
Apr 28, 2010
When i minimise Firefox and then maximise again i lose all my previously opened pages.
View 14 Replies
View Related
Jun 27, 2010
I have problem with network on my laptop. Networks status is Active and Online but i cant open any pages. (was working until installation openSUSE on ext HDD)I already try both wireless/wired connection but nothing.
View 2 Replies
View Related
Jan 13, 2010
im trying to send pages of 4096 bytes from kernel layer of server to kernel layer of client over a network. previously i tried the foll. code , for data less than a 100 bytes it worked fine , but for something larger than that the computer hangs......(even the dmesg's wont say why) i also wanted to know how we could use the 'sendpage' function to solve this problem.
Code:
CLIENT'S KERNEL MODULE
struct iovec iov;
char buf[1024];
[code].....
View 1 Replies
View Related
Jun 27, 2011
Recently i had migrated from windows 7 to fedora 15. i have lot of flipbooks with me and unable to open those flipbooks in fedora. finding a suitable solution to open those flipbooks. is there a software to open these books linux. in windows there is no requirement for special softwares to open flipbook, since it is similar to flv or swf files. i had already tried with wine. with wine the file is opened but do not displays the contents or pages, show a blank white screen. @people who dont know about flipbooks: flipbooks are flash objects usually created from pdf files used for reading, flipbooks simulate the reallife book actions(page turning).
View 1 Replies
View Related
Jan 6, 2011
trying to create a "local network" by directly connecting an IBM Thinkpad with Debian Linux installed on it to an Alix computer running Voyager Linux. I'm following a "how to" I found to create a music server, hence the requirement. My issue is I can't get a static IP address to be configured on the Debian machine.I've trawled the net and have found the instructions about editing the /etc/network/interfaces and have tried to do this. First I tried to get DHCP working so I could connect the Debian machine to the net and this proved successful. I edited the interfaces file to look as follows:
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
Then I tried adding a static IP address to the machine. As this is a network purely between two machines I made up the IP addres and used 192.168.0.1 and used a NetMask calculator to give me a NetMask of 255.255.255.254 (I told the calculator there would be 2 machines on the network). I then edited the interfaces file as follows:
# The loopback network interface
auto lo
iface lo inet loopback
[code]....
I re-booted the machine (ifdown eth0 followed by ifup eth0 keeps saying that eth0 hasn't been configured - a problem there that I don't understand), but during boot up time it failed to assign the Static IP address to eth0 and made me go into SU mode. To fix it I simply replaced the interface file with the static IP inputs with the file that had the DHCP entries (I'd made a copy of the DHCP file), and re-started the machine. Everthing came up fine. So the first question is how do I get a static IP address to be assigned to eth0 such that whenever I shut down and restart the machine the static IP address is always loaded?
The second question is around creating the network via the cross over cable. From what I've found via Google, all I should have to do is create a static IP address on the Debian machine and a static IP address on the Voyager machine. Once they're connected by the cross over cable they should see each other. Is that correct, or do I have to do anything else?
View 2 Replies
View Related
Feb 19, 2010
I have a Cent OS 5.4 32 bit final installed in my dedicated server.
I used to run lighttpd with php in my server until now and all was fine.But yesterday I changed my website which needs apache to run. So installed apache using yum install httpd command.
Then I added the virtual host name of my domain in webmin panel but when i try to run my php script in browser then its not opening php pages.
Instead it downloads php files like index.php when i open in browser.So I guess apache is not able to compile and run php pages. Only html pages are opening right now..
View 2 Replies
View Related
Sep 9, 2009
when i input man <cmd>.....it's saying formatting pages....n then it is displaying blank page.
View 6 Replies
View Related
Jun 25, 2015
I just installed Steam on my Linux machine tonite, following this guide [URL] ....
When I try to get the client going, it just connects to my account, checks for updates, verifyies data, and then starts over. It will keep doing that until I end the program, and never opens so I have access to my games.
I don't know if it is useful or not, but here is a picture I took of terminal I ran steam from (I don't know how to do a screen capture in linux).
View 2 Replies
View Related
Mar 3, 2010
Generic Intel(To be recommended for use on distributions that are not transmitted for):
# su
Password: ******* # cd /
# tar xvfj fcc-9.124-Linux.i686.tar.bz2
Dependencies:
- The packages should bring down the appropriate dependencies when installed, in case the generic package is needed, the following dependencies are needed:
QT 3.3
libartsc 1.3.2+
libpng 1.2.8+
libjpeg 6b+
How do I know that the dependencies above are implemented?
View 1 Replies
View Related
Aug 31, 2010
What is a good example of an Open Source IRC client for Windows or Linux? If not, something free and extensible will do.The reason I would like this to be open source is that I wouldn't mind being able to understand how the message formatting is implemented in such a project.
View 5 Replies
View Related
Sep 17, 2010
I've asked this question more or less before on stackoverflow and believed it to be solved (hence accepted the answer) but it turns out it wasnt solved.In simple terms, I've written a python script which just outputs text constantly to stdout, thats all it does 24/7. I've linked it to this xinetd file
service myservice
{
instances = 1
[code].....
View 2 Replies
View Related
Jul 13, 2011
I want to freely download and install sybase-openclient-11.1.1.3 either source or rpm package sybase-common-11.9.2-3.i386 either source or rpm package Sybase Adaptive Server Enterprise versions 11.9.2 or 11.0.3.3 for Linux. I searched a lot but didn't get it,
View 3 Replies
View Related
Jan 27, 2009
I want to know if it's possible to open default irc client which will connect to my irc channel by clicking a link on Firefox. If it is possible, how?
View 1 Replies
View Related
May 20, 2009
I have the following problem:I have to networks in remote places.I have an opnvpn client in one network that connects to the the router (openvpn server).My question is,can i connect the network where the openvpn client is,throught the computer with the client to the other network.If yes,how? (please make it an idiot proof anwser because i have limited knowledge about iptables). I was thinking like forwarding (the router in the network with the openvpn client is also firewalling with iptables) the request of the ip class of the openvpn network to the computer with the client,which masquarades the interface
View 2 Replies
View Related
Jul 28, 2010
How do I set Thunderbird to be my default email client, and make the little mail icon in the top menu bar?
View 8 Replies
View Related
Jan 4, 2011
I've been using Claws for a long time and I like its filtering capability, however this app is hanging,hogging 100% of the cpu time. the last version was similar, but the latest version hangs after an hour.I've run it in debug mode, and with strace but nothing stands out I'm suspecting that its the way it looks for a pipe used by pulseaudio, which is not installed. It doesn't hang immediately after trying to open the pipe but within a few minutes. I'm not getting any success from the claws group, so time to look for another mail applicationI'm open to suggestions, I've tried Tbird and found the filtering lacking.there is a catch, I need to be able to import the mail from Claws-mail into it.
View 10 Replies
View Related
Jun 26, 2010
When trying from the link which was in the applications menu, and manually from terminal I receive the following errors:
Code:
I have since tried the HOWTO: Install Azureus (newest, non-repo way) method of installing Vuze/Azureus, which I think is what I set up for 9.04, and also a synaptic complete removal and reinstall which didn't work.
I have an .azureus folder in my home dir which I would like to keep because it contains my settings and half downloaded torrents etc.
I would be happy to use the the synaptic packaged version of Vuze because it is much more up to date than it has been in the past.
View 7 Replies
View Related
May 24, 2011
We are setting up virtual Ubuntu 10 machines that will just be used to launch a portal to our servers. I have the stripped down image created, but would like it to launch the VMware View Open Client software so it took users directly to what we want them to see.Is there a way with Ubuntu to set that to auto deploy on start up? If I could do that it would greatly improve security on keeping users from getting to places we don't want them into
View 2 Replies
View Related
Jan 5, 2010
I can't seem to fire up any web pages but I can do everything else on my ubuntu box. This seems to have started within the past day or so. My /etc/reslov.conf file looks solid.Again, I can ssh, vnc and ping to the outside but just can't load any web pages.
View 9 Replies
View Related
Feb 13, 2010
I just installed Ubuntu 9.10 in a dual boot Vista system (DELL INSPIRON 530). Everything was ok except the wireless network configuration. Afrer checking on the Internet I realized There was an issue with my network card (Broadcom BCM431. I first tried to install the drivers using Ndiswrapper with not succes. Finally, I was able to use the b43 driver by installing b43-fwcutter. Now the driver is shown and active in the Hardware Drivers Utilily. I am even connected to my Wireless Network. However, I cant load any website. I have checked the parameters in the network set up. I have even tried different options, like static or dinamic IP. But I cant load any website.
View 2 Replies
View Related
Sep 16, 2010
I am Using Ubuntu 10.04 fresh install connected to internet via VPN Network.Internet works fine i can dowload mail and send. But for some reason i cant load some webpages like Facebook, Adobe and etc.I install all the newest programs Java, Flash anything.I'm runnung Firefox 3.6.9.I tried everything disabled IPV6, Proxy. But nothing solved it
View 5 Replies
View Related
Jan 13, 2009
I have been using Linux via my Acer Aspire One for a few weeks now without any problem. Suddenly I find I can get a WiFi connection but consistently it fails to load the pages. I have tried 2 connections so I know it's my machine. And probably something I have touched. How to reset the the internet settings or better still can I reset the computer back a few days (like in Windows) to resolve this problem?
View 1 Replies
View Related
May 27, 2010
I have a serious problem relating network connectivity under all Linux distributions. I have tried variety of browsers, but the webpages either load partially or do not load at all. Surprisingly, app manager still works well, and I can download apps at full speed from xterminal or app manager. This became an issue which renders Linux distributions close to useless to me. I am currently connected through a router, but direct connection does not solve the problem. What is more, my phone, Nokia N900 is experiencing the same problem with its web browser. I assume, it's due to the fact that N900 uses full Linux distribution. Internet works just fine under all Windows versions (XP, Vista, 7).
View 1 Replies
View Related