Displaying 1 result from an estimated 1 matches for "enet0".
Did you mean:
net0
2003 May 12
1
[Fwd: Re: Down the MPD road]
...l &
LDAP connections from the MPD'd range to the mail server. Then have
your MPD'd users use that box.
You can use ipfw+natd to do this; something like:
natd -redirect_address ma.il.ser.ver 0.0.0.0
ipfw add divert 8668 tcp from mpd.ra.ng.es/bits to int.er.nal.ip \
25,110,389 in recv enet0
ipfw add divert 8668 tcp from ma.il.ser.ver 25,110,389 to int.er.nal.ip
in recv enet0
If resources aren't scarce, you could even use the box that's running
mpd to do it.
(if anyone can spot problems with this aside from the accounting
difficulties, please let me know)
A better solution,...