What's new

Openwrt custom build firmware with openvpn package

Status
Not open for further replies.
Yan idol nakita ko router ko
upon checking on openwrt page, i found out there is no specific firmware openwrt 18.06.1 for your router. we need to install openwrt latest version so that we can also install Openvpn v2.4. Openvpn 2.4 is needed so that you can use any ovpn file that has custom header to bypass/access free net on certain network like SunTu etc. i only found 741nd v2 firmware. openwrt page says that 740N and 741ND are almost identical on specs.

Reference here : You do not have permission to view the full content of this post. Log in or register now.

if you are a risk taker, flash this wr741ND v1 firmware to your 740N v2.5.

You do not have permission to view the full content of this post. Log in or register now.

if this 741nd v1 works/flash with no problem on your router then i will build you a cfw. you have the possibility of having a brick router if it is not compatible. some brick router can be revive only using serial port flashing.

You've been warned!!! DO IT ON YOUR OWN RISK!!!
 
Last edited:
Ts Yung cdrking cc series pwede po ba Yun?
please look info on openwrt page... kung wala sa list router mo. wag na natin ipilit or dig deeper, punta ka sa mga forum ng cdrking. hanapin mo baka may info about openwrt or 3rd party firmware. kung wala go and find some compatible router. sa olx may ilang seller dun minsan nag-bebenta ng mga 2nd hand router. i suggest tplink routers because most of it can be flashed easily via webgui upgrade firmware page.
 
upon checking on openwrt page, i found out there is no specific firmware openwrt 18.06.1 for your router. we need to install openwrt latest version so that we can also install Openvpn v2.4. Openvpn 2.4 is needed so that you can use any ovpn file that has custom header to bypass/access free net on certain network like SunTu etc. i only found 741nd v2 firmware. openwrt page says that 740N and 741ND are almost identical on specs.

Reference here : You do not have permission to view the full content of this post. Log in or register now.

if you are a risk taker, flash this wr741ND v1 firmware to your 740N v2.5.

You do not have permission to view the full content of this post. Log in or register now.

if this 741nd v1 works/flash with no problem on your router then i will build you a cfw. you have the possibility of having a brick router if it is not compatible. some brick router can be revive only using serial port flashing.

You've been warned!!! DO IT ON YOUR OWN RISK!!!
Sir pano malalaman kapag hindi nag flash ng maayos?
 
Sir pano malalaman kapag hindi nag flash ng maayos?
router automatically reboot after flashing firmware. if you still open 192.168.1.1. on your web browser (openwrt web gui) then it flashing procedure is a success. otherwise when your router dont boot/stuck on bootup, cant connect on your router via wifi or lan. then you have a semi brick router
 
Boss medyo nahuli na po ata ako pero 2 months ko na pinag aaralan to . im using asus router for testing and naka openwrt na . na lagyan ko na din ng config but then not sucessful

Sana matulungan mo ko salamat
 

Attachments

Boss medyo nahuli na po ata ako pero 2 months ko na pinag aaralan to . im using asus router for testing and naka openwrt na . na lagyan ko na din ng config but then not sucessful

Sana matulungan mo ko salamat
wag mong gamitin yang luci-app-openvpn webgui plugin, sablay yan, via Terminal ka mag-run ng openvpn

assuming nasa /root folder ovpn file mo

pasok ka muna sa folder ng /root folder by typing command cd /root

kapag nasa loob ka ng folder na /root type command in a format like this openvpn sampleopenfile.ovpn

example:

openvpn singapore.ovpn
 
Last edited:
wag mong gamitin yang luci-app-openvpn webgui plugin, sablay yan, via Terminal ka mag-run ng openvpn

assuming nasa /root folder ovpn file mo

pasok ka muna sa folder ng /root folder by typing command cd /root

kapag nasa loob ka ng folder na /root type command in a format like this openvpn sampleopenfile.ovpn

example:

openvpn singapore.ovpn

Yes boss im using putty . ask ko lang boss kasi gamit ko ay sariling server ko debian . hindi kaya ayun ang prob kaya ayaw tumagos ng vpn. Once kasi na na run ko na ang vpn mawawalan ako ng connection kahit legit connection pa ang gamit ko

Or hindi po kaya dito ako may mali ?


uci add firewall zone
uci set firewall.@zone[-1].name="vpnclient"
uci add_list firewall.@zone[-1].network="vpnclient"
uci set firewall.@zone[-1].input="REJECT"
uci set firewall.@zone[-1].output="ACCEPT"
uci set firewall.@zone[-1].forward="REJECT"
uci set firewall.@zone[-1].masq="1"
uci set firewall.@zone[-1].mtu_fix="1"

uci add firewall forwarding
uci set firewall.@forwarding[-1].src="lan"
uci set firewall.@forwarding[-1].dest="vpnclient"

Salamat ng madami
 
