| 1 | == Gate == |
| 2 | |
| 3 | Usage: |
| 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 | |
| 11 | Ethernet interfaces: eth0, eth1\\ |
| 12 | Virtual interfaces: br0, tap0, eth1:0 |
| 13 | |
| 14 | Check /etc/network/interfaces |
| 15 | |
| 16 | '''eth0''' |
| 17 | |
| 18 | eth0 is bridged to the virtual ethernet interface br0 together with tap0 for the VPN network. |
| 19 | eth0 itself has no IP address |
| 20 | |
| 21 | '''eth1''' |
| 22 | |
| 23 | eth1 provides the external network access to the internet and is configured as 161.72.93.133/255.255.255.224 |
| 24 | |
| 25 | '''br0''' |
| 26 | |
| 27 | br0 has 10.0.100.21/255.255.255.0 and holds therefore the main address to the internal interface. |
| 28 | |
| 29 | '''tap0''' |
| 30 | |
| 31 | Transport interface for OpenVPN. This interfaces is bridged to the internal network via eth0 and the bridge device br0.\\ |
| 32 | tap0 has no IP address |
| 33 | |
| 34 | '''eth1:0''' |
| 35 | |
| 36 | Secondary ip address 192.168.0.21 to the private network 192.168.0.0/24. Legacy? |