diff options
Diffstat (limited to 'simple/1/root/etc/rc.conf')
| -rw-r--r-- | simple/1/root/etc/rc.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/simple/1/root/etc/rc.conf b/simple/1/root/etc/rc.conf new file mode 100644 index 0000000..6dedadd --- /dev/null +++ b/simple/1/root/etc/rc.conf @@ -0,0 +1,5 @@ +hostname="test-1" +sshd_enable="YES" +ifconfig_eth0="inet 10.1.0.3/24 up" +ifconfig_eth1="inet 10.2.0.3/24 up" +defaultrouter="10.2.0.1" |
