Difference between revisions of "SRA840 Lab3"

From CDOT Wiki
Jump to: navigation, search
(Varinder Singh)
Line 10: Line 10:
  
 
===Varinder Singh===
 
===Varinder Singh===
 +
 
Configuring Network On freeBSD (Virtual Box)
 
Configuring Network On freeBSD (Virtual Box)
 +
 +
Setup:
  
 
192.169.1.101  IP for Host NIC (Connted to Internet)
 
192.169.1.101  IP for Host NIC (Connted to Internet)
 +
 
192.168.122.1  IP Host Machine's Vibr0
 
192.168.122.1  IP Host Machine's Vibr0
 +
 +
Command to run
  
 
On Virtual Machine FreeBSD (Dell Laptop D610) (Fedora 9 Host) (Fedora10 Virtual M/C)
 
On Virtual Machine FreeBSD (Dell Laptop D610) (Fedora 9 Host) (Fedora10 Virtual M/C)
  
#ifconfig em0 192.168.122.10 netmask 255.255.255.0
+
ifconfig em0 192.168.122.10 netmask 255.255.255.0
#route add -net 0.0.0.0 192.168.122.1
+
route add -net 0.0.0.0 192.168.122.1
  
#vi /etc/resolv.conf
+
vi /etc/resolv.conf
 
nameserver 192.168.122.1
 
nameserver 192.168.122.1

Revision as of 23:31, 2 February 2009

Milton Paiva Neto

Host OS: Fedora Core 10 x64

Guest Os: FreeBSD 7.1 i386

Processor: Intel(R) Core(TM)2 Duo CPU T5450 @ 1.66GHz

  • How my processor does not have the instruction vmx I could not use kvm, then I used Virtual Box that only supports 32 bits guest operational systems.

Installing a port: Install a port is the same thing as compile and install a software from the source in Fedora, just ./configure, make, and make install.

Varinder Singh

Configuring Network On freeBSD (Virtual Box)

Setup:

192.169.1.101 IP for Host NIC (Connted to Internet)

192.168.122.1 IP Host Machine's Vibr0

Command to run

On Virtual Machine FreeBSD (Dell Laptop D610) (Fedora 9 Host) (Fedora10 Virtual M/C)

ifconfig em0 192.168.122.10 netmask 255.255.255.0 route add -net 0.0.0.0 192.168.122.1

vi /etc/resolv.conf nameserver 192.168.122.1