Page 1 of 1

Automating Linux Administration through Web Interface

Posted: Thu Aug 05, 2010 8:24 am
by devarishi
Hi,


The question that I am posting here is quite interesting as it was asked in the interview I attended today. And, honestly, I could not provide a solution.

Ok, here goes the problem statement:

Design a Web Interface that has three text fields:

Code: Select all

IP Address:
Subnet Mask:
Default Gateway:
And a button:

Code: Select all

Submit
When we click the Submit button, the two entries must be set in the concerned files and then the network service must be restarted to bring the new IP Address, Subnet Mask, and Default Gateway in effect.

As we all know that these settings can be done by the root user or a user who has those priveleges.

So, finally, how can we achieve it?

The complete web interface needs to be done only in PHP. Some Shell Script can be used if required.

Re: Automating Linux Administration through Web Interface

Posted: Thu Aug 05, 2010 12:07 pm
by mikosiko