port

Search

You can find the results of your search below.

NFTables Configuration
68 Hits, Last modified:
er address</color>\\ <tab3>define <color red>vpn_port = 51914</color><color blue> #definition of wireguard server port</color>\\ <tab3><color #000060/#F0F0FF>#define</... achine.</color>\\ <tab6><color blue> # ssh is port 22 for SSH on both TCP and UDP, but we only use TCP!</color>\\ <tab6><color blue> # bootps, port 67 and bootpc, port 68 are for DHCP on both TCP a
NFTables IP Control
25 Hits, Last modified:
ports to open for input to this machine. # ssh is port 22 for SSH on both TCP and UDP, but we only use TCP! # bootps, port 67 and bootpc, port 68 are for DHCP on both TCP and UDP, # but we only use UDP! # domain is port 53 for DNS requests on TCP & UDP. # openvnp is po
IPTables Configuration
16 Hits, Last modified:
t be the case. As of year ending 2019 general support and functionality of NFTables is much improved. That being said overall information and support for IPTables is more comprehensive. Application ... NAT to LAN -A PREROUTING -p tcp -m tcp -i ppp1 --dport 80 -j DNAT --to-destination 192.168.1.15:80 -A PREROUTING -p tcp -m tcp -i ppp1 --dport 443 -j DNAT --to-destination 192.168.1.15:443 -A
Router Miscellaneous
11 Hits, Last modified:
ed] docker logs algo [view container log] docker port algo After running "docker exec -it algo bash", ... rds as noted below. **IANA Service Name and Transport Protocol Port online [[https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml|Number R
Basic Netfilter Function Block Diagram
6 Hits, Last modified:
e Networks]] *Oregon Tech [[http://oregontechsupport.com/articles/icmp.txt|icmp.txt]] ====PPPoE MTU R... MP]] **Cisco** [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-p... agmentation]], [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-p... ag.html|MTU]], [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-p
Debian / Ubuntu Network Setup
5 Hits, Last modified:
, or the more verbose ''ip a''. The units 4 main port will be setup to look like a router with 1 WAN port and 3 LAN port. The WAN port will be setup on NIC1 with the LAN ports 1-3 will be on bridged NIC2-4. Ensure the bridg
Linux Router Background
4 Hits, Last modified:
andard NFTable version in Ubuntu 16.04 did not support all the features I needed to operate the Router a... new ISP, I was again informed that they do not support unique hardware installation!. So I used the orig... m router with 4 100Mbps ethernet ports and 2 VoIP port. One ethernet port was set up as WAN connection. -The 1000Mbps ethernet router was a N3700 router wit
Router Hardware
4 Hits, Last modified:
NIC, but that is full 1Gbe and there are 2 USB 3 port to allow another full 1Gbe NIC off USB. *An old... ). This unit also comes with a dedicated IPMI LAN Port, allowing full remote KVM operation on the networ... o a Supermicro based unit with dedicated IPMI LAN Port and has given me a good 5 years of service to dat... e a good explanation in their article [[http://support.reliablesite.net/kb/a240/how-to-set-nomodeset-int
Router VM
3 Hits, Last modified:
* Access to public internet modem, via 1 Ethernet port - **the WAN (Wide Area Network) connection** ... add in PCIe card that provided a 2.5GB/s Ethernet port. All these physical ports are connected to a comm... all * NAT (Network Address Translation) * Port forwarding to basic services * Main public
Router Basic Debian Server Setup
3 Hits, Last modified:
e the of keypoints: *I set-up Ubuntu to use LAN port 2, as I want to use LAN port 1 as the Router WAN port. *I do not encrypt the home directory. (See How to install [[http://www.have
DHCP / DNS Setup
1 Hits, Last modified:
nd indicated that they plan to eventually stop support of server version. They seem to recommend migrat
ISP IPoE DHCP Setup Notes
1 Hits, Last modified:
Duplex: full Port: tp Address: 192.168.5.2
IPv6 Setup Notes
1 Hits, Last modified:
''sudo nft add rule inet firewall input position 39 tcp dport domain counter'' [[linux_router:Ubuntu]]