Here is my situation:
We need to be able to have different users (as identified by ident)
appear to be coming from different source ips.
Here is our current approach:
acl ipone ident user1
acl iptwo ident user2
tcp_outgoing_address 192.168.1.1 ipone
tcp_outgoing_address 192.168.1.2 iptwo
tcp_outgoing_address 192.168.1.3
Now without fail it will ALWAYS use 192.168.1.3 regardless of the user.
When using these same ACLS for http_access, there is no problem, but it
appears that tcp_outgoing_address part doesn't even query the identd server.
(as determined by the identd logs)
Any help would be greatly appreciated!
-Josh
Received on Thu Jun 19 2003 - 10:52:16 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:17:27 MST