Unable to find port forwarding in Tenda D151 router - router

Cannot find port forwarding option in Tenda D151 router. Checked Advanced settings.

download the document from the the following link and go to page 49. It is called port triggering for Tenda routers.
Link to the manual: http://tendacn.com/en/download/detail-1699.html

Related

Live Server: This page isn’t working 127.0.0.1

I got the message when I use live server at VS code.
This page isn’t working 127.0.0.1
I checked use local up option. but it still doesn't working.
I tried changing live server : host ip address to my ip address. But it still doesn't working.
what can I do?
*use local ip as host option picture:
https://i.stack.imgur.com/COq2I.png
In your given image, you have checked the option that hosts the liveserver on your IP, so you should have a look at yourip:port.
For example, if you is 10.43.156.141, and post is 5500 then
the server will be on http://10.43.156.141:5500
EDIT
To get your IP
If you are using Windows, use:
C:\User>ipconfig
If you have Linux, use:
$ ifconfig
Or just visit https://api.ipify.org/ to get your IP.
Note: When you visit https://api.ipify.org/ disable your VPN or Brave Shield or any Privacy Booster if you have
Edit:
The port is shown here
Edit the port in the live server
If you dont know the port, just add the below code in vscode's settings.json
"liveServer.settings.port": 5500
Change the 5500 to the port you want. Mostly 5500 is used.
Try using IPv4 Address.
Fo example if your IPv4 Address is 172.31.96.1 and your file name is index.html, Then change the URL in the browser from http://127.0.0.1:5500/index.html to http://172.31.96.1:5500/index.html

Need help in port forwarding webserver from my rpi to external ip

I need help port forwarding my webserver from my local ip to external ip.
I have already tried setting up rules in my router for port 8080 (this is the current port for local ip as well (http://localhost:8080)) (Image Attached)
I am using Huawei Router: HG8145V5
I cannot access the webpage from my external ip it shows site cant be reached took too long to respond.
I'm sure its something wrong or extra needed with the port forwarding but cannot find out why.
The webpage is running on apache2.
Port Forward Rules
Webpage Running on 192.168.1.13:8080
I just found out i needed to unable dmz in forwarding rules to enable networking port forwards.

Is there a way to make Virtualmin listen on a domain instead of ip+port

I have created a virtualmin account to manage multiple servers instead of cPanel and after reading all of the documentation I have yet to see why my subdomain does not load under port 10000.
I'd like to have some form of control if I do plan on giving other users accounts, without having to have them use an IP which does not allow port 443.
After finishing installation they gave me my IP with port 10000
and my domain with port 10000 and the only one that loads is the IP address.
Problem solved. To anyone on Debian facing this issue, run a virtualhost and use a reverse proxy to load the url containing port, and disable SSL only.
You should have panel.example.com running your virtualmin control panel.

How can I see what http traffic to a localhost in Xcode

I have setup proxyman to see http request/response from my app to a remote host in Xcode.
My question is how can I do that for localhost? I don't see anything in Proxyman when I change my app to talk to a local host. And I don't see anything in the Xcode 's networking' tab either.
Thank you.
Follow the Proxyman's troubleshooting guide for this very problem: https://docs.proxyman.io/troubleshooting/.local-doesnt-appear-in-proxyman
By default, you can see any localhost traffic on Proxyman since the traffic doesn't go through Proxyman Server at port 9090.
To fix it, you should map the localhost to any fake domain in /etc/hosts file
Open /etc/host file with any Text Editor (Vim or Sublime)
Add
127.0.0.1 my-website.dev
or
0.0.0.0 my-website.dev
my-website.dev is a fake domain, you can choose any domain you like
Finally, you can access your localhost by using new fake domain.
http://localhost:3000 -> http://my-website.dev:3000
http://localhost:3000/v1/user -> http://my-website.dev:3000/v1/user
They will appear on Proxyman as usual
You can read a Doc at: https://docs.proxyman.io/troubleshooting/couldnt-see-any-request-from-localhost-server

Remote Desktop Connection Fails - Error 0x204 or 0x104 through Mac on Vodafone Gigabox Router

Hi I'm trying to connect to my pc in work via my router which is a vodafone gigabox router - I'm on a mac and can connect when I use my mobile phone data - no issues - however when I try to connect via the vodafone home router - i get the error
Error code: 0x204 or
Error code: 0x104
in the gigabox settings I've tried prot mapping both for 3389 and 5900
Service Local IP Address Protocol Local Port Public Port
TCP IP TCP 3389-3390 3389-3390
UDP IP UDP 3389-3390 3389-3390
Nothing works - please help me?? I'm lost -
Simply switch from your wifi to mobile data or any other wifi. The problem occurs because the firewall disables the router's firewall. Check the link below for information about how to disable a router's firewall.
Disable a Router's Firewall
Log in to your router settings.
Search through your router menus and settings for phrases such as firewall, filter, or packet check. The terms and locations change
drastically from router to router. For example:
D-Link: Look for Firewall under the Advanced menu.
Netgear: Look for the SPI Firewall under the WAN Settings menu.
Linksys: Look for Firewall or SPI Firewall within the Security menu.
If your router has been provided by an ISP and has a custom UI, access to firewall settings may be restricted. If you find this access
has been restricted, you will need to contact your ISP for further
assistance.
Choose the appropriate option to disable the firewall setting and Save or Apply the settings change.