/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */



The docs werent much of a help, so I hope you guys can point me into
the right direction ...

The goal is to remove the external line  24.132.28.y from NT to a
Linux machine, and  to let only trafic through port 1494 (ICA
protocol) to and from the NT machine ... 
            
                        ____
      192.168.1.254    |    |----- 24.132.28.x
                   ----| RH |
                   |   |    |----- 24.132.28.y
                   |   +----+    
        ______     |
       |      |    |
       | NT   |----| 192.168.1.2
       |      |    |
       +------+    .
                   .
                   .
 
   So what I need is to redirect anything comming to port 1494
   from  24.132.28.y to port 1494  at  192.168.1.2
 
   Easily done via ipmasqadm
     ipmasqadm portfw -a -P tcp -L 24.132.28.y  1494 -R 192.168.1.2 1494
 
   The problem now is to get the traffic back 24.132.28.y and 
   not via 24.132.28.x  while all other traffic from all other
   machines  goes through 24.132.28.x

tia

gd



_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/
or email to [EMAIL PROTECTED]

PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.

Reply via email to