1af07
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi, I am trying to install compat6x-i386 on a VMware guest freeBSD.
Since I dont have vmWare tools installed, I cannot access other files through the BDS guest, except through vmWare virtual cdrom. So I converted the package file into an .iso file and mounted it. But I get message like pkg_add: can't stat package file '...'. I need this package in order to finish installation of vmWare tools... |
|
#2
|
||||
|
||||
|
Enable sshd and ssh or scp the file to/from the virtual machine.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
emosms (January 7th, 2010) | ||
|
#3
|
|||
|
|||
|
Quote:
or these are vmWare features |
|
#4
|
||||
|
||||
|
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
emosms (January 7th, 2010) | ||
|
#5
|
|||
|
|||
|
Quote:
I set some IP, gateway and so on settings at instalation time, but just exploring basic commands now. No graphic interface, no browser. As I understand, I cannot directly acces the bds folder structure from windows, inside the vmware file that hosts freeBSD |
|
#6
|
||||
|
||||
|
What happens when in the virtual machine, as root you type:
pkg_add -r compat6x-i386
__________________
http://www.rhyous.com/freebsd-friday The only thing you take with you when you die is your knowledge. Never stop acquiring it. |
|
#7
|
||||
|
||||
|
Quote:
If that works go in the fbsd VM and edit /etc/rc.conf, add this: Code:
sshd_enable="YES" # /etc/rc.d/sshd start.On your Windows host, install PuTTY and use it to connect to the IP address of your virtual machine. You can use WinSCP to transfer files back and forth.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
emosms (January 7th, 2010) | ||
|
#8
|
|||
|
|||
|
can I ping it from my... web browser? if so, it does not respond I am just studying putty
|
|
#9
|
||||
|
||||
|
No.
Back to basics... On Windows, Start -> Run... cmd.exe On that prompt ping <ip address>.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
emosms (January 7th, 2010) | ||
|
#10
|
||||
|
||||
|
A better test is to do it from the BSD side: ping <ip of windows>
If that works, then you have a working network, and can just use pkg_add -r <package name> to install packages automatically. |
| The Following User Says Thank You to phoenix For This Useful Post: | ||
emosms (January 7th, 2010) | ||
|
#11
|
|||
|
|||
|
Good in networking and protocols as much as in unix...
Actually I entered during instalation these IP, DNS and Gateway, given from my internet provider. This is for the ethernet adapter Ipv6 protocol. Thank u all |
|
#12
|
|||
|
|||
|
So, now when I ping it is OK, but maybe I do ping my windows network adapter... :lol:
|
|
#13
|
|||
|
|||
|
from BSD's side:
Code:
ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host Last edited by DutchDaemon; January 7th, 2010 at 18:44. |
|
#14
|
||||
|
||||
|
You cannot enter an IPv6 address during install. You can only turn on IPv6 support. Since you seem to have trouble enough with IPv4 I suggest leaving IPv6 for now.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#15
|
|||
|
|||
|
Quote:
How do I stop freeBSD to PING? It comes up repeatedly on the screen, cant type any comand. So I restart the OS from the vmWare's interface. |
|
#17
|
|||
|
|||
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 7.2 as Guest OS on Windows XP/Microsoft Virtual PC 2007 | mraj | Networking | 3 | July 17th, 2010 19:25 |
| [Solved] Virtual Box Guest Additions | hitchup | Installation and Maintenance of FreeBSD Ports or Packages | 12 | December 31st, 2009 09:20 |
| [Solved] FreeBSD 8.x Guest in VirtualBox | TzunTzai | X.Org | 4 | October 23rd, 2009 22:36 |
| Installing vboxadditions in guest | weziw | Installation and Maintenance of FreeBSD Ports or Packages | 6 | September 7th, 2009 00:30 |
| FreeBSD 7, runaway clock as guest OS on Microsoft Virtual Server | sailorfej | General | 6 | January 22nd, 2009 23:28 |