Displaying 5 results from an estimated 5 matches for "rinetd".
Did you mean:
inetd
2008 Nov 03
1
Forward all traffic from public IP A to public IP B?
Need help.
Im trying to forward all traffic to a public server(A) to another public
server(B) except traffic to port 22. Found this on google but cant get
it to work. Could someone help me please.
Server A has one NIC server B has one NIC. Do i need 2 NICS in server A.
#!/bin/sh
iptables -F
iptables -F INPUT
iptables -F OUTPUT
iptables -F FORWARD
iptables -X
iptables -F -t nat
iptables -P
2015 Jun 12
1
Re: Recommended change for the networking page in wiki
2015 May 11
2
Two nodes with same key?
...lly) on the network
(connected directly to each other). This would last until testing of
the new hub is complete, the DNS name is switched to the new hub and the
old hub is shut down.
If this won't work, I can either break connectivity until I can switch
the DNS names, or I run something like rinetd on the old hub to forward
tinc traffic to the new hub.
Graham
2009 Jan 16
2
Port Forwarding
I'm having trouble getting port forwarding working on my one box.
I have 2 incoming internet connections.
I have 2 servers on these connections.
pubinternet privinternet
eth0:x.x.x.x eth0:y.y.y.y
eth1:10.10.10.1 eth1:10.10.10.4
I need to be able to port forward traffic
2015 Jun 08
3
Recommended change for the networking page in wiki
Hello all,
I was told on IRC that I should come here to discuss a recommended change
on the networking page in the wiki.
If you take a look at the "Basic Script" shown here:
http://wiki.libvirt.org/page/Networking#Forwarding_Incoming_Connections
It does two things:
1) Create a DNAT rule in the NAT table of IPTABLES
2) Create a FORWARD rule in the FILTER table of IPTABLES
The FORWARD