1
vote
1answer
166 views

Website fails to load specific assets only on linux kernel + my internect connection combo

The website in question is Ingress Intel. You probably won't be able to access it unless you have been invited to Ingress, but you don't need to because I can relay all errors and problems here. When ...
3
votes
1answer
99 views

How to set up IP addresses on command line for connecting to network without using dhclient

What I do to connect to our wireless network: run sudo ifconfig wlan0 up run wpa (a script that invokes wpa_supplicant with all the necessary arguments) run sudo dhclient wlan0 (this is the step I ...
-1
votes
1answer
212 views

How to check if internet connection is available via Terminal

I'm trying to write a Bash script that is aware of internet connectivity. How can I achieve that? For example: if (something that checks internet connection);then curl -o new someurl else exit 1
1
vote
1answer
1k views

Sharing a Windows 7 wifi connection with a Raspberry PI

I have a Windows 7 PC that is using a Wireless network connection that I want to share on the PI. I have a working CAT 5 cable that I am using to connect the Win 7 PC to the PI. I have configured ...
0
votes
0answers
103 views

Linux Ubuntu, no response from default gateway

I have a wireless router with WPA. I manage to connect to the network, but I have no connectivity to the Internet and when I ping the default gateway, I do not get a reply. I also have access to an ...
1
vote
1answer
224 views

internet connection gone after $ iptables -F INPUT

I have a PC with two Ethernet cards, and I was trying to configure my eth1, but when I typed $ iptables -F INPUT, the internet was gone on eth0. Does anyone has any idea how to get my internet ...
1
vote
2answers
2k views

How to check if system has internet connection and can send email (via Shell)?

I would like to know if server has access to internet and if it can send email with the help of a python script. Server OS is Red Hat Enterprise 5. When I open firefox and enter an url, it can't ...
0
votes
2answers
252 views

Automatically connect Wired Ethernet Connection after power outage

I am using Scientific Linux 6.2 (Variant of RHEL / CentOS) . Every day at a particular time there is a power outage at my place, and after 1 hour power is restored. My laptop is connected to a network ...
2
votes
0answers
366 views

How to create Dial up Connection in Fedora?

I have Bluetooth dongle attached to my desktop Computer. I am successfully able to connect it with my mobile phone using Bluetooth Connection, with the Terminal command hcitool cc 00:1D:3B:05:BD:53 ...
0
votes
2answers
592 views

Apache Web Server Works Locally Not Globally

I have been at this for a while tonight and thought I would seek some help before I hit the sack. I have successfully downloaded Apache and can run it without any issues on a fedora 16 box acting as ...
1
vote
1answer
209 views

Internet connection goes down when I log in with another computer

I use my desktop PC and laptop concurrently. When I log in through my laptop, the internet goes down for a minute. I use Ubuntu 10.4 on my desktop and Windows 7 on my laptop. I use a Pirelli router. ...
0
votes
0answers
421 views

Getting my USB wifi stick to work on Debian (squeeze)?

Hi, i recently installed Debian-squeeze to multi-boot with vista on a hp desktop. so i have the netgear WNA3100 wifi stick i use on Vista and am trying to get working with debian. i followed the ...
1
vote
1answer
2k views

Can't connect to the Internet, maybe a DNS problem?

I'm using Fedora 15 with the latest updates on a HP Mini 210 Netbook. My internet was working fine. Then all of a sudden it stopped working on my Fedora netbook. I also have an iMac and can connect ...
0
votes
1answer
474 views

“Network unreachable” using Linux NetworkManager

I just moved my Linux/Windows dual-booting laptop from a desk with an Ethernet jack to a desk that is within the WiFi range of our 2WIRE integrated modem/WiFi/ethernet router. I use GNOME with ...
0
votes
1answer
245 views

My datacard goes online but doesn't gives internet access (Fedora 14)

I am using MTS datacard. I have usb_modeswitch installed and have configured the wvdial.conf file. When I do sudo wvdial cdma, the IPs and DNS addresses are also allocated but I still cant access ...
0
votes
2answers
561 views

Connect to the internet by changing the mac address

My ISP allows only one computer so I have to change the mac address. On the other computer I use ubuntu and I've changed my mac address with both ifconfig and macchanger. The internet still doesn't ...