You are on page 1of 1

curl 192.168.138.

100/onvif/device_service -d "<s:Envelope
xmlns:s='http://www.w3.org/2003/05/soap-envelope'> <s:Body
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'> <GetDeviceInformation
xmlns='http://www.onvif.org/ver10/device/wsdl'/> </s:Body> </s:Envelope>"

curl 192.168.138.77/onvif/device_service -d "<soapenv:Envelope


xmlns:soapenv='http://www.w3.org/2003/05/soap-envelope'
xmlns:tds='http://www.onvif.org/ver10/device/wsdl'
xmlns:tt='http://www.onvif.org/ver10/schema'> <soapenv:Body>
<tds:SetNetworkInterfaces> <tds:InterfaceToken>eth0</tds:InterfaceToken>
<tds:NetworkInterface> <tt:Enabled>true</tt:Enabled> <tt:IPv4>
<tt:Enabled>true</tt:Enabled> <tt:Manual> <tt:Address>192.168.133.100</tt:Address>
<tt:PrefixLength>23</tt:PrefixLength> </tt:Manual> <tt:DHCP>false</tt:DHCP>
</tt:IPv4> </tds:NetworkInterface> </tds:SetNetworkInterfaces> </soapenv:Body>
</soapenv:Envelope>

You might also like