Monthly Archives: June 2012

FreeBSD: Basic Setting

######################################################################### Configure IP /etc/rc.conf ifconfig_em0=”inet 192.168.0.254 netmask 255.255.255.0″ defaultrouter=”192.168.0.1″ ######################################################################### Using Portsnap portsnap fetch extract portsnap update *etc/portsnap.conf pkg_add -r -v {package-name} pkg_info pkg_info {name} # whereis bash # cd /usr/ports/shells/bash # make install clean #########################################################################

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как включить upnp на openwrt

Loading