network on solaris image


 
Thread Tools Search this Thread
Operating Systems Solaris network on solaris image
# 8  
Old 08-19-2010
VirtualBox configuration looks correct. What says:
Code:
ifconfig -a plumb
/usr/X11/bin/scanpci
ifconfig -a

on the Solaris side ?
# 9  
Old 08-19-2010
thnaks

here is list of previous commands executed
Imageshack - netifo.png
# 10  
Old 08-19-2010
It seems you configured that interface with a static IP while you should have let it being configured by VirtualBox through DHCP.
# 11  
Old 08-19-2010
so ? shall I lauch ifconfig dhcp ?

---------- Post updated at 09:00 AM ---------- Previous update was at 08:42 AM ----------

I got it I have launched ipconfig deviceid auto-dhcp
and its working Smilie
thaks for assistence Smilie
# 12  
Old 08-19-2010
To make this setting permanent, you might want to remove /etc/hostname.e1000g0 and create an empty file named /etc/dhcp.e1000g0. Fix also your /etc/hosts file to remove references to the bogus static address.
# 13  
Old 08-20-2010
ok thanks

anothet point any idea how can I set share folder ?
I need to trasfer some packeges there .
samba, nfs or ftp ?
which one is better?
# 14  
Old 08-20-2010
Depends. You need to tell where the share would be located (guest, host, other) and what client(s) would access it.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to Create ISO Image of a CD/DVD in Solaris 10?

Hi Solaris 10 Experts, How can I create an ISO Image of a CD/DVD from the cdrom to a temporary directory, and then use that image to burn it on a blank DVD in the cdrom in Solaris 10 1/13 OS environment? Please provide me with an example. With best regards, SS (1 Reply)
Discussion started by: ssabet
1 Replies

2. Solaris

Solaris 10 Restore from flar image

Hi! I want to migrate Sun Fire v240 server (sun4u) with Solaris 10 update 6 to LDOM virtual host (sun4v). I was mount NFS directory from another server in /mnt and did this steps on v240 1) I add to the /var/sadm/system/admin/.platform PLATFORM_GROUP=sun4v # cat... (1 Reply)
Discussion started by: pbubentsov
1 Replies

3. Solaris

Full password reset and re-image of Solaris

Hello, for my class we were handed SUN servers and told to get into them, and re-image them with a UNIX based OS. The previous class had already set them up, so they have a password already. The most I was able to find on password resetting was able to get me to log in as root and password as... (1 Reply)
Discussion started by: Kyle Smith
1 Replies

4. Solaris

Solaris image file extension

Hi! I've been wondering what is the file extension for an image file in Solaris. For Windows, I know it's .jpeg or .bmp or .png and etc. What do Solaris call their image file extensions then? I just know how to make a file by the use of this command: # mkfile 1000k /dev/rdsk/c7t0d0s0 ... (6 Replies)
Discussion started by: arah
6 Replies

5. IP Networking

Changing network parameter in Existing OS image

Hi , Can some one tell me , is there a way to change the existing network parameter in existing OS image , or do i have to create a new image to have new network parameters . (0 Replies)
Discussion started by: thana
0 Replies

6. Solaris

Solaris JumpStart Image on Floppy?

I was wondering if there was a Solaris JumpStart image small enough to fit on a floppy. The computer I want to JumpStart doesn't have a CD drive. If so, where could I download it? (6 Replies)
Discussion started by: Bradj47
6 Replies

7. Solaris

Solaris ISO image

Hi All, Can anyone give me the lnik to download the iso image file Solaris 10 . I need to install it on my local machine . Pls help me out. VINU (5 Replies)
Discussion started by: vinuvinod
5 Replies

8. UNIX for Dummies Questions & Answers

best way to image solaris/linux drives

We have a whole bunch of both redhat enterprise and solaris 5.7,8,9 systems and we would like to make images of the drives. Does anyone have recommendations on how to best image these systems? (3 Replies)
Discussion started by: frankkahle
3 Replies

9. Tips and Tutorials

Mounting an ISO image on Solaris

Many software packages can be downloaded in the form of an ISO image. ISO images can also be created from CD and saved as ISO images: $ cat /dev/somecd > somename.iso Rather than burning the image to a CD-ROM to access its contents, it is easy to mount the image directly into the filesystem... (0 Replies)
Discussion started by: kduffin
0 Replies
Login or Register to Ask a Question