0
votes
0answers
12 views

'Mail Forwarding' to New Mail Server

I have a domain registered with HostGator which i use for emails. I want to 'forward' these emails to a Kerio Connect mail server i have installed. As it stands at the moment, i have a CNAME record ...
0
votes
0answers
29 views

Making a “soft” tap on debian linux: Is it a good idea to use Broadcast Bonding mode to accomplish this?

I am trying to make a network tap which will listen for all traffic on eth0 and forward it to eth1 and eth2. I have found daemonlogger -i eth0 -o bond0 command to capture traffic on eth0 and forward ...
0
votes
1answer
29 views

Route network through server

Sorry if this has been answered. I truly searched thoroughly before asking. I've got two routers, and a server with two nic's I want my network to function as follows: MODEM -> Router 1 (DHCP HERE) ...
0
votes
0answers
64 views

How to create IP forwarding rules based on a MAC address?

I am working on implementing a Windows-based gateway which will act like a captive portal and forward user packets only if he/she is authenticated. One way of doing it, I thought, would be to ...
0
votes
1answer
97 views

Forward address, not port. Ubuntu

Is it possible to forward an address in Linux/Ubuntu and not just ports? Say I have a virtual machine in my Ubuntu-comp and I want both the VM and the Hosting OS to have apache running on port 80. ...
3
votes
3answers
673 views

Different network classes in the same physical network

Imagine one small network with one switch (or hub) and, say, 10 users. Is it possible that 5 of them would be in the 192.168.1.0/24 network and the rest 5 be in 192.168.2.0/24 network? Would there ...
2
votes
1answer
22 views

Is there aSSH Remote Fowarding source restriction?

The following command will allow me to view Google.com on localhost:9999 ssh user@mywebsite -R localhost:9999:www.google.com:80 but the following command will not allow me to view Google.com on ...
2
votes
3answers
7k views

How map/forward port under Ubuntu for other machine ? (localhost 555 -> 192.168.0.21:555)

Any idea how I can create a "virtual" listening port on my Ubuntu computer porting for remote IP? I mean, something like this. When I write telnet 127.0.0.1 555, I want to get a connection to ...
1
vote
3answers
4k views

Windows 7 port Forwarding Issue

I can't get port forwarding to work now that I am using windows 7 (64-bit). I am using a wireless connection (no wired connection available). I have the ports forwarded (IP has been double checked, ...
3
votes
2answers
573 views

Remote desktop to multiple windows machines on a LAN with dynamic IP

Is it possible to use remote desktop to connect to multiple computers inside a network that has a dynamic IP address? I use a netgear WPN824 router which has dyndns onboard - but I currently use ...