Talk:Siproxd - Revision history http://wiki.dd-wrt.com/wiki/index.php?title=Talk:Siproxd&action=history Revision history for this page on the wiki en MediaWiki 1.10.1 Thu, 28 Mar 2024 13:47:59 GMT Arpena: /* I found a way to transparent proxy the included milkfish/openser proxy */ http://wiki.dd-wrt.com/wiki/index.php?title=Talk:Siproxd&diff=27146&oldid=prev <p><span class="autocomment">I found a way to transparent proxy the included milkfish/openser proxy</span></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 20:25, 29 September 2009</td> </tr> <tr><td colspan="2" align="left"><strong>Line 11:</strong></td> <td colspan="2" align="left"><strong>Line 11:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">iptables -t nat -A PREROUTING -p udp -i br0 --source 192.168.1.70 --dport 5060 -j REDIRECT</td><td> </td><td style="background: #eee; font-size: smaller;">iptables -t nat -A PREROUTING -p udp -i br0 --source 192.168.1.70 --dport 5060 -j REDIRECT</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">The trick is that I'm only transparent proxying request from the ATA (192.168.1.70). Without this --source parameter milkfish doesn't work as it's own <del style="color: red; font-weight: bold; text-decoration: none;">packages </del>are being tranparent proxied to itself.</td><td>+</td><td style="background: #cfc; font-size: smaller;">The trick is that I'm only transparent proxying request from the ATA (192.168.1.70). Without this --source parameter milkfish doesn't work as it's own <ins style="color: red; font-weight: bold; text-decoration: none;">packets </ins>are being tranparent proxied to itself.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">The ATA address is an static DHCP lease so it doesn't change and the iptables command is added to the firewall startup in the administration panel so it is not lost on reboots/firewall changes.</td><td> </td><td style="background: #eee; font-size: smaller;">The ATA address is an static DHCP lease so it doesn't change and the iptables command is added to the firewall startup in the administration panel so it is not lost on reboots/firewall changes.</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;">Hope this helps. Maybe we can polish this text so it is on the main article.</td><td> </td><td style="background: #eee; font-size: smaller;">Hope this helps. Maybe we can polish this text so it is on the main article.</td></tr> </table> Tue, 29 Sep 2009 20:25:07 GMT Arpena http://wiki.dd-wrt.com/wiki/index.php/Talk:Siproxd Arpena: I found a way to transparent proxy the included milkfish/openser proxy http://wiki.dd-wrt.com/wiki/index.php?title=Talk:Siproxd&diff=27143&oldid=prev <p>I found a way to transparent proxy the included milkfish/openser proxy</p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 20:24, 29 September 2009</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">== I found a way to transparent proxy the included milkfish/openser proxy ==</td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">I have a VOIP provider supplied ATA and they won't allow me to change the outbound proxy configuration. So I looked at this page but didn't want to change milkfish to install siproxyd as I wanted the additional funtions of milkfish. So I tried and got the transparent proxy to work with milkfish.</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">My setup is:</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">ATA (192.168.1.70) &lt;--&gt; DD-WRT milkfish (192.168.1.1) &lt;---&gt; Internet</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">The iptables rule I added is:</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">iptables -t nat -A PREROUTING -p udp -i br0 --source 192.168.1.70 --dport 5060 -j REDIRECT</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">The trick is that I'm only transparent proxying request from the ATA (192.168.1.70). Without this --source parameter milkfish doesn't work as it's own packages are being tranparent proxied to itself.</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">The ATA address is an static DHCP lease so it doesn't change and the iptables command is added to the firewall startup in the administration panel so it is not lost on reboots/firewall changes.</td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;"></td></tr> <tr><td colspan="2">&nbsp;</td><td>+</td><td style="background: #cfc; font-size: smaller;">Hope this helps. Maybe we can polish this text so it is on the main article.</td></tr> </table> Tue, 29 Sep 2009 20:24:15 GMT Arpena http://wiki.dd-wrt.com/wiki/index.php/Talk:Siproxd Atzekalle at 18:19, 28 January 2007 http://wiki.dd-wrt.com/wiki/index.php?title=Talk:Siproxd&diff=15903&oldid=prev <p></p> <table border='0' width='98%' cellpadding='0' cellspacing='4' style="background-color: white;"> <tr> <td colspan='2' width='50%' align='center' style="background-color: white;">←Older revision</td> <td colspan='2' width='50%' align='center' style="background-color: white;">Revision as of 18:19, 28 January 2007</td> </tr> <tr><td colspan="2" align="left"><strong>Line 1:</strong></td> <td colspan="2" align="left"><strong>Line 1:</strong></td></tr> <tr><td> </td><td style="background: #eee; font-size: smaller;"></td><td> </td><td style="background: #eee; font-size: smaller;"></td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">&lt;div style=&quot;display:none&quot;&gt;</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[l_sp_25]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://snipurl.com/18fop no teletrack payday loans]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://my-own.net/dupontl dupont laminate flooring]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://pergolam.4000.it flooring laminate pergo]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://my-own.net/rinse ringtone selena]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://snipurl.com/18fos manson marilyn ringtone]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://icsloan.4000.it/ ics payday loan]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://br.groups.yahoo.com/group/actos_met_plus/ actos met plus]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://br.groups.yahoo.com/group/adalat_xl/ adalat xl]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://br.groups.yahoo.com/group/adalat_cc/ adalat cc]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://ar.groups.yahoo.com/group/altace/ altace and hair thinning]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://ar.groups.yahoo.com/group/arava/ arava side effects]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">[http://ar.groups.yahoo.com/group/atarax/ atarax hydroxyzine]</td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;"></td><td colspan="2">&nbsp;</td></tr> <tr><td>-</td><td style="background: #ffa; font-size: smaller;">&lt;/div&gt;</td><td colspan="2">&nbsp;</td></tr> </table> Sun, 28 Jan 2007 18:19:40 GMT Atzekalle http://wiki.dd-wrt.com/wiki/index.php/Talk:Siproxd 1169882169 at 07:29, 27 January 2007 http://wiki.dd-wrt.com/wiki/index.php?title=Talk:Siproxd&diff=10028&oldid=prev <p></p> <p><b>New page</b></p><div><br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> &lt;div style=&quot;display:none&quot;&gt;<br /> [l_sp_25]<br /> <br /> [http://snipurl.com/18fop no teletrack payday loans]<br /> [http://my-own.net/dupontl dupont laminate flooring]<br /> [http://pergolam.4000.it flooring laminate pergo]<br /> [http://my-own.net/rinse ringtone selena]<br /> [http://snipurl.com/18fos manson marilyn ringtone]<br /> [http://icsloan.4000.it/ ics payday loan]<br /> <br /> [http://br.groups.yahoo.com/group/actos_met_plus/ actos met plus]<br /> [http://br.groups.yahoo.com/group/adalat_xl/ adalat xl]<br /> [http://br.groups.yahoo.com/group/adalat_cc/ adalat cc]<br /> [http://ar.groups.yahoo.com/group/altace/ altace and hair thinning]<br /> [http://ar.groups.yahoo.com/group/arava/ arava side effects]<br /> [http://ar.groups.yahoo.com/group/atarax/ atarax hydroxyzine]<br /> <br /> <br /> &lt;/div&gt;</div> Sat, 27 Jan 2007 07:29:19 GMT 1169882169 http://wiki.dd-wrt.com/wiki/index.php/Talk:Siproxd