sponnusa / opendlp

Automatically exported from code.google.com/p/opendlp
0 stars 0 forks source link

Give OpenDLP a static IP address #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Logged in under default username and pass
2.ran "ifconfig eth0 <ip address> netmask <mask> up 
3.

What is the expected output? What do you see instead?
I was trying to assign a static IP address but it appears the default login 
does not have the rights. I keep getting permission denied errors.

What version of the product are you using? On what operating system?
0.5.1

Please provide any additional information below.

Is openDLP only suppose to work via dhcp (i.e. reservations and leases)?

Original issue reported on code.google.com by kyle.har...@thinkahead.com on 6 Dec 2012 at 6:11

GoogleCodeExporter commented 8 years ago
To elevate yourself from the opendlp user to the root user, do this: sudo 
/bin/bash

Then your ifconfig command will work.

Original comment by andrew.O...@gmail.com on 6 Dec 2012 at 6:15

GoogleCodeExporter commented 8 years ago
Thank You!

Original comment by kyle.har...@thinkahead.com on 6 Dec 2012 at 6:32