rule like this running on Solaris 8 box:
pass in quick on bge1 dup-to bge1:172.25.141.67 proto udp from any to
172.25.141.54/32 port = 4050

udp packets incoming from bge1, but outgoing packets dispatching from
bge0 rather desired bge1 on the rule.

The route table output:

# netstat -rn

Routing Table: IPv4
 Destination           Gateway           Flags  Ref   Use   Interface
-------------------- -------------------- ----- ----- ------ ---------
172.25.140.0         172.25.141.88         U        1     88  bge0
172.25.140.0         172.25.141.211        U        1      0  bge1
172.25.140.0         172.25.141.212        U        1      0  bge2
224.0.0.0            172.25.141.88         U        1      0  bge0
default              172.25.140.1          UG       1     34
127.0.0.1            127.0.0.1             UH      16  13988  lo0

As it displays, all 3 network interface configured IP addresses
resides on the SAME sub-network.

My question is, in this case, is it possible to make the specified
output network interface working?
--

Regards,
James Huang

Reply via email to