Changes between Initial Version and Version 1 of ComputerList


Ignore:
Timestamp:
01/16/14 16:43:48 (11 years ago)
Author:
aparavac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComputerList

    v1 v1  
     1== Gate ==
     2
     3Usage:
     4
     5 * Provides DHCP and Internet access for the internal network (gateway)
     6 * Provides user authentification via LDAP
     7 * Mail and Webserver running fact-project.org
     8 * MySQL database server
     9 * VPN server
     10
     11Ethernet interfaces: eth0, eth1\\
     12Virtual interfaces: br0, tap0, eth1:0
     13
     14Check /etc/network/interfaces
     15
     16'''eth0'''
     17
     18eth0 is bridged to the virtual ethernet interface br0 together with tap0 for the VPN network.
     19eth0 itself has no IP address
     20
     21'''eth1'''
     22
     23eth1 provides the external network access to the internet and is configured as 161.72.93.133/255.255.255.224
     24
     25'''br0'''
     26
     27br0 has 10.0.100.21/255.255.255.0 and holds therefore the main address to the internal interface.
     28
     29'''tap0'''
     30
     31Transport interface for OpenVPN. This interfaces is bridged to the internal network via eth0 and the bridge device br0.\\
     32tap0 has no IP address
     33
     34'''eth1:0'''
     35
     36Secondary ip address 192.168.0.21 to the private network 192.168.0.0/24. Legacy?