LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices

Tags used in this thread
Popular LQ Tags , ,

Reply
 
Thread Tools
Old 04-01-2008, 05:57 PM   #16
arno
Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: fedora core 8, suse 10.3, ubuntu 7.10, kamikaze 7.09
Posts: 514
Thanked: 0

[Log in to get rid of this advertisement]
Hallo Framp,

Deiner script zieht toll aus, when es ein teil vom einer distro wirt werde ich es benutzen.
arno is offline     Reply With Quote
Old 04-01-2008, 06:11 PM   #17
billyhood46
LQ Newbie
 
Registered: Mar 2008
Location: Greenwood, Indiana
Distribution: Ubuntu, Suse.
Posts: 16
Thanked: 0

Original Poster
I only have one NIC and I figured out how to access the script info I just had to open it ina window first I had it on the desktop and it just ran and quit. I am learning a lot about Linux. I have the log file but I don't know how to post all of the info from the file.
billyhood46 is offline     Reply With Quote
Old 04-01-2008, 06:51 PM   #18
billyhood46
LQ Newbie
 
Registered: Mar 2008
Location: Greenwood, Indiana
Distribution: Ubuntu, Suse.
Posts: 16
Thanked: 0

Original Poster
Quote:
Originally Posted by framp View Post
You should get messages which tell you what to do.

Post the contents of the file collectNWData.out either on phpfi.com and then post the link in this forum (which will save diskspace on linuxquestions.org ;-) ) or just post the contents of this file with copy/paste in this thread (Pls use code tags to make your posting more readable).
here is the file on phpfi.com [URL="http://phpfi.com/306823?lang=plaintext and Thanks very much for your help

Billy
billyhood46 is offline  
Tag This Post ,
Reply With Quote
Old 04-02-2008, 01:36 PM   #19
framp
Member
 
Registered: Apr 2003
Location: Stuttgart, BW Germany
Distribution: SuSE 10.3-11.0, Knoppix, Ubuntu 8.10, Fedora 10
Posts: 111
Blog Entries: 3
Thanked: 0
Everything looks fine. All the basic networking config is OK. There might be an issue with ipv6 but this will not disable FF.

What about konqueror? Did you try this browser?
What about
Code:
wget http://www.google.com
? Do you get a website downloaded?
framp is offline     Reply With Quote
Old 04-02-2008, 02:48 PM   #20
billyhood46
LQ Newbie
 
Registered: Mar 2008
Location: Greenwood, Indiana
Distribution: Ubuntu, Suse.
Posts: 16
Thanked: 0

Original Poster
I can not get a webpage to load, each time I get a timed out error. I have evolution E-mail and it works perfect and downloads mail and uploads sent mail. I have tryed all 3 browsers that came with suse, and they all get the same error.
billyhood46 is offline     Reply With Quote
Old 04-02-2008, 03:06 PM   #21
framp
Member
 
Registered: Apr 2003
Location: Stuttgart, BW Germany
Distribution: SuSE 10.3-11.0, Knoppix, Ubuntu 8.10, Fedora 10
Posts: 111
Blog Entries: 3
Thanked: 0
Pls try
Code:
telnet www.google.com 80
(close session with ^])
and
Code:
wget http://www.google.com
and post the responses you get
framp is offline     Reply With Quote
Old 04-02-2008, 03:34 PM   #22
billyhood46
LQ Newbie
 
Registered: Mar 2008
Location: Greenwood, Indiana
Distribution: Ubuntu, Suse.
Posts: 16
Thanked: 0

Original Poster
I tryed wget http://www.google.com and it connected and when I used telnet www.google.com 80 It also was connected successfully
billyhood46 is offline     Reply With Quote
Old 04-02-2008, 03:42 PM   #23
framp
Member
 
Registered: Apr 2003
Location: Stuttgart, BW Germany
Distribution: SuSE 10.3-11.0, Knoppix, Ubuntu 8.10, Fedora 10
Posts: 111
Blog Entries: 3
Thanked: 0
Ok. So it's posssible to get to websites on http port 80.

Frankly, I now would use wireshark to analyze the TCP traffic of your browser to get an idea what's going on on your system.

Hm ... you mentioned you tried three browsers to access websites. Which browsers did you use? Did you also try w3m?
framp is offline     Reply With Quote
Old 04-02-2008, 05:39 PM   #24
billyhood46
LQ Newbie
 
Registered: Mar 2008
Location: Greenwood, Indiana
Distribution: Ubuntu, Suse.
Posts: 16
Thanked: 0

Original Poster
I used epiphany firefox and konqueror. I noticed that I can log into my router at 192.168.10.1 and it loads as a webpage and loads perfectly. But when i log into my Hughesnet Modem at 192.168.0.1 it starts to load and stops as the page starts to load and never completes the page. I wonder if my Satallite modem could be the culprit
billyhood46 is offline     Reply With Quote
Old 04-02-2008, 05:49 PM   #25
arno
Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: fedora core 8, suse 10.3, ubuntu 7.10, kamikaze 7.09
Posts: 514
Thanked: 0
Disable ipv6 support on linux.
arno is offline     Reply With Quote
Old 04-02-2008, 06:34 PM   #26
billyhood46
LQ Newbie
 
Registered: Mar 2008
Location: Greenwood, Indiana
Distribution: Ubuntu, Suse.
Posts: 16
Thanked: 0

Original Poster
Quote:
Originally Posted by arno View Post
Disable ipv6 support on linux.
how do I disable ipv6
billyhood46 is offline     Reply With Quote
Old 04-02-2008, 09:22 PM   #27
yulester
LQ Newbie
 
Registered: Oct 2007
Posts: 23
Thanked: 0
Hey FRAMP

Just a thought - - As a newbie, I had a hard time getting the outputs from the 'lspci -v' output onto the web. It's a learning experience when you discover that there is so much that can be done with the command line. Living in a MS world for so long can do this to you.

Simple example - - How does one get out of a MAN page in command line??
yulester is offline     Reply With Quote
Old 04-03-2008, 10:27 AM   #28
camorri
Senior Member
 
Registered: Nov 2002
Location: Toronto Canada
Distribution: Mandrake 9.2 Mandriva 2008.1 & 2009.1 Slackware 12.1 , Knoppix.
Posts: 2,572
Thanked: 56
To disable ipv6, as root edit:

the file /etc/modprobe.conf, add the following line, and reboot:

install ipv6 /bin/true

To get the output from any command in a konsole on to this forum,

1. Run the command.

2. Highlight the text by dragging your mouse pointer over the text to be copied, it should highlight.

3. Press the ctrl key + the c key at the same time. This should copy the data to a buffer in your system.

4. Go to the edit window on the forum. I suggest you click one of the buttons for editing, either Quote or Code, that will enter the coding in the edit window.

5. Place the cursor between the just entered codeing. Now paste the text you copied earlier by pressing the ctrl key + the v key together. The text will be pasted in place.
camorri is offline     Reply With Quote
Old 04-03-2008, 12:23 PM   #29
framp
Member
 
Registered: Apr 2003
Location: Stuttgart, BW Germany
Distribution: SuSE 10.3-11.0, Knoppix, Ubuntu 8.10, Fedora 10
Posts: 111
Blog Entries: 3
Thanked: 0
Quote:
Originally Posted by camorri View Post
To disable ipv6
... just go to the link the errormessage of the script presented (see in phpfi): http://www.linux.framp.de/CND0230W ...

Are you shure this will fix the problem? AFAIK this might delay TCP traffic if you don't have an ISP supporintg IPV6 ... but this shouldn't stop any web browsing at all (You also can disable IVP6 in FF ,,,)
framp is offline     Reply With Quote
Old 04-03-2008, 12:26 PM   #30
framp
Member
 
Registered: Apr 2003
Location: Stuttgart, BW Germany
Distribution: SuSE 10.3-11.0, Knoppix, Ubuntu 8.10, Fedora 10
Posts: 111
Blog Entries: 3
Thanked: 0
Quote:
Originally Posted by yulester View Post
Just a thought - - As a newbie, I had a hard time getting the outputs from the 'lspci -v' output onto the web. It's a learning experience when you discover that there is so much that can be done with the command line. Living in a MS world for so long can do this to you.

Simple example - - How does one get out of a MAN page in command line??
I'm not sure I get your question...

but to exit the listing of a man page just press the 'q' key (q for quit)
framp is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
cant connect to internet thru a LAN kiswahili Linux - Networking 12 06-07-2008 12:30 AM
connect to internet trough wireless others connect to me with lan Amir Menesy Linux - Wireless Networking 1 11-13-2007 09:28 PM
No Internet but LAN and VPN connect LAN work fine??? xavior Suse/Novell 7 11-09-2005 02:14 PM
how to connect to internet by lan??? duzy Linare 3 09-21-2004 08:27 AM
Cant connect to the internet through LAN Jimmyscab Linux - Networking 5 12-09-2002 09:48 AM


All times are GMT -5. The time now is 06:43 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration