LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-13-2013, 09:15 PM   #1
RegulusDeneb
LQ Newbie
 
Registered: Apr 2013
Posts: 20

Rep: Reputation: Disabled
No internet access after SL 6.4 installation


I installed Scientific Linux x86_64 6.4 on Vbox 4.2.12 on Windows 7. When I boot SL, Firefox has no internet access. The sha1sum and sha256sum both matched, so it appears that both dvd's completely downloaded. How can I get access to the internet?
 
Old 05-14-2013, 01:35 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
You don't say if this is a wireless or wired connection. Assuming it's wireless you need to click on the network icon on the taskbar. It will have a red "X" on it. Click on your essid and you'll be prompted to supply a password for your wifi connection. Type that in and you should be connected.
jdk
 
Old 05-14-2013, 08:41 AM   #3
RegulusDeneb
LQ Newbie
 
Registered: Apr 2013
Posts: 20

Original Poster
Rep: Reputation: Disabled
It's a cable connection. I have Mageia and Ubuntu, as well, installed on the same Vbox and they both have internet access. The icon in the lower right corner that "indicates activity of network interfaces" says Adapter 1 (NAT): cable connected. When I open Firefox and uncheck Offline Mode, and Enter a url, Firefox responds with, "Server Not Found."

Last edited by RegulusDeneb; 05-14-2013 at 08:44 AM.
 
Old 05-14-2013, 09:27 AM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
can you post the output of
Code:
ifconfig
jdk
 
Old 05-14-2013, 09:37 AM   #5
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
when installing SL6 you have to edit the boot arguments to include the word 'asknetwork' to configure the network at install time. Otherwise, you'll be doing it by hand.
 
Old 05-14-2013, 09:50 AM   #6
RegulusDeneb
LQ Newbie
 
Registered: Apr 2013
Posts: 20

Original Poster
Rep: Reputation: Disabled
Code:
ifconfig
eth0 Link encap: Ethernet HWaddr 08:00:27:3A:BB:9D
inet6 addr: fe80::a00:27ff:fe3a:b89d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000

lo Link encap: Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns: frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0
RX: bytes:480 (480.0 b) TX bytes:480 (480.0 b)
 
Old 05-14-2013, 10:05 AM   #7
RegulusDeneb
LQ Newbie
 
Registered: Apr 2013
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by szboardstretcher View Post
when installing SL6 you have to edit the boot arguments to include the word 'asknetwork' to configure the network at install time. Otherwise, you'll be doing it by hand.
Where should I enter asknetwork? The SL 6.x installation guide doesn't mention asknetwork.
 
Old 05-14-2013, 10:11 AM   #8
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
when you install SL6,.. right after bios, you get a screen that starts counting down,..

https://www.scientificlinux.org/dist...oot.screen.png

press 'tab' or 'e' to edit the line
add 'asknetwork' to the line

press enter to start booting/installing

additionally i usually add 'linux text' so i can install in text mode without the gui.

my line looks like

Code:
derp blah blah linux text asknetwork
 
Old 05-14-2013, 10:39 AM   #9
Madhu Desai
Member
 
Registered: Mar 2013
Distribution: Rocky, Fedora, Ubuntu
Posts: 541

Rep: Reputation: 153Reputation: 153
post following to get better idea:

Code:
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# cat /etc/udev/rules.d/70-persistent-net.rules
# service NetworkManager status
# service network status
Also, let us know what type of network you have chosen in VB - Bridged or NAT?
 
Old 05-14-2013, 10:53 AM   #10
RegulusDeneb
LQ Newbie
 
Registered: Apr 2013
Posts: 20

Original Poster
Rep: Reputation: Disabled
If I just reinstall and say 'asknetwork', will the rest of the installation go as normaL, or will there be other esoteric undocumented commands I'll need to enter? It seems like it will be easier to just install it again. After 4 versions of SL6, they still don't have a way to set up internet access in the install. It doesn't make sense, and it's frustrating. Is everybody supposed to know about 'asknetwork'. Thank you for your help everyone.

Will the installation go as normal after I enter asknetwork?
 
Old 05-14-2013, 10:58 AM   #11
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Installation will go exactly the same, except it will ask for network configuration as well.

And its RHEL that you'd want to talk to about this strange network bit as SL6 is just a clone of it.

I suggest installing in text mode, as i cant remember if asknetwork will affect the gui install or not. Ive never installed SL6 with a gui before.

So:

'tab' or 'e' at boot and add: linux text asknetwork

to the end of the line.

Good luck!
 
Old 05-14-2013, 11:03 AM   #12
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
SL 6 seems to be happier with wireless network connection. I described the process in my post above. SL works exactly like all the other distros I've installed having wireless connections.
jdk
 
Old 05-14-2013, 03:25 PM   #13
RegulusDeneb
LQ Newbie
 
Registered: Apr 2013
Posts: 20

Original Poster
Rep: Reputation: Disabled
This reply is from Firefox in SL 6.4. What a relief. It seems like I've been trying to get to this point for weeks.

Just fyi, particularly for any people searching this problem in the future, the text mode installation does NOT work for me. It lead to the same installation that I did a few days ago with an incomplete ISO. So entering "linux asknetwork" did the trick. Furthermore, in my case, I had to enter it at the intrd prompt as well as at the boot prompt. Thanks again everyone.

Last edited by RegulusDeneb; 05-14-2013 at 03:29 PM.
 
Old 05-14-2013, 07:51 PM   #14
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
I don't know about it being a RH thing.
I run Centos, which is a very close copy of RHEL an it did ask me for network info at install (AFAIR)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
vsftp - Can access FTP within office network BUT cant access via Internet! kokfei77 Red Hat 2 03-07-2012 07:24 PM
[SOLVED] PPPOE server access the internet clients fail to access the internet simbini Linux - Newbie 3 08-31-2010 12:37 AM
cannot access server over internet after successful installation of apache2 karazy-k Linux - Server 9 08-18-2008 06:17 AM
Debian Woody: Can't access internet through router, but can access network computers marales314 Linux - Networking 3 06-09-2006 12:33 PM
WIFI WLAN / Cannot access internet but can access the router configuration page?SUSE thomas939 Linux - Wireless Networking 12 12-13-2005 10:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration