LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-04-2017, 05:23 PM   #1
omci
LQ Newbie
 
Registered: Jul 2017
Posts: 5

Rep: Reputation: Disabled
Unabe to open a web browser and connect to the internet on Virtual box using Ubuntu 14.04


I freshly installed virtual machine Ubuntu 14.04 on virtual box. I am trying to open a web browser on the virtual machine using the command: sensible-browser
This produced the following error:
Code:
ConfigBase::load: Unable to open /home/robotics/.config/terminator/config ([Errno 2] No such file or directory: '/home/robotics/.config/terminator/config')
/usr/share/terminator/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::sm-connect after class was initialised
  self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
/usr/share/terminator/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised
  self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
/usr/share/terminator/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::display after class was initialised
  self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
/usr/share/terminator/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::default-icon after class was initialised
  self.gnome_program = gnome.init(APP_NAME, APP_VERSION)

** (x-terminal-emulator:2003): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.
Any help will be greatly appreciated.
 
Old 07-04-2017, 05:47 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 18,970
Blog Entries: 28

Rep: Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065
What network type is selected for Ubuntu in VirtualBox--->Settings--->Network--->Attached to. (If it's Host Only, change it to NAT and test. Host Only does not allow the VM access to the big wide world.)

Also, what is the output of

Code:
ifconfig                or
ip addr                       and
traceroute google.com
tracefoute 8.8.8.8
being sure to surround it with "code" tags, which become available when you click the "Go Advanced" button at the bottom of the "compose post" window.
 
1 members found this post helpful.
Old 07-04-2017, 07:22 PM   #3
omci
LQ Newbie
 
Registered: Jul 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
In my network settings, I have enabled two Adapters. One is attached to "NAT" and other is "Host-only Adapter".
This is my output for ifconfig
Code:
eth0      Link encap:Ethernet  HWaddr 08:00:27:36:0e:7e  
          inet addr:10.0.2.15  Bcast:10.0.2.255  Mask:255.255.255.0
          inet6 addr: fe80::a00:27ff:fe36:e7e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:24 errors:0 dropped:0 overruns:0 frame:0
          TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4704 (4.7 KB)  TX bytes:4158 (4.1 KB)

eth1      Link encap:Ethernet  HWaddr 08:00:27:3a:9a:67  
          inet addr:192.168.56.101  Bcast:192.168.56.255  Mask:255.255.255.0
          inet6 addr: fe80::a00:27ff:fe3a:9a67/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:590 (590.0 B)  TX bytes:1388 (1.3 KB)

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:65536  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)
My output for traceroute google.com

robotics@playground:~$ traceroute google.com
Code:
traceroute to google.com (216.58.213.238), 30 hops max, 60 byte packets
 1  10.0.2.2 (10.0.2.2)  0.159 ms  0.087 ms  0.107 ms
 2  10.81.255.251 (10.81.255.251)  15.765 ms  15.693 ms  15.647 ms
 3  212.201.44.214 (212.201.44.214)  15.627 ms  20.910 ms  21.654 ms
 4  vkr-g2-5-1.x-win.uni-bremen.de (134.102.121.125)  21.614 ms  22.164 ms  24.250 ms
 5  cr-han2-te0-9-0-6-0.x-win.dfn.de (188.1.244.189)  29.074 ms  30.367 ms  30.355 ms
 6  kr-hws3-1.x-win.dfn.de (188.1.236.76)  35.992 ms  8.081 ms  8.479 ms
 7  209.85.249.126 (209.85.249.126)  13.083 ms  33.124 ms  10.135 ms
 8  209.85.253.241 (209.85.253.241)  10.628 ms  10.611 ms  10.566 ms
 9  ham04s01-in-f14.1e100.net (216.58.213.238)  11.235 ms  11.662 ms  11.646 ms
 
Old 07-04-2017, 09:36 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 18,970
Blog Entries: 28

Rep: Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065Reputation: 6065
Your tracerout does seem to be reaching Google.com in some form.

Code:
$ whois 216.58.213.238

(snip)

NetRange:       216.58.192.0 - 216.58.223.255
CIDR:           216.58.192.0/19
NetName:        GOOGLE
NetHandle:      NET-216-58-192-0-1
Parent:         NET216 (NET-216-0-0-0-0)
NetType:        Direct Allocation
OriginAS:       AS15169
Organization:   Google Inc. (GOGL)
RegDate:        2012-01-27
Updated:        2012-01-27
Ref:            https://whois.arin.net/rest/net/NET-216-58-192-0-1
(snip)


I suggest disabling the "host only" adapter and retesting.

As my signature says, test one thing at a time.
 
Old 07-04-2017, 10:15 PM   #5
omci
LQ Newbie
 
Registered: Jul 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
I disabled "host only". After reboot upon running sensible-browser. I get the same error as before. Can you elaborate if it was upto you, how would you setup such a network. Also what adpter type complies with NAT?
Note: I am using a VM with an .ova file provided by my institute with ubuntu 14.04 and ros-indigo.
 
  


Reply

Tags
internet access, virtual box


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Network adapter fails to connect to the internet after I use Kali inside Virtual Box user1212 Linux - Newbie 5 11-13-2016 07:16 AM
Virtual Box: Ubuntu and OpenSUSE internet connection requiring certificates josecolella Linux - Virtualization and Cloud 0 10-28-2011 07:06 AM
How Do You Install Web Browser on Mobile Internet Device Running Ubuntu Linux 2.6.29 DaveCandy Linux - Mobile 3 05-11-2011 05:27 PM
Installing any Open-Source web browser on a linux BOX and share it over NFS Rednameless Linux - Software 11 03-10-2010 04:36 PM

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

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