Changes

Jump to navigation Jump to search
86 bytes added ,  10:44, 3 June 2019
m
Line 1: Line 1: −
=== Platformed PC ===
+
===Platformed PC===
    
*Add an USB network adapter to the Platformed PC
 
*Add an USB network adapter to the Platformed PC
Line 7: Line 7:  
*Create a scheduled task to start FreeProxy on startup  (Administrator rights required)
 
*Create a scheduled task to start FreeProxy on startup  (Administrator rights required)
   −
=== Raspberry Pi ===
+
===Raspberry Pi===
    
*Assign static IP to the Raspberry Pi via /etc/network/interfaces
 
*Assign static IP to the Raspberry Pi via /etc/network/interfaces
Line 15: Line 15:  
**Must assign static IP to the platformed PC
 
**Must assign static IP to the platformed PC
   −
=== Physical Setup ===
+
===Physical Setup===
    
*Connect the DCHP server (Raspberry Pi), the Platformed PC (Added USB adapter) and the PCs that will use the SOCKS5 proxy to a switch
 
*Connect the DCHP server (Raspberry Pi), the Platformed PC (Added USB adapter) and the PCs that will use the SOCKS5 proxy to a switch
Line 22: Line 22:  
<br />
 
<br />
   −
== Configuration Files ==
+
==Configuration Files==
   −
=== Raspberry Pi ===
+
===Raspberry Pi===
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
sudo apt update
 
sudo apt update
Line 32: Line 32:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
==== /etc/network/interfaces ====
+
====/etc/network/interfaces====
 
<syntaxhighlight lang="text">
 
<syntaxhighlight lang="text">
 
source-directory /etc/network/interfaces.d
 
source-directory /etc/network/interfaces.d
Line 44: Line 44:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
==== /etc/dhcp/dhcpd.conf ====
+
====/etc/dhcp/dhcpd.conf====
 
<syntaxhighlight lang="text">
 
<syntaxhighlight lang="text">
 
option domain-name "rra.lan";
 
option domain-name "rra.lan";
Line 82: Line 82:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
==== /etc/default/isc-dhcp-server ====
+
====/etc/default/isc-dhcp-server====
 
<syntaxhighlight lang="text">
 
<syntaxhighlight lang="text">
 
INTERFACESv4="eth0"
 
INTERFACESv4="eth0"
Line 92: Line 92:     
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
=== Platformed PC Free Proxy Configuration ===
 +
[[File:FreeProxyConfiguration.png|left|thumb]]
 +
<br />

Navigation menu