Changes between Version 9 and Version 10 of ubuntuinstall


Ignore:
Timestamp:
Nov 17, 2016, 10:52:52 AM (8 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ubuntuinstall

    v9 v10  
    646646}}}
    647647
    648 === Setting UP IP Addresses ===
    649 
    650 Edit /etc/network/interfaces files to include your IP addresses in your PC
    651 Get your IP address from the [wiki:ipallocation IP table]
    652 {{{
    653 
    654 
    655 iface eth0 inet static
    656 
    657 
    658     address 192.248.x.x
    659     netmask 255.255.255.0
    660     network 192.248.6.0
    661     broadcast 192.248.6.255
    662     gateway 192.248.6.254
    663     dns-nameservers 192.248.1.161
    664     dns-search yourdmain
    665 }}}
    666 When you completed the IP settings of the VM, restart and login to confirm correct IP settings.
    667 
    668 
     648== Final Step (Needed for the next Hands-on)==
     649
     650You will use This PC (pc."your domain".ws.ac.lk) in your next pfSense hands-on as a client machine. In the next step we are going to install an GUI for linux PC. It will make things easy for you to carry on your pfSense Hands-on.
     651
     652{{{
     653sudo apt-get update
     654}}}
     655This command will update your repositories.
     656{{{
     657sudo apt-get install xubuntu-desktop
     658}}}
     659This will install Xfce Desktop Environment.