<html><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><META name="Author" content="Novell GroupWise WebAccess"></head><body style='font-family: Tahoma, sans-serif; font-size: 13px; '>Hi Joseph<br><br>Oh yes I have :-)<br>But are you sayng that "eval ${domain}" will do more than is done when I restart the fs?<br>I don't see that anywhere in the guide :-D<br><br>I'll try it out asap!<br><br>Thanks<br>Fribse<br><br><br>&gt;&gt;&gt; "Joseph L. Casale" &lt;jcasale@activenetwerx.com&gt; 12-01-10 18:41 &gt;&gt;&gt;<br>&gt;Hi Guys<br>&gt; <br>&gt;I really would like to have this up and running, but I'm constantly running into things that doesn't work, and I have no idea where the problem is...<br>&gt; <br>&gt;I've started from scratch with pfSense and Freeswitch.<br>&gt;I've followed the Multi Home tutorial here: http://wiki.freeswitch.org/wiki/Multi_home_tutorial<br>&gt; <br>&gt;I've deleted the 'lan' profile, and altered the 'internal' profile as recommended, and I've gotten to the paragraph:<br>&gt;<br>&gt;APPLYING YOUR CHANGES AND CHECKING YOUR WORK<br>&gt;<br>&gt;When I start up my x-lite program I get this error:<br>&gt;2010-01-12 16:38:54.172731 [WARNING] sofia_reg.c:1755 Can't find user [1000@83.89.x.x]<br>&gt;You must define a domain called '83.89.x.xin your directory and add a user with the id="1000" attribute<br>&gt;and you must configure your device to use the proper domain in it's authentication credentials.<br>&gt;and you must configure your device to use the proper domain in it's authentication credentials.<br>&gt; <br>&gt;83.89.x.x is my external IP, and not my internal IP???<br>&gt;<br>&gt;Any help on this?<br><br>This is because you haven't set your domain in vars.xml. The behavior is that<br>$${local_ip_v4} evals to your wan ip. This is the first step in that tutorial:)<br>http://wiki.freeswitch.org/wiki/Multi_home_tutorial#INTERNAL_LAN<br><br>Open vars.xml, make the line:<br>  &lt;X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/&gt;<br>  &lt;X-PRE-PROCESS cmd="set" data="domain_name=$${domain}"/&gt;<br><br>Match your lan ip:<br>  &lt;X-PRE-PROCESS cmd="set" data="domain=192.168.13.1"/&gt;<br>  &lt;X-PRE-PROCESS cmd="set" data="domain_name=$${domain}"/&gt;<br> <br>restart fs, then goto the fs_cli and type `eval ${domain}` it should<br>come back with "your" lan ip.<br><br>_______________________________________________<br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></body></html>