{"id":12,"date":"2005-11-03T03:35:44","date_gmt":"2005-11-03T03:35:44","guid":{"rendered":"http:\/\/blog.cyberwizzard.nl\/?p=12"},"modified":"2026-02-20T14:48:00","modified_gmt":"2026-02-20T13:48:00","slug":"alcatel-speedtouch-under-gentoo-linux","status":"publish","type":"post","link":"https:\/\/blog.cyberwizzard.nl\/?p=12","title":{"rendered":"Alcatel Speedtouch under Gentoo linux"},"content":{"rendered":"<h1>Preface<\/h1>\n<p>This is my first How-to so bear with me \ud83d\ude42<\/p>\n<p>This guide is written for people who want to use an old Alcatel Speedtouch ADSL modem under linux. The first part of the guide will tell you how to set up the uplink using the modem. After that, I&#8217;ll explain how to turn the gentoo machine which controls the uplink into a internet router.<\/p>\n<p><strong>Note:<\/strong> this is a copy from the original article I posted on <a href=\"http:\/\/www.gentoo-wiki.org\">Gentoo Wiki<\/a>. By now there might be differences in the content but this is the original.<br \/> <strong>Updated:<\/strong> Reformatted by hand to clean up the HTML to fix the layout. <\/p>\n<p>   <!--more-->   <\/p>\n<h1>Introduction<\/h1>\n<p>Right now I have an old linux server (200Mhz Pentium) downstairs running SuSE 6.x which is hooked up to an Alcatel Speedtouch modem working as an internet router. Although an old modem, there seem to be numerous people who are still using this piece of history to connect to the internet.<\/p>\n<p>There used to be a (dutch) site which had a prefab package to setup the modem, the server and set up a firewall. Unfortunately the site is gone now leaving people like me without a fresh installer to configure the Alcatel Speedtouch.<\/p>\n<p>Back then my knowledge of linux was poor at best &#8211; I knew a few commands and I thought I was a big shot for getting SuSE to run and even route my ADSL traffic&#8230; Looking back I regret that I didn&#8217;t know what I do now as I would probably be able to monitor the install scripts to be able to copy the behaviour and redo it on my new and shiny gentoo server.<\/p>\n<p>While writing this I&#8217;m attempting to get the Speedtouch to work with gentoo so hopefully this how-to is easy to follow as you will be doing the same things as I am.<\/p>\n<h2>How this is supposed to work<\/h2>\n<p>If you&#8217;re no tech-wiz, skip the techno talk and simply follow the steps. For everybody else, this is how it should work when we&#8217;re done.<\/p>\n<p>The modem and the server have their own ethernet connection in the 10.0.0.x range. Over this network they will create a tunnel using ppp (to be exact synchronous pptp). This tunnel transports the actual internet traffic. Therefor, the endpoint of this tunnel is at the server and will have the public ip address. I will assume that the server has 2 network interfaces, one will be used for the network connection with the modem and the other will go towards your internal network.<\/p>\n<p><strong>IMPORTANT:<\/strong> I assume eth0 is the interface with is connected to the modem while eth1 is the interface connected to your lan. Also, the default configuration of the modem is to use address 10.0.0.138, which I will use in this howto.<\/p>\n<p>To provide a bit of a complete manual I&#8217;ll incorporate the set up of the network forwarding and NAT so you can use the internet from every system in your lan. To make the set up of all your computers easier I will also add a DHCP server.<\/p>\n<p>Please note however that these are basic setups and not advanced guides for firewalling or DHCP servers. Please look to other guides for that kind of information.<\/p>\n<p><strong>WARNING:<\/strong> This implies that your server will be connected to the outside world without intervention of the modem: there is no firewall or anything between your server and the world wide web&#8230; Ponder about that for a while and I hope you understand the importance of a firewall or at least a simple iptable script that closes all the ports on the internet uplink.<\/p>\n<p>  <!--nextpage--> <\/p>\n<h1>Setting up the modem for first use<\/h1>\n<p>This is pretty much beyond the scope of this how-to. The fact that you are reading this means you already have an old Speedtouch which probably has been used before. If so, it also means the modem is set up properly and ready to go.<\/p>\n<p>If not than I&#8217;d like to point you at Google &#8211; there has to be one person on this planet who has documented how to set up the modem for your ADSL provider.<\/p>\n<p>For the lucky dutch speaking people here, you can look at this site which explains how to run the configuration for the modem: <a href=\"http:\/\/www.xs4all.nl\/~rmeijer\/adsl\/\">http:\/\/www.xs4all.nl\/~rmeijer\/adsl\/<\/a><\/p>\n<h1>System setup<\/h1>\n<p>We will first modify the system before setting up the software.<\/p>\n<h2>Kernel configuration<\/h2>\n<p>I am using the 2.6.12.5 kernel so if you are uing a different kernel the options might differ a bit. Make sure the following options are selected (either compiled in the kernel or as modules):<\/p>\n<p>Linux Kernel Configuration: PPP Support <\/p>\n<pre>Device Drivers  ---&gt;<br \/>    Networking support  ---&gt;<br \/>      &lt;M&gt; PPP (point-to-point protocol) support<br \/>      &lt;M&gt;   PPP support for sync tty ports<br \/>      &lt;M&gt;   PPP support for async serial ports (optional - used when troubleshooting)<br \/>      &lt;M&gt;   PPP Deflate compression<br \/>      &lt;M&gt;   PPP BSD-Compress compression<\/pre>\n<p>&nbsp;<\/p>\n<p>If you decide to compile the options as modules do not forget to add them to your \/etc\/modules.autoload.d\/kernel-2.6 file. The modules will be called:<\/p>\n<ul>\n<li> ppp_generic<\/li>\n<li> ppp_synctty<\/li>\n<li> ppp_async<\/li>\n<li> ppp_deflate<\/li>\n<li> bsd_comp<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>Example of what you should add to the autload when you compile the ppp support as modules.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>File:<\/strong> \/etc\/modules.autoload.d <\/p>\n<pre>...<br \/> ppp_generic<br \/> ppp_synctty<br \/> ppp_deflate<br \/> bsd_comp<\/pre>\n<p>&nbsp;<\/p>\n<p>Either load the modules now or reboot using your new kernel before continuing with compiling ppp.<\/p>\n<h2>Setting up the network<\/h2>\n<p>We now need to make sure the network is configured properly. As this server will be a DHCP server as well as a router we will set both network cards with static configuration.<\/p>\n<p><strong>File:<\/strong> \/etc\/conf.d\/net <\/p>\n<pre> # This is the connection to the modem<br \/>  config_eth0=(\"10.0.0.100 netmask 255.255.255.0\" )<br \/>  <br \/>  # This is the connection to the lan<br \/>  config_eth1=( \"192.168.0.1 netmask 255.255.255.0\" )<br \/> <\/pre>\n<p>  <!--nextpage--> <\/p>\n<h1>Setting up software<\/h1>\n<p>After these modifications we will now install and configure the 2 packages which will be used for the uplink.<\/p>\n<h2>Getting and configuring PPP<\/h2>\n<p>Grab the ppp program by emerging it:<\/p>\n<p>emerge -av ppp<\/p>\n<p>For more information about using ppp for dialup connections see the <a href=\"https:\/\/web.archive.org\/web\/20080916221010\/http:\/\/gentoo-wiki.com:80\/HOWTO_Setup_a_Dialup_Connection\">Dialup Connection HOWTO at Gentoo Wiki<\/a><\/p>\n<p>Now fire up your favorite text editor and point it to the file with login information:<\/p>\n<p><strong>File:<\/strong> \/etc\/ppp\/pap-secrets <\/p>\n<pre># Secrets for authentication using PAP<br \/> # client        server  secret                  IP addresses<br \/> $USER           *       \"$PASS\"                 *<\/pre>\n<p>&nbsp;<\/p>\n<p>  <\/p>\n<p>Replace the $USER and $PASSWORD with your own username and password you were given by your provider. Note: The username is usually in the form of user@provider. Note: The password is quoted, probably in case you have a password with weird character.<\/p>\n<p>Right, we told ppp what to use during login but it would also be nice to have the actual connection to aply this knowledge. We will fix that now.<\/p>\n<p>Create a new file in \/etc\/ppp\/peers &#8211; I&#8217;ve called mine &#8216;adsl&#8217; &#8211; and paste the following in it:<\/p>\n<p><strong>File:<\/strong> \/etc\/ppp\/peers\/adsl <\/p>\n<pre>idle 0<br \/> noauth<br \/> user $USER<br \/> usepeerdns<br \/> defaultroute<br \/> linkname adsl<br \/> #persist<br \/> <br \/> pty \"\/usr\/sbin\/pptp 10.0.0.138 --nolaunchpppd --phone pc1 --sync\"<br \/> sync<\/pre>\n<p>&nbsp;<\/p>\n<p>If you experience connection problems using synchronous mode (the default in the config above) try to set asynchronous mode (don&#8217;t forget to load the async module as well!):<\/p>\n<p><strong>File:<\/strong> \/etc\/ppp\/peers\/adsl <\/p>\n<pre>idle 0<br \/> noauth<br \/> user $USER<br \/> usepeerdns<br \/> defaultroute<br \/> linkname adsl<br \/> <br \/> pty \"\/usr\/sbin\/pptp 10.0.0.138 --nolaunchpppd --phone pc1\"<\/pre>\n<p>&nbsp;<\/p>\n<p>In both example configurations the $USER should be replaced with your own username for the ADSL login.<\/p>\n<p>On the next page we will explain what each option does.<\/p>\n<h2>Getting PPTP<\/h2>\n<p>Now we need to grab pptp as we need it for the tunnel to the modem (ppp will go through pptp to log in).<\/p>\n<p>emerge -av pptpclient<\/p>\n<p>  <!--nextpage--> <\/p>\n<h2>Explanation of the used options<\/h2>\n<p>In this section I&#8217;ll explain in more detail what each option does. You can safely skip to the next page if you don&#8217;t care what everything does.<\/p>\n<table border=\"0\">\n<tbody>\n<tr>\n<th>Command<\/th>\n<th>Description<\/th>\n<\/tr>\n<tr>\n<td>idle 0<\/td>\n<td>This prevents the ppp damon from killing the connection after after a specified period of inactivity.<\/td>\n<\/tr>\n<tr>\n<td>noauth<\/td>\n<td>Do not require the peer to authenticate itself &#8211; we&#8217;re pretty sure the only thing on this network is the modem (not to mention the fact that the modem does not support this).<\/td>\n<\/tr>\n<tr>\n<td>user $USER<\/td>\n<td>Obviously, use the login we just specified in the pap-secrets file.<\/td>\n<\/tr>\n<tr>\n<td>usepeerdns<\/td>\n<td>We ask the modem to tell us the addresses of the dns servers of the network he connected to. These addresses will be passed along to the connection scripts when we start the uplink.<\/td>\n<\/tr>\n<tr>\n<td>defaultroute<\/td>\n<td>As soon as the connection is initiated we set the remote gateway as our main gateway in the route table.<\/td>\n<\/tr>\n<tr>\n<td>linkname adsl<\/td>\n<td>This is an optional argument which provides us with a pid file in \/var\/run as long as the connection is enabled. You can create scripts which use this to check if the internet connection is up and running.<\/td>\n<\/tr>\n<tr>\n<td>persist<\/td>\n<td>When specified, this makes sure the connection is reinitiated as soon as it gets dropped. In a way your downtime should only be a second or so while the daemon restarts the uplink if something went wrong.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Note: my internet never cuts out on me so I have no clue how well persist works if you use it on a highly unstable uplink.<\/p>\n<p>  <!--nextpage--> <\/p>\n<h1>Testing the uplink<\/h1>\n<p>If everything went as it should we should now have a working uplink.<\/p>\n<p>Simply fire up pppd with the right connection and run ifconfig to see if it worked:<\/p>\n<p>pppd call adsl<\/p>\n<p><strong>PPPD output in \/var\/log\/syslog<\/strong> <\/p>\n<pre>Nov  3 03:22:41 gauntlet pppd[6882]: pppd 2.4.2 started by root, uid 0<br \/> Nov  3 03:22:41 gauntlet pppd[6882]: Using interface ppp0<br \/> Nov  3 03:22:41 gauntlet pppd[6882]: Connect: ppp0 &lt;--&gt; \/dev\/pts\/1<br \/> Nov  3 03:22:41 gauntlet pptp[6883]: anon log[main:pptp.c:267]: The synchronous pptp option is activated<br \/> Nov  3 03:22:41 gauntlet pptp[6887]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 1 'Start-Control-Connection-Request'<br \/> Nov  3 03:22:41 gauntlet pptp[6887]: anon log[ctrlp_disp:pptp_ctrl.c:732]: Received Start Control Connection Reply<br \/> Nov  3 03:22:41 gauntlet pptp[6887]: anon log[ctrlp_disp:pptp_ctrl.c:766]: Client connection established.<br \/> Nov  3 03:22:42 gauntlet pptp[6887]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 7 'Outgoing-Call-Request'<br \/> Nov  3 03:22:42 gauntlet pptp[6887]: anon log[ctrlp_disp:pptp_ctrl.c:851]: Received Outgoing Call Reply.<br \/> Nov  3 03:22:42 gauntlet pptp[6887]: anon log[ctrlp_disp:pptp_ctrl.c:890]: Outgoing call established (call ID 0, peer's call ID 0).<br \/> Nov  3 03:22:48 gauntlet pppd[6882]: PAP authentication succeeded<br \/> Nov  3 03:22:48 gauntlet pppd[6882]: local  IP address xxx.xxx.113.88<br \/> Nov  3 03:22:48 gauntlet pppd[6882]: remote IP address xxx.xxx.249.62<br \/> Nov  3 03:22:48 gauntlet pppd[6882]: primary   DNS address xxx.xxx.0.6<br \/> Nov  3 03:22:48 gauntlet pppd[6882]: secondary DNS address xxx.xxx.0.7<\/pre>\n<p>&nbsp;<\/p>\n<p>Note: If you get something like:<br \/> Couldn&#8217;t set tty to PPP discipline: Invalid argument<br \/> Make sure you have the synchronous tty module loaded or compiled into your kernel (I forgot this myself)<\/p>\n<p>Looking at the last 4 lines you can see the connect succeeded. If you have copied my masquerading script you can now enter &#8216;internet&#8217; on the console and manually configure your normal pc with an internal ip address and the dns addresses you can see in the output of pppd to go online! <\/p>\n<p>  <!--nextpage--> <\/p>\n<h1>Internet for everybody<\/h1>\n<p>We now need to activate forwarding and masquerading.<\/p>\n<p>I&#8217;ll show the basic setup which simply activates it and also my own scripts which are a little more complex but also provide more options.<\/p>\n<h2>The basic masquerading setup<\/h2>\n<p>This is the basics from the Masquerading How-To which is also covered in the Dialup Connection How-To. Although functional, I have my own scripts which you can find in the next section.<\/p>\n<p>Anyway, use the following commands (or put them in a script) to start the internet routing and close the ports on the outside world:<\/p>\n<p>&nbsp;<\/p>\n<pre>iptables -F; iptables -t nat -F; iptables -t mangle -F<br \/> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE<br \/> echo 1 &gt; \/proc\/sys\/net\/ipv4\/conf\/all\/forwarding<br \/> iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT<br \/> iptables -A INPUT -m state --state NEW -i ! eth0 -j ACCEPT<br \/> iptables -A INPUT -p icmp -j ACCEPT<br \/> iptables -P INPUT DROP<\/pre>\n<p>&nbsp;<\/p>\n<p>This is the HowTo I referred to: <a href=\"https:\/\/web.archive.org\/web\/20080929121416\/http:\/\/gentoo-wiki.com:80\/HOWTO_setup_a_home-server\">HOWTO setup a home-server on Gentoo Wiki<\/a><\/p>\n<h2>The &#8216;better&#8217; masquerading setup<\/h2>\n<p>This is my own, custom script. It handles the masquerading, checks if the interface for internet is up (otherwise inserting rules would be pointless) and shows how to forward a port to an internal machine.<\/p>\n<p>Note that I designed this with the main goal of being able to (re)start the firewall using a remote ssh login. Therefor it first strips the policies of the network to make sure we don&#8217;t get shut out when the firewall comes up (and probably never finishes to come up as the script is stopped when the connection got killed).<\/p>\n<p>I smacked this one in \/usr\/sbin so I can simply enter &#8216;internet&#8217; and the routing would start.<\/p>\n<p><strong>File:<\/strong> \/usr\/sbin\/internet <\/p>\n<pre> #!\/bin\/bash<br \/>  # Written by Berend Dekens<br \/>  #<br \/>  # Masquerading for server and port forwarding to internal servers <br \/>  echo \"Setting free policy on default chains\"<br \/> <br \/>  iptables -P INPUT ACCEPT<br \/>  iptables -P OUTPUT ACCEPT<br \/>  iptables -P FORWARD ACCEPT<br \/>  <br \/>  echo \"Flushing iptables\"<br \/>  iptables -F<br \/>  iptables -X<br \/>  <br \/>  EXT_IP=`ifconfig ppp0 | grep inet | awk '{ print $2 }' | awk -F ':' '{ print $2 }'`<br \/>  <br \/>  if [ ${#EXT_IP} -eq 0 ]<br \/>  then<br \/>     echo \"Error while detecting external ip adress. Please make sure you are connected\"<br \/>     exit<br \/>  else<br \/>     echo \"Auto detection found your internet address: $EXT_IP\"<br \/>  fi<br \/> <br \/>  <br \/>  # Reset to accept all normal policy (this is a safeguard for failing one the next rules and losing ssh capabilities)<br \/>  iptables -P INPUT ACCEPT<br \/>  iptables -P FORWARD ACCEPT<br \/>  <br \/>  # Allow existing connections on all interfaces<br \/>  iptables -A INPUT -d $EXT_IP -m state --state ESTABLISHED,RELATED -j ACCEPT<br \/>  # Filter on ppp0 - Drop new connection requests from internet<br \/>  iptables -A INPUT -d $EXT_IP -m state --state NEW -i ppp0 -j DROP<br \/>  # Allow traffic from other interfaces than ppp0<br \/>  iptables -A INPUT -i ! ppp0 -j ACCEPT<br \/>  # All other traffic is illigal - drop it<br \/>  iptables -P INPUT DROP<br \/>  # We wont do forwarding by default for any port<br \/>  iptables -A FORWARD -i ppp0 -o ppp0 -j REJECT<br \/>  <br \/>  # Clear the NAT table<br \/>  iptables -F -t nat<br \/>  <br \/>  # Turn on NAT for ppp0<br \/>  iptables -A POSTROUTING -t nat -o ppp0 -j MASQUERADE<br \/>  <br \/>  # Forward port 25 (SMTP) to internal mailserver, 192.168.0.151<br \/>  # Uncomment the next 2 lines to enable port forwarding of port 25 to the internal mail server<br \/>  #iptables -A PREROUTING -t nat -p tcp -i ppp0 -d $EXT_IP --dport 25 -j DNAT --to 192.168.0.151:25<br \/>  #iptables -A FORWARD -p tcp -i ppp0 -d 192.168.0.151 --dport 25 -j ACCEPT<br \/>  <br \/>  # Enable IP forwarding in general<br \/>  echo 1 &gt; \/proc\/sys\/net\/ipv4\/ip_forward<\/pre>\n<p>&nbsp;<\/p>\n<p>  <!--nextpage--> <\/p>\n<h1>Adding a bit of luxury: DHCP server<\/h1>\n<p>Start by emerging the dhcp server:<\/p>\n<p>emerge dhcp<\/p>\n<p>Edit the configuration in \/etc\/conf.d\/dhcpd.conf and make it look something like this:<\/p>\n<p><strong>File:<\/strong> \/etc\/conf.d\/dhcpd.conf <\/p>\n<pre># This is the only DCHP server on the network<br \/> authoritative<br \/> <br \/> # Set the dns servers<br \/> option domain-name-servers xxx.xxx.0.6, xxx.xxx.0.7;<br \/> <br \/> # Set the lease time to one day<br \/> default-lease-time 86400;<br \/> max-lease-time 86400;<br \/> <br \/> # How the DNS should be updated<br \/> ddns-update-style interim;<br \/> <br \/> # Change the domain name to whatever you want your domain to be.<br \/> option domain-name \"local.lan\";<br \/> <br \/> # Our internal lan will use the 192.168.0.x class<br \/> subnet 192.168.0.0 netmask 255.255.255.0 {<br \/>     # This will be us as we are the internet gateway<br \/>     routers 192.168.0.1;<br \/> <br \/>     # Tell the clients what range to broadcast<br \/>     option broadcast-address 192.168.0.255;<br \/> <br \/>     # Determine the range to manage, we leave room for 48 static addresses which <br \/>     # can be used for servers (you don't want them to switch address because of dhcp)<br \/>     range 192.168.0.50 192.168.0.254;<br \/> }<\/pre>\n<p>&nbsp;<\/p>\n<p>And start the dhcp:<\/p>\n<p>\/etc\/init.d\/dhcp start<\/p>\n<p>  <!--nextpage--> <\/p>\n<h1>Finishing it<\/h1>\n<p>If all is well you now have your Alcatel Speedtouch online together with your gentoo server which now supplies the whole network with internet access!<\/p>\n<p>Now all we need to do is make it all a bit more persistent as a reboot will wipe all that magic&#8230;<\/p>\n<p>Now I suppose I could use all those fancy scripts that are present but quite frankly I don&#8217;t care &#8211; its 3 AM here by now and I simply want this working and finished and I suppose you do as well.<\/p>\n<p>The most simple solution is to slam it all in the local bootup scripts:<\/p>\n<p><strong>File:<\/strong> \/etc\/conf.d\/local.start <\/p>\n<pre># Fire up the ADSL connection <br \/> pppd call adsl<br \/> # Start the masquerading <br \/> internet<\/pre>\n<p>&nbsp;<\/p>\n<p>Now all we need is the DHCP server to come back alive after a reboot:<\/p>\n<p>rc-update add dhcp default<\/p>\n<p>There we go, the whole how-to to get your Alcatel Speedtouch back in action.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Preface This is my first How-to so bear with me \ud83d\ude42 This guide is written for people who want to use an old Alcatel Speedtouch ADSL modem under linux. The first part of the guide will tell you how to set up the uplink using the modem. After that, I&#8217;ll explain how to turn the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[459],"class_list":["post-12","post","type-post","status-publish","format-standard","hentry","category-how-tos","tag-not_ok"],"views":13847,"_links":{"self":[{"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/posts\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":3,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/posts\/12\/revisions"}],"predecessor-version":[{"id":634,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=\/wp\/v2\/posts\/12\/revisions\/634"}],"wp:attachment":[{"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=12"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.cyberwizzard.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}