Left for archival purposes.

User avatar
By laidlow
#6109 Also really interested to know if this is possible, I can't change the router config for a static lease at my workplace so I really need a way of setting it on the node.
User avatar
By zeroday
#6120
laidlow wrote:Also really interested to know if this is possible, I can't change the router config for a static lease at my workplace so I really need a way of setting it on the node.

setip is already added. but not doc-ed yet...

quick example:
Code: Select allwifi.sta.setip({ip="192.168.18.119",netmask="255.255.255.0",gateway="192.168.18.1"})
User avatar
By laidlow
#6123
zeroday wrote:
laidlow wrote:Also really interested to know if this is possible, I can't change the router config for a static lease at my workplace so I really need a way of setting it on the node.

setip is already added. but not doc-ed yet...

quick example:
Code: Select allwifi.sta.setip({ip="192.168.18.119",netmask="255.255.255.0",gateway="192.168.18.1"})


Champion! You just gave me something to play with over the weekend :)