Networking

Entries for: Networking!
^Top
<< Back
Mobile-Menu










Sub Categories

Proxmox

Proxmox Bridge and Nat Interfaces Example

Views: 696
Created: 2021-01-27 05:46:00
Modified: 2023-09-24 04:10:37

This script is for a proxmox host to set up 2 bridges. 1 provides static ip 4 and 6 to vservers<br /> 1 provides NAT routed connection &nbsp; Start of /etc/network/interfaces # This file describes the network interfaces available on your system<br /> # and how to activate them. For more information, see interfaces(5). source /etc/ne...

Mail

Postfix Backup Mailserver

Views: 690
Created: 2021-02-16 19:22:39
Modified: 2023-09-24 20:20:12

This is an easy postfix configuration to backup all emails going to specified domains until the master server is online again. &nbsp; Postfix Configuration [replace yourhostname with your hostname]: smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination<br /> myhostname = yourhostname<br /> ...

IpTables

Forward Port with IPTables

Views: 633
Created: 2021-02-09 09:24:37
Modified: 2023-09-22 01:01:04

This adds a rule to forwars port 1022 to port 22 (SSH) an another internal IP.<br /> iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 1022 -j DNAT --to 192.168.137.100:22<br /> <br /> This removes the previous commands changes:<br /> &nbsp;iptables -t nat -D PREROUTING -i vmbr0 -p tcp --dport 1022 -j DNAT --to 192.1...

IpTables Flush And Allow All Traffic

Views: 1016
Created: 2020-07-25 18:04:25
Modified: 2023-09-23 13:17:41

USE WITH OWN RISK - ALL FIREWALL RULES WILL BE DELETED IPv4<br /> <br /> iptables -F<br /> iptables -X<br /> iptables -t nat -F<br /> iptables -t nat -X<br /> iptables -t mangle -F<br /> iptables -t mangle -X<br /> iptables -P INPUT ACCEPT<br /> iptables -P FORWARD ACCEPT<br /> iptables -P...

Simple Firewall Setup Script

Views: 488
Created: 2021-08-16 16:24:41
Modified: 2023-09-22 06:36:14

Attention! This script has been written 2010 and could be outdated. Start.SH - Start Firewall #!/bin/sh<br /> #Start Firewall<br /> #Copyright by Xeno<br /> # echo<br /> echo Firewall Starter<br /> echo<br /> echo Die Firewall wird gestartet und der Port 22 SSH<br /> echo f&uuml;r die Fernkontrolle frei...



Warning: Array to string conversion in /home/bugfish/public_html/_site/btm/init.php on line 82
Switches: 0 | Arrivals: 0 | Visits: 0
This Website is using Session Cookies for Site Functionality.