Changes in BOOK/network/common/static.xml [572d0a6:71544ee]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/network/common/static.xml
r572d0a6 r71544ee 29 29 mkdir -v ifconfig.eth0 && 30 30 cat > ifconfig.eth0/ipv4 << "EOF" 31 <literal>ONBOOT= yes32 SERVICE= ipv4-static33 IP= 192.168.1.134 GATEWAY= 192.168.1.235 PREFIX= 2436 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.