PDA

View Full Version : Qt application to change ip address



nighil
23rd January 2011, 06:41
Working to develop a administrative tool(works on gnome and kde) in Qt.Anyone with idea how to change ip address of ubuntu using a Qt application

tbscope
23rd January 2011, 06:44
What do you mean with "change ip address of ubuntu"

Do you want to use proxies?

By the way, your question isn't posted in the correct forum.

Talei
23rd January 2011, 09:32
I assume You want to change "local" address (your inside LAN) if not look one post up.
Probably fastest/easiest way to achieve that is to use QProcess -> ifconfig and change IP.
Or write your code to do so.

Either way That will require root access.