rejetto forum

Regarding sharing on other connections

0 Members and 1 Guest are viewing this topic.

Offline Debangshu Sett

  • Occasional poster
  • *
    • Posts: 6
  • i am new here so plz help
    • View Profile
Ihave recently started using HFS(HTTP Sharing).My friend has ALLIANCE broadband and I have SITI broadband.When I send him the link it does not work.Can anyone help me??


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link

Offline Debangshu Sett

  • Occasional poster
  • *
    • Posts: 6
  • i am new here so plz help
    • View Profile
But I do not have a router,,,how can I set up port forwarding....plz help


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
... i don't see why people put please help on forums... help is immediate attention, you will not see that on forums... (just a pet peeve of mine, don't stress on it...

----------------------------------------------------------------
I never said you had a router....

Your ISP is probably blocking port 80....

what is the ip you are getting
-----------
windows command prompt:
cmd > "ipconfig /all"(<=command) has all the network info you need:
http://windows.microsoft.com/en-us/windows/change-tcp-ip-settings#1TC=windows-7

ip address is the machine address
subnet depends on your network most likely "255.255.255.0"
gateway in this case will be the ISP modem... or your router's ip/switch IP address most likely "192.168.1.1"
-------------------------
does it correlate(match) with this site ip address that you are getting...?
http://www.ipchicken.com/

If you are not receiving the "public I{P, then there is a device that supplies your network (usual a switch/router) that has not been setup to allow "open" ports...
http://www.canyouseeme.org/

--------------Sometimes this can be a fix:
have you tried changing and using a different port on HFS other than 80...?
« Last Edit: June 23, 2015, 04:39:22 AM by bmartino1 »
Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing


Offline Debangshu Sett

  • Occasional poster
  • *
    • Posts: 6
  • i am new here so plz help
    • View Profile
yes my port is 9000+...can you solve my through remote control using team viewer.??plz


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
because i have to little info, and teamveiwer is very insecure( i have used it before, but there are issues now(due to the web version) There are similar versions such as AMMYY admin that are not safe...Hackers scan for open team viewer ports listening for connections), I don't feel comfortable RDP into your machine...

Set hfs port to a 4 digit port number, 9000+ are reserved for basic connection and temp access....

use port 8080 or 6880...
There are reserved ports for standard applications taht you shouldn't use...
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers

(i don't normally offer "port scanners"), but once HFS is set to a port, then run this site to that port:
http://www.canyouseeme.org/

and put HFS port you set and click run, if it is successful, then HFS is achievable form you Public IP
xxx.xxx.xxx.xxx:8080

If not, You ISP is blocking ports and i can't help you, its an ISP problem....
--------------------------------------------

i would then point you to openssh  / putty and pagent to create tunnels. (assuming that port 22 isn't blocked to open and create secure tunnels...

http://the.earth.li/~sgtatham/putty/0.58/htmldoc/Chapter9.html

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

using putty on a client machine, they can connect and make a tunnel using localhost to transfer and use data ont he remote machine....
(this means, a client must open putty and connect to your machine (this makes a tunnel), in putty, mark that you are accepting connections form remote server...)

Using the webrowser to access hfs, the client would go to local host 127.0.0.1....
Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing


Offline Debangshu Sett

  • Occasional poster
  • *
    • Posts: 6
  • i am new here so plz help
    • View Profile
""i would then point you to openssh  / putty and pagent to create tunnels. (assuming that port 22 isn't blocked to open and create secure tunnels...

http://the.earth.li/~sgtatham/putty/0.58/htmldoc/Chapter9.html

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

using putty on a client machine, they can connect and make a tunnel using localhost to transfer and use data ont he remote machine....
(this means, a client must open putty and connect to your machine (this makes a tunnel), in putty, mark that you are accepting connections form remote server...)

Using the webrowser to access hfs, the client would go to local host 127.0.0.1....""

I did not get this part what you said


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
its advance network stuff. Tunneling with network devices... AGAIN:(assuming that port 22 isn't blocked )
Easier to do with linux, install openssh, and use putty to connect to it.. setting are on putty to open tunnel and allow report ports

 http://blog.trackets.com/2014/05/17/ssh-tunnel-local-and-remote-port-forwarding-explained-with-examples.html


possible on windows, this is a pay for software, probably a key / torrent online..., but i have had great service with this software (Bitvise win sshd) for windows:

some free/pay for: http://serverfault.com/questions/8411/what-is-a-good-ssh-server-to-use-on-windows
I recommend a pay for product...
https://www.bitvise.com/ssh-server-download

More info...
https://www.bitvise.com/port-forwarding

--------------------

the point of the last part is that since you can't get a port open for public access, you clients will need to tunnel to your machine....

Most tunnels are setup via SSH, you conect to a SSH server and the software you use to connect opens/allows remote ports (you machine we connected HFS) and forwards them to the clients local host, so on a client they would access your machines stuff via the tunnel....

Server:
Hfs port 8080
Hfs machien running ssh server

Client:
Puty(allowing remote/local ports) connect to ssh server 
client goes to web browser via http:\\127.0.0.1:8080 and reaches hfs via tunnel....
« Last Edit: June 24, 2015, 08:21:57 PM by bmartino1 »
Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing



Offline Debangshu Sett

  • Occasional poster
  • *
    • Posts: 6
  • i am new here so plz help
    • View Profile
It shows port not open...please remote control my pc and help


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
i cannot fix your problem.
Since you said you have no router i can only think of these possibilities
1. your internet provider doesn't allow for incoming connections, there's no way to make HFS work with it
2. you have a firewall blocking HFS
3. you think you have no router because you call it modem, but it's actually working as a router, and doing NAT on your home network.


Offline Debangshu Sett

  • Occasional poster
  • *
    • Posts: 6
  • i am new here so plz help
    • View Profile
yes I know whats a router...and point number 2 and 3 is not fit for me...how to solve point no 1


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
call your ISP and have them open the port.... FInd a port that is open (if anny) and use it for tunneling/traffic...

use/ pay for a serve to get around it such as page kite...
https://pagekite.net/

Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing


Offline Rupom141

  • Occasional poster
  • *
    • Posts: 8
    • View Profile
ah hahhaahah SHITTY broadband ...bro you cant host with that ....... if you want to host with siti broadband you have to pay extra for that .... i have siti - alliance - wishnet - Reliance  4 broadband combined connection and i have no problem now with HFS hosting ..........and if u wanna host using router you cant host with a normal home router you need a good router and you should have routing skill too :)  ;D