prosiłbym o pomoc szanowne grono forumowiczów, mecze się z tym problemem już od dłuższego czasu i dalej nie potrafię tego rozwiązać, mianowicie chodzi o:
Chcę zrobić taką konfigurację do przeglądania internetu:
Komputer - proxy (Squid) - internet
Komputer używa putty z tunelowaniem na serwer, squid zainstalowany na vps zewnętrznym w wersji 3.1.6.
Niby wszystko jest ok, bo połączenie jest (ustawiam w IE proxy localhost i jego port), łapie mi np. wp.pl
Ale gdy chcę wejść na stronę typu gmail.com, facebook.com lub cokolwiek co wymaga HTTPS, cały czas mam oczekiwanie i strona nie ładuje się (same pingi na facebook i gmail przechodzą z serwera).
Jaki logi, konfigurację potrzebujecie by wskazać co jest problemem ?
Iptables ustawione są tak:
Kod: Zaznacz cały
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp spt:10011
ACCEPT udp -- anywhere anywhere udp dpt:10011
ACCEPT udp -- anywhere anywhere udp spt:30033
ACCEPT udp -- anywhere anywhere udp dpt:30033
ACCEPT udp -- anywhere anywhere udp spt:9987
ACCEPT udp -- anywhere anywhere udp dpt:9987
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere tcp dpt:www
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT tcp -- anywhere anywhere tcp dpt:5280
ACCEPT icmp -- anywhere anywhere
ACCEPT all -- localhost.localdomain anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
ACCEPT tcp -- anywhere anywhere tcp dpt:snpp
ACCEPT tcp -- anywhere anywhere tcp dpt:nntps
ACCEPT tcp -- anywhere anywhere tcp dpt:5281
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state NEW,RELATED,ESTABLISHED
Kod: Zaznacz cały
1394355895.965 7101 185.5.97.47 TCP_MISS/000 0 GET http://facebook.com/ - DIRECT/facebook.com -
1394355922.471 26465 185.5.97.47 TCP_MISS/000 0 GET http://gmail.com/ - DIRECT/gmail.com -

Przeszukałem już naprawde wiele for i google ale nie znalazłem odpowiedz.