I just want to make sure I get this right. Believe me, we'd all rather have me ask now then to have to try to figure out what I did later.

This is the network section of my config.ini now:

[Network]
Gateway=0.0.0.0
Netmask=0.0.0.0
IPAddress=0.0.0.0
DHCP=1

I want to use a dynamic IP at "home" and a static IP at "work". Is this how I should modify this:

[Network]
Gateway=0.0.0.0
Netmask=0.0.0.0
IPAddress=static.ip.address.here
;@WORK DHCP=0
;@HOME DHCP=1
DHCP=0

What is the trailing "DHCP=0" for? Is that if neither WORK or HOME is selected (ie. docked in the car)?

Thank you in advance.

-Christian