Tagged Questions
2
votes
0answers
124 views
dhcp server configured in ubuntu on vmware
How can I test a dhcp server running on Ubuntu in vmware?
My dhcp configuration is:
ddns: update-style none;
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.56.0 netmask 255.255.255.0 {
...
0
votes
3answers
3k views
How to test apache server on Ubuntu Server 10.04 running in VirtualBox?
I installed Ubuntu Server 10.04 via VirtualBox, yes, the I use virtual machine, cuz I am learning ubuntu. I installed apache webserver by this command:
sude apt-get install apache2
Everything looks ...