<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Thank you so much for taking the time to type that out. Unfortunately for me, it is Win XP<br><br>&gt; Date: Thu, 29 Oct 2009 11:30:59 -0400<br>&gt; From: abalashov@evaristesys.com<br>&gt; To: asterisk-biz@lists.digium.com<br>&gt; Subject: Re: [asterisk-biz] Bypass Hotel hotspot login page for IP Phone<br>&gt; <br>&gt; (Works if your laptop is Linux:)<br>&gt; <br>&gt; I would connect the IP phone to your laptop via a switch.  Plug your <br>&gt; laptop into same switch.  Plug cable going into hotel jack into switch <br>&gt; as well.<br>&gt; <br>&gt; Set up a virtual subinterface (i.e. eth0:1) on a /30 with your phone <br>&gt; on the other side, i.e. 192.168.200.1/30 (laptop) and 192.168.200.2/30 <br>&gt; (phone).  Set 192.168.200.1 to be your phone's default gateway.<br>&gt; <br>&gt; Then, set up other interface on laptop (eth0) as per normal to connect <br>&gt; to hotel, e.g. acquire a DHCP lease on it.<br>&gt; <br>&gt; Enable IP forwarding:<br>&gt; <br>&gt;     echo 1 &gt; /proc/sys/net/ipv4/ip_forward<br>&gt; <br>&gt; Then, NAT your phone's traffic out of your laptop.  From the hotel <br>&gt; router's point of view, it will appear to be coming out of your laptop:<br>&gt; <br>&gt;     iptables -A POSTROUTING -o eth0 -s 192.168.200.0/30 -j MASQUERADE<br>&gt; <br>&gt; This will put you behind two layers of NAT from the point of view of <br>&gt; your service provider/PBX/whatever, but if the reregistration <br>&gt; intervals are frequent enough, OPTIONS pings are turned on <br>&gt; (qualify=yes if Asterisk is the UAS), and the upstream NAT gateway <br>&gt; isn't ridiculous, it should work - certainly enough to reliably make <br>&gt; calls out.<br>&gt; <br>&gt; -- <br>&gt; Alex Balashov - Principal<br>&gt; Evariste Systems<br>&gt; Web     : http://www.evaristesys.com/<br>&gt; Tel     : (+1) (678) 954-0670<br>&gt; Direct  : (+1) (678) 954-0671<br>&gt; <br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; <br>&gt; asterisk-biz mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;    http://lists.digium.com/mailman/listinfo/asterisk-biz<br>                                               <br /><hr />Windows 7: It helps you do more. <a href='http://www.microsoft.com/Windows/windows-7/default.aspx?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen3:102009' target='_new'>Explore Windows 7.</a></body>
</html>