Tag Archives: unifi

Cisco Router and Unifi with dynamic ip

interface Ethernet0/0 description WAN connection to Unifi BTU no ip address duplex auto speed auto interface Ethernet0/0.500 encapsulation dot1Q 500 pppoe enable group global pppoe-client dial-pool-number 1 interface Ethernet0/1 description LAN Segment [192.168.1.0] ip address 192.168.1.1 255.255.255.0 ip nat inside interface Dialer1 ip address negotiated ip nat outside ip mtu 1492 ip virtual-reassembly encapsulation ppp… Read More »

Loading

OpenWRT:DDNS

DDNS stands for Dynamic DNS. Simply put, using this service gives a name to your ip. So if you’re hosting something on your line, people wouldn’t have to bother typing your IP. They can just type in your domain name! It also helps when your ip changes. Users won’t need to discover what your new… Read More »

Loading

OpenWRT: UPnP

UPnP is used to replace manual port forwarding. Some gaming box (XBOX, PS3) will need UPnP feature to connect to their respective server. Enabling it in OpenWRT Backfire is relatively easy. Incoming search terms:openwrt upnpopenwrtupnp openwrtNULL

Loading