Imam problem s ruterom
Na internet mogu i sve to ali nemogu se spojiti na svoj DSL ruter (thompson 12006)
Dok pingam u CMD-u :
Request timed out.
Request timed out.
Request timed out.
Request timed out.
(100% loss)
Nemogu ga ni traceat...:...
Request timed out.
Request timed out.
etc...
IPCONFIG:
http://www.slike.com/slike/ipconfig.png
Sve je radilo do danas, zadnje što se sjećam da sam napravio .bat u cmd-u za port forwarding (za web stranicu)
Evo Source:
@ECHO OFF & CLS
ECHO.
ECHO Made by Cartman300
ECHO.
PAUSE
:START
CLS
ECHO.
SET /P udptcp="Enter UDP or TCP:"
IF %udptcp%==UDP GOTO :UDP
IF %udptcp%==TCP GOTO :TCP
EXIT
:UDP
CLS
ECHO.
SET /P port1="Enter Port:"
SET /P name1="Enter name for the port:"
CLS
ECHO Attemping to open needed ports.... Please wait....
netsh firewall add portopening UDP %port1% "%name1%
PAUSE
GOTO :START
:TCP
CLS
ECHO.
SET /P port2="Enter Port:"
SET /P name2="Enter name for the port:"
CLS
ECHO Attemping to open needed ports.... Please wait....
netsh firewall add portopening TCP %port2% "%name2%
PAUSE
GOTO :START
Molim pomoć