upon checking on openwrt page, i found out there is no specific firmware openwrt 18.06.1 for your router. we need to install openwrt latest version so that we can also install Openvpn v2.4. Openvpn 2.4 is needed so that you can use any ovpn file that has custom header to bypass/access free net on certain network like SunTu etc. i only found 741nd v2 firmware. openwrt page says that 740N and 741ND are almost identical on specs.

Reference here : You do not have permission to view the full content of this post. Log in or register now.

if you are a risk taker, flash this wr741ND v1 firmware to your 740N v2.5.

You do not have permission to view the full content of this post. Log in or register now.

if this 741nd v1 works/flash with no problem on your router then i will build you a cfw. you have the possibility of having a brick router if it is not compatible. some brick router can be revive only using serial port flashing.

You've been warned!!! DO IT ON YOUR OWN RISK!!!

Boss hindi din kaya ito ang problema ko ?

Panu po ba install ang openvpn 2.4

Ito lang kaso gamit kong command im not sure kung anung version ang pumapasok

opkg update
opkg install openvpn-openssl luci-app-openvpn openssl-util
 
Yes boss im using putty . ask ko lang boss kasi gamit ko ay sariling server ko debian . hindi kaya ayun ang prob kaya ayaw tumagos ng vpn. Once kasi na na run ko na ang vpn mawawalan ako ng connection kahit legit connection pa ang gamit ko

Or hindi po kaya dito ako may mali ?


uci add firewall zone
uci set firewall.@zone[-1].name="vpnclient"
uci add_list firewall.@zone[-1].network="vpnclient"
uci set firewall.@zone[-1].input="REJECT"
uci set firewall.@zone[-1].output="ACCEPT"
uci set firewall.@zone[-1].forward="REJECT"
uci set firewall.@zone[-1].masq="1"
uci set firewall.@zone[-1].mtu_fix="1"

uci add firewall forwarding
uci set firewall.@forwarding[-1].src="lan"
uci set firewall.@forwarding[-1].dest="vpnclient"

Salamat ng madami
ang tanong sa status ba ng openvpn mo connected ka talaga, i mean may nakikita kang Initialization Sequence Completed! Yan ang palatandaan na connected ka sa openvpn client.

Kung connected ka, at no browse status ka, network at firewall settings related po yan...
 
Boss hindi din kaya ito ang problema ko ?

Panu po ba install ang openvpn 2.4

Ito lang kaso gamit kong command im not sure kung anung version ang pumapasok

opkg update
opkg install openvpn-openssl luci-app-openvpn openssl-util
openvpn 2.4 are recommended only for those people who use custom header/payload on their ovpn file for using sun tu promo to bypass access free net.

Kung di ka naman gumagamit ng mga custom header/payload, openvpn v2.3 is enough to do the job. wala pong kinalaman yung error ng connected no browse sa openvpn version.

Some use openvpn 2.4 because it has custom header support na wala sa version 2.3.

To check kung anong version ng openvpn naka-install sa router mo type this command

opkg info openvpn-openssl
 
Yes may nakita akong sequence complete screen shot ko po mamaya pag uwi ko sa bahay

Then opo gagamit din po ako ng header plan to use it for sun tu promo . kaya inaaral ko po tlga kaso malapit na ko sumuko .

Salamat po post ko po mamaya or bukas logs ng vpn

Salamat po ulit
 
Yes may nakita akong sequence complete screen shot ko po mamaya pag uwi ko sa bahay

Then opo gagamit din po ako ng header plan to use it for sun tu promo . kaya inaaral ko po tlga kaso malapit na ko sumuko .

Salamat po post ko po mamaya or bukas logs ng vpn

Salamat po ulit
anong router model at version gamit mo? ibubuild na lang kita ng cfw. baka mas mapapadali yun, kesa mag-troubledshoot ng kung ano mali sa settings mo :)
 
anong router model at version gamit mo? ibubuild na lang kita ng cfw. baka mas mapapadali yun, kesa mag-troubledshoot ng kung ano mali sa settings mo :)


Wow mas ok nga po kung ganun boss kayang kaya ko namn mag flash ng firmware

ASUS RTN-66R or 66W

Salamat po
 
bakit may or sa model name ng router mo? same lang ba RTN-66R sa RTN-66W? picturan mo router info sticker sa back or ilalim ng router. double check ako sa ganyang info, kasi once na maling version or fw ma-flash dyan, automatic brick yan. wala pa akong nabubuild na firmware for ASUS router. Baka ikaw pa unang kong magawan nito... ilang MB flash storage nyan?

update: broadcom chipset family yang router mo... not openwrt friendly pero at least kahit papaano supported

Devices with Broadcom WiFi chipsets have limited OpenWrt supportability (due to limited FLOSS driver availability for Broadcom chips). Consider this when chosing a device to buy, or when deciding to flash OpenWrt on your device because it is listed as supported. See You do not have permission to view the full content of this post. Log in or register now. for details.
 
Status
Not open for further replies.
Back
Top