aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-uml.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-uml.conf')
-rw-r--r--pbuilder-uml.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/pbuilder-uml.conf b/pbuilder-uml.conf
index a2ea5dc..9b0377d 100644
--- a/pbuilder-uml.conf
+++ b/pbuilder-uml.conf
@@ -1,8 +1,9 @@
-MY_ETH0=tuntap,,,192.168.30.62
-UML_IP=192.168.30.199
+MY_ETH0=tuntap,,,192.168.0.2
+UML_IP=192.168.0.3
UML_NETMASK=255.255.255.0
-UML_NETWORK=192.168.30.0
+UML_NETWORK=192.168.0.0
UML_BROADCAST=255.255.255.255
-UML_GATEWAY=192.168.30.1
-PBUILDER_UML_IMAGE="/tmp/uml"
+UML_GATEWAY=192.168.0.1
+PBUILDER_UML_IMAGE="${HOME}/uml-image"
UML_MOUNT_TMPFS="no"
+