1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-04-04 07:43:22 -04:00

Simplified things, /etc/network/interfaces is used instead.

This commit is contained in:
freesource 2001-08-23 02:38:21 +00:00
parent 63df313167
commit 205ca76c4b

@ -1,8 +1,2 @@
#!/bin/bash
# This is what I use to set-up the network from within uml using tap. Edit it to
# your own requirments
ifconfig eth0 192.168.1.2 up
route add -net 192.168.1.0 gw 192.168.1.5 netmask 255.255.255.0
route add default gw 192.168.1.5
Edit /etc/network/interfaces to the requirements of your network
to bring up your interfaces.