Compare commits
No commits in common. "f9b5f6b33b77f5970322c7c74079c44c1f7b584d" and "3050d1873784ff00c27ba26c5a25469880adbfe8" have entirely different histories.
f9b5f6b33b
...
3050d18737
@ -109,8 +109,8 @@ services <ethX>
|
|||||||
config <eth0> --ipv4 manual 192.168.137.1 255.255.255.0 192.168.137.1
|
config <eth0> --ipv4 manual 192.168.137.1 255.255.255.0 192.168.137.1
|
||||||
config <eth1> --nameservers <DNS-SERVER>
|
config <eth1> --nameservers <DNS-SERVER>
|
||||||
# Configure packets redirections
|
# Configure packets redirections
|
||||||
iptables -I INPUT -s 192.168.137.2/30 -j ACCEPT
|
iptables -I INPUT -s 192.168.137.0/24 -j ACCEPT
|
||||||
iptables -I FORWARD -o eth0 -s 192.168.137.2/30 -j ACCEPT
|
iptables -I FORWARD -o eth0 -s 192.168.137.0/24 -j ACCEPT
|
||||||
iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
|
iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
|
||||||
```
|
```
|
||||||
|
|
||||||
|
0
archlinux_setup.sh
Executable file → Normal file
0
archlinux_setup.sh
Executable file → Normal file
0
create_arch_server.sh
Executable file → Normal file
0
create_arch_server.sh
Executable file → Normal file
0
mv_docker.sh
Executable file → Normal file
0
mv_docker.sh
Executable file → Normal file
0
vscodium-ext.sh
Executable file → Normal file
0
vscodium-ext.sh
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user