Changes in BOOK/network/common/static.xml [71544ee:572d0a6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/network/common/static.xml
r71544ee r572d0a6 29 29 mkdir -v ifconfig.eth0 && 30 30 cat > ifconfig.eth0/ipv4 << "EOF" 31 <literal>ONBOOT= "yes"32 SERVICE= "ipv4-static"33 IP= "192.168.1.1"34 GATEWAY= "192.168.1.2"35 PREFIX= "24"36 BROADCAST= "192.168.1.255"</literal>31 <literal>ONBOOT=yes 32 SERVICE=ipv4-static 33 IP=192.168.1.1 34 GATEWAY=192.168.1.2 35 PREFIX=24 36 BROADCAST=192.168.1.255</literal> 37 37 EOF</userinput></screen> 38 38
Note:
See TracChangeset
for help on using the changeset viewer.