Changes between Version 6 and Version 7 of install_debian/server


Ignore:
Timestamp:
May 13, 2013, 9:35:01 PM (11 years ago)
Author:
Ross
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_debian/server

    v6 v7  
    143143  └─────────────────────────────────────────────────────────────────────────┘
    144144}}}
     145
     146== Additional Steps ==
     147 * Create a DNS host from control panel.
     148 * '''Get ssh access''' - Install bridge-utils and configure `/etc/network/interfaces` to look like this (make changes as needed to IP Address information.
     149
     150{{{
     1510 florence:~# cat /etc/network/interfaces
     152auto lo
     153iface lo inet loopback
     154#
     155auto br0
     156
     157iface br0 inet static
     158 address 216.66.22.48
     159 netmask 255.255.255.224
     160 gateway 216.66.22.33
     161 bridge_ports eth0
     1620 florence:~#
     163}}}