Changeset 026bb5d for BOOK/network/common/static.xml
- Timestamp:
- Dec 18, 2013, 1:04:00 AM (12 years ago)
- Children:
- f975b3a
- Parents:
- 1c9985f (diff), 8abef998 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
BOOK/network/common/static.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/network/common/static.xml
r1c9985f r026bb5d 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.
