LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > 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


Reply
  Search this Thread
Old 05-20-2008, 03:16 AM   #1
ic_torres
Member
 
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389

Rep: Reputation: 34
no internet connection in ffox in VL but can connect tru OPENSUSE


hi, im just wondering.. i have set up 2 distros in my virtual box.. VL 5.8 and OpenSuse 10.3 .. they have the same network settings.. same proxies used.. since im testing it here in the office.. BUT the difference is.. WHY on VL i cant connect to the net using ffox BUT can connect using KONQUEROR.. now in OpenSuse i can use ffox in the internet BUT not konqueror.. .

is there something wrong in my network settings OR in the browser itself? thanks..

x-cess : i have tried some forum suggestions but still i cant connect using my ffox in VL
 
Old 05-21-2008, 12:07 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well clearly the settings must be wrong somewhere, unless drivers are not loaded / hardware not supported. compare the outputs of "ifconfig" and "route -n" on each system.
 
Old 05-22-2008, 05:22 AM   #3
ic_torres
Member
 
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by acid_kewpie View Post
well clearly the settings must be wrong somewhere, unless drivers are not loaded / hardware not supported. compare the outputs of "ifconfig" and "route -n" on each system.

details from VL5.8

Code:
route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.2.0        *               255.255.255.0   U     0      0        0 eth0
loopback        *               255.0.0.0       U     0      0        0 lo
default         10.0.2.2        0.0.0.0         UG    0      0        0 eth0


ifconfig :

root:# ifconfig
eth0      Link encap:Ethernet  HWaddr 08:00:27:BA:DC:A1
          inet addr:10.0.2.15  Bcast:10.0.2.255  Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15073 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16504 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9432504 (8.9 MiB)  TX bytes:2921360 (2.7 MiB)
          Interrupt:11 Base address:0xc020

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
OpenSuse :

Quote:
linux-l031:~ # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.0.2.2 0.0.0.0 UG 0 0 0 eth0


linux-l031:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:F6:78:F1
inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fef6:78f1/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1492 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:973 (973.0 b) TX bytes:6159 (6.0 Kb)
Interrupt:11 Base address:0xc020

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:62 errors:0 dropped:0 overruns:0 frame:0
TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4012 (3.9 Kb) TX bytes:4012 (3.9 Kb)





Last edited by ic_torres; 05-22-2008 at 05:31 AM.
 
Old 05-22-2008, 06:04 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
OK, what kind of networking is in place here? can you see any arp entries on both machines? as you have the same IP with different MAC's i'd worry about that. in fact, are these running at the same time on the same IP???
 
Old 05-22-2008, 07:10 AM   #5
ic_torres
Member
 
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by acid_kewpie View Post
OK, what kind of networking is in place here? can you see any arp entries on both machines? as you have the same IP with different MAC's i'd worry about that. in fact, are these running at the same time on the same IP???
1. its NAT set up in virtual box
2. sorry what do you mean by "arP entries" ? sorry im a newbie in networking

3. i have tried running both guest OS at the same time BUT one freezes because i think the RAM of the HOST (windows) cannot handle both of them
 
Old 05-22-2008, 09:52 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well ping the default gateway on both machines. does it work on both? on your host machine run "arp -n" to show your arp tables.
 
Old 05-27-2008, 01:01 AM   #7
ic_torres
Member
 
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by acid_kewpie View Post
well ping the default gateway on both machines. does it work on both? on your host machine run "arp -n" to show your arp tables.

hi sir. here is the value of arp -n command in my VL5.8

Code:
vector:/~
root:# arp -nv
Address                  HWtype  HWaddress           Flags Mask            Iface
10.0.2.3                 ether   52:54:00:12:35:03   C                     eth0
10.0.2.2                 ether   52:54:00:12:35:02   C                     eth0
Entries: 2      Skipped: 0      Found: 2
 
Old 05-27-2008, 03:31 AM   #8
ic_torres
Member
 
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389

Original Poster
Rep: Reputation: 34
root:# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.2.0 * 255.255.255.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default 10.0.2.2 0.0.0.0 UG 0 0 0 eth0
vector://var/log/packages
root:# ping 10.0.2.2
PING 10.0.2.2 (10.0.2.2) 56(84) bytes of data.
64 bytes from 10.0.2.2: icmp_seq=1 ttl=255 time=0.872 ms
64 bytes from 10.0.2.2: icmp_seq=2 ttl=255 time=0.458 ms
64 bytes from 10.0.2.2: icmp_seq=3 ttl=255 time=0.487 ms
64 bytes from 10.0.2.2: icmp_seq=4 ttl=255 time=0.415 ms
64 bytes from 10.0.2.2: icmp_seq=5 ttl=255 time=0.469 ms

--- 10.0.2.2 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4003ms
rtt min/avg/max/mdev = 0.415/0.540/0.872/0.168 ms



additional details . .. still no connection in ffox VL
 
  


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
configuring network in opensuse tru yast ic_torres SUSE / openSUSE 1 12-19-2007 02:22 AM
opensuse, cannot and don't know how to connect to the internet kuszmania9999 Linux - Networking 8 12-10-2007 07:25 AM
openSuSE won't connect to the internet lady_chance Linux - Networking 19 07-23-2007 08:29 PM
Can't connect to internet with Opensuse 10.2 bastjan Linux - Laptop and Netbook 2 05-24-2007 12:36 PM
I can't connect to the Internet using Firefox on OpenSUSE POCOFIREFOX Linux - General 4 04-23-2007 05:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:50 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