User Tools

Site Tools


ipconfiguration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ipconfiguration [2020/10/21 14:35]
Andrew Zaborowski
ipconfiguration [2020/11/26 18:30] (current)
Andrew Zaborowski DNS addresses are space delimited in current code
Line 9: Line 9:
 If the **Address** and **Gateway** settings are present in the network config file's **IPv4** section, a static configuration is used instead as in the following example. ​ The other settings are optional. If the **Address** and **Gateway** settings are present in the network config file's **IPv4** section, a static configuration is used instead as in the following example. ​ The other settings are optional.
  
-<​code>​+<​code ​ini>
 [Security] [Security]
 PreSharedKey=27fd71c40ab6867885738e9ca15b21d84b0849531d92bd1f130398470080f4fb PreSharedKey=27fd71c40ab6867885738e9ca15b21d84b0849531d92bd1f130398470080f4fb
Line 17: Line 17:
 Netmask=255.255.255.0 Netmask=255.255.255.0
 Gateway=10.0.1.1 Gateway=10.0.1.1
-DNS=1.1.1.1,8.8.8.8+DNS=1.1.1.1 8.8.8.8
 </​code>​ </​code>​
  
 Some of the optional settings can be used alone to override the values in the DHCP lease. Some of the optional settings can be used alone to override the values in the DHCP lease.
ipconfiguration.1603290904.txt.gz ยท Last modified: 2020/10/21 14:35 by Andrew Zaborowski