-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtelnet.txt
110 lines (95 loc) · 2.36 KB
/
telnet.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
telnet 192.168.77.128 5002 (Aura) -> (Router) Dhcp Relay
telnet 192.168.77.128 5016 (Himmel) -> DHCP Server
telnet 192.168.77.128 5018 (Helter) -> DNS Server
telnet 192.168.77.128 5020 (Denken) -> Database Server
telnet 192.168.77.128 5022 (Eiken) -> Load Balancer
telnet 192.168.77.128 5028 (Lawine) -> PHP Worker
telnet 192.168.77.128 5030 (Linie) -> PHP Worker
telnet 192.168.77.128 5034 (Lugner) -> PHP Worker
telnet 192.168.77.128 5009 (Frieren) -> Laravel Worker
telnet 192.168.77.128 5011 (Flamme) -> Laravel Worker
telnet 192.168.77.128 5031 (Fern) -> Laravel Worker
telnet 192.168.77.128 5007 (Sein) -> Client
telnet 192.168.77.128 5013 (Stark) -> Client
telnet 192.168.77.128 5023 (Revolte) -> Client
telnet 192.168.77.128 5025 (Richter) -> Client
# Aura (Router)
auto eth0
iface eth0 inet dhcp
up iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE -s 192.173.0.0/16
auto eth1
iface eth1 inet static
address 192.173.1.0
netmask 255.255.255.0
auto eth2
iface eth2 inet static
address 192.173.2.0
netmask 255.255.255.0
auto eth3
iface eth3 inet static
address 192.173.3.0
netmask 255.255.255.0
auto eth4
iface eth4 inet static
address 192.173.4.0
netmask 255.255.255.0
# Himmel (DHCP Server)
auto eth0
iface eth0 inet static
address 192.173.1.1
netmask 255.255.255.0
gateway 192.173.1.0
# Helter (DNS Server)
auto eth0
iface eth0 inet static
address 192.173.1.2
netmask 255.255.255.0
gateway 192.173.1.0
# Denken (Database Server)
auto eth0
iface eth0 inet static
address 192.173.2.1
netmask 255.255.255.0
gateway 192.173.2.0
# Eiken (Load Balancer)
auto eth0
iface eth0 inet static
address 192.173.2.2
netmask 255.255.255.0
gateway 192.173.2.0
# Lugner (PHP Worker)
auto eth0
iface eth0 inet static
address 192.173.3.1
netmask 255.255.255.0
gateway 192.173.3.0
# Linie (PHP Worker)
auto eth0
iface eth0 inet static
address 192.173.3.2
netmask 255.255.255.0
gateway 192.173.3.0
# Lawine (PHP Worker)
auto eth0
iface eth0 inet static
address 192.173.3.3
netmask 255.255.255.0
gateway 192.173.3.0
# Fern (Laravel Worker)
auto eth0
iface eth0 inet static
address 192.173.4.1
netmask 255.255.255.0
gateway 192.173.4.0
# Flamme (Laravel Worker)
auto eth0
iface eth0 inet static
address 192.173.4.2
netmask 255.255.255.0
gateway 192.173.4.0
# Frieren (Laravel Worker)
auto eth0
iface eth0 inet static
address 192.173.4.3
netmask 255.255.255.0
gateway 192.173.4.0