<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bitpost.com/w/index.php?action=history&amp;feed=atom&amp;title=OpenWRT</id>
	<title>OpenWRT - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bitpost.com/w/index.php?action=history&amp;feed=atom&amp;title=OpenWRT"/>
	<link rel="alternate" type="text/html" href="https://bitpost.com/w/index.php?title=OpenWRT&amp;action=history"/>
	<updated>2026-04-19T06:58:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://bitpost.com/w/index.php?title=OpenWRT&amp;diff=6659&amp;oldid=prev</id>
		<title>M: Created page with &quot;Set up OpenWRT on buffalo      choices (3 is the only sensible!):         1) hardcode all wan info and hope your network doesn&#039;t over-assign (this sucks)         2) DCHP WAN,...&quot;</title>
		<link rel="alternate" type="text/html" href="https://bitpost.com/w/index.php?title=OpenWRT&amp;diff=6659&amp;oldid=prev"/>
		<updated>2022-06-06T19:49:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Set up OpenWRT on buffalo      choices (3 is the only sensible!):         1) hardcode all wan info and hope your network doesn&amp;#039;t over-assign (this sucks)         2) DCHP WAN,...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Set up OpenWRT on buffalo&lt;br /&gt;
&lt;br /&gt;
    choices (3 is the only sensible!):&lt;br /&gt;
        1) hardcode all wan info and hope your network doesn&amp;#039;t over-assign (this sucks)&lt;br /&gt;
        2) DCHP WAN, bridge lan so ports just become another switch&lt;br /&gt;
        3) DCHP WAN, serve up lan on different range than WAN&lt;br /&gt;
            this is AWESOME, you can immediately admin from anything that you hardwire up to the LAN ports&lt;br /&gt;
            set up a WAN static IP using WAN MAC if you can&lt;br /&gt;
            otherwise, to get WAN IP:&lt;br /&gt;
                    i can connect laptop to LAN port and get a 192.168.1 address on laptop from router DHCP&lt;br /&gt;
                    then i can connect PA LAN to router WAN port and get router IP from &lt;br /&gt;
                &lt;br /&gt;
    steps:&lt;br /&gt;
        * reset buffalo as needed!&lt;br /&gt;
            it always starts with LAN DHCP support for 192.168.1 range, yeah baby&lt;br /&gt;
            wire laptop into LAN port and browse to 192.168.1.1&lt;br /&gt;
        * set up to get WAN IP via DHCP; make note of it using LAN connection: 192.168.50.57&lt;br /&gt;
        * Allow ssh from WAN IPs to router&lt;br /&gt;
            openwrt admin page-&amp;gt;Network-&amp;gt;Firewall-&amp;gt;Traffic rules-&amp;gt;&amp;quot;open ports on router&amp;quot;&lt;br /&gt;
                name: allow-wan-ssh&lt;br /&gt;
                Protocol: TCP+UDP&lt;br /&gt;
                external port: 22 (i could make it non-standard...)&lt;br /&gt;
                ADD&lt;br /&gt;
            then you can ssh to the WAN DHCP port, if you know it!  for now, it&amp;#039;s: &lt;br /&gt;
                ssh root@192.168.50.57&lt;br /&gt;
        * leave LAN support of 192.168.1 ON&lt;br /&gt;
            remember you can simply wire anything into LAN ports to get an address!&lt;br /&gt;
            and then you can browse to http://192.168.1.1 to admin the router&lt;br /&gt;
        ---&lt;br /&gt;
        now i can ssh to it from wallee (or anywhere on PA LAN)    &lt;br /&gt;
            ssh root@192.168.50.57  root/p*&lt;br /&gt;
        ---&lt;br /&gt;
        open https port too!  let&amp;#039;s admin from wallee&lt;br /&gt;
        you have to open WAN port 443 in firewall config&lt;br /&gt;
        you also have to install support for this! &lt;br /&gt;
            opkg update&lt;br /&gt;
            opkg install luci-ssl&lt;br /&gt;
            /etc/init.d/uhttpd restart&lt;br /&gt;
        but others have commented that this exposes your router and it WILL get hacked.  good point.&lt;br /&gt;
        skip for now&lt;/div&gt;</summary>
		<author><name>M</name></author>
	</entry>
</feed>