logo

blog

My website can't be that messy, right? git clone https://anongit.hacktivis.me/git/blog.git/
commit: fddc5721d069952c9d5339e93e63c92a76558fcf
parent cc8eed3020af178406ac33a80a97b6309d1c3aad
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 20 Nov 2025 03:16:56 +0100

notes/free_mobile: MMS + WAP

Diffstat:

Mnotes/free_mobile.xhtml25+++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/notes/free_mobile.xhtml b/notes/free_mobile.xhtml @@ -7,14 +7,35 @@ <body> <!--#include file="/templates/en/nav.shtml" --> <main> - Testé sur un Samsung B2100, fonctionne pour les MMS, pas pour le WAP (que Free Mobile ne supporte sans doute pas, technologie obsolète) + <h1>Free Mobile</h1> + <h2>MMS</h2> + Sur un Samsung B2100: <dl> <dt>URL</dt><dd><code>http://mms.free.fr</code></dd> - <dt>Support données</dt><dd>GPRS repli GSM</dd> + <dt>Support données</dt><dd>GPRS uniquement</dd> <dt>Proxy</dt><dd>ON</dd> <dt>Adresse</dt><dd><code>212.27.40.225</code> (correspond à <code>mms.free.fr</code>)</dd> <dt>Port</dt><dd>80</dd> <dt>DNS 1</dt><dd>212.27.40.241</dd> + <dt>DNS 2</dt><dd>212.27.40.240</dd> + <dt>Réglages GPRS</dt> + <dd><dl> + <dt>Nom d'accès</dt><dd>mmsfree</dd> + <dt>Identifiant</dt><dd>208</dd> + <dt>Mot de passe</dt><dd>15</dd> + </dl></dd> + </dl> + <h2>EDGE/WAP</h2> + <dl> + <dt>URL</dt><dd><code>http://mms.free.fr</code></dd> + <dt>Support données</dt><dd>GPRS uniquement</dd> + <dt>Proxy</dt><dd>OFF</dd> + <dt>DNS 1</dt><dd>212.27.40.241</dd> + <dt>DNS 2</dt><dd>212.27.40.240</dd> + <dt>Réglages GPRS</dt> + <dd><dl> + <dt>Nom d'accès</dt><dd>free</dd> + </dl></dd> </dl> </main> <!--#include file="/templates/en/footer.shtml" -->