This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Strange Network Setups / MSN Messanger

I have two problems that I need to address:

One, I have a partial T1 with 16 IP addresses. 6 are used for severs and I can't touch them at all. Period.

The other 10 are for workstations and I need to have them firewalled. I tried to setup a LAN (10.0.0.x) and use NAT, but that's imcompatable with MSN Messanger. If someone can help me fix that, then I can go back to that simple setup.

Otherwise, I think the only solution is to try to make a "transparent firewall bridge".

For each public IP, say, a.b.c.1, a.b.c.2, and so on - I need to have the firewall translate them to an identical network on another network card. So:

a.b.c.1 -> eth0 FIREWALL eth1 -> a.b.c.1
a.b.c.2 -> eth0 FIREWALL eth1 -> a.b.c.2
...
a.b.c.10 -> eth0 FIREWALL eth1 -> a.b.c.10

The problem is, I dont think machines will understand having two copies of the same IP address, even if they are on different NIC's.

How can I do this setup?

If someone has successfully used the MSN Messanger function *WITH* file transfter, let me know - I've tried forwarding 1863, 6891 - 6901, and none of it seems to work.


This thread was automatically locked due to age.
Parents
  • you have 16 addresses ? or a /255.255.255.240 network ? The latter only has 14 useable addresses (or even 13, if the router uses one).

    You can set up a "transparent" firewall with proxy ARP. I'll post a writeup on this soon.

    /tom
Reply
  • you have 16 addresses ? or a /255.255.255.240 network ? The latter only has 14 useable addresses (or even 13, if the router uses one).

    You can set up a "transparent" firewall with proxy ARP. I'll post a writeup on this soon.

    /tom
Children