Lamp Server, aynı ağdaki, telefon ve bilgisayardan erişmek?

Başlatan tncrdmr, 02 Şubat 2016 - 21:31:58

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

tncrdmr

Arkadaşlar web site kodlamasını test etmek için başka cihazlar ile görüntülemem gerek. Lamp Server ile "localhost" veya 127.0.0.1 adresini girince tablette felan açılmıyor. Geçen burada gözüme çarpmıştı galiba bağlanılabiliyormuş? Aynı wifi ağındaki bilgisayarlar, tabletler ve telefonlar ile nasıl görüntülebilirim siteyi?

betseg

Diğer cihazlarda localhost, 127.0.0.1 vb yazarsanız kendinde arayacağını için diğerlerini bulamaz. Onun için
ifconfig | awk '/inet addr/{print substr($2,6)}'
komutuyla çıkan IP adresini kullanabilirsiniz. (Tabi hem diğer cihazlar hem de bilgisayarınız aynı modeme bağlıysa işe yarar)

tncrdmr

hocam, bu komutu girip çıkan iki ip adresinide denedim. 1. ip adresim 127.0.0.1 hata verdi diğeri 192.168.1.3'de yükleniyor gibi olsun ama o da hata verdi.

naklov

Alıntı yapılan: tncrdmr - 03 Şubat 2016 - 18:23:20
hocam, bu komutu girip çıkan iki ip adresinide denedim. 1. ip adresim 127.0.0.1 hata verdi diğeri 192.168.1.3'de yükleniyor gibi olsun ama o da hata verdi.

Normalde paylaşım ayarlarında problem yok ise " inet addr " adresini telefon veya tabletin tarayıcısına yazdığında ekrana çıktı vermesi gerekiyor. Hata olarak sayfa yüklenmiyor anladığım kadarıyla, kendi lamp kurulu bilgisayarında  inet addr adresini yazarak localhostuna girer misin erişim sağlayacak mı bakalım ?
Peşinden Gidecek Cesaretin Varsa Bütün Hayaller Gerçek Olabilir..

tncrdmr

Yok hocam, iki bağlantı da lamp kurulu bilgisayarımda girmiyor. Host dosyasını düzenledim, 192.168.1.3 ekledim, tekrar denedim kendi bilgisayarımdan eriştim fakat, tabletten erişilemiyor. Açılırken zaman aşımına uğruyor. hata veriyor.

naklov

Alıntı yapılan: tncrdmr - 04 Şubat 2016 - 14:35:58
Yok hocam, iki bağlantı da lamp kurulu bilgisayarımda girmiyor. Host dosyasını düzenledim, 192.168.1.3 ekledim, tekrar denedim kendi bilgisayarımdan eriştim fakat, tabletten erişilemiyor. Açılırken zaman aşımına uğruyor. hata veriyor.

Farklı konudan önerilen bir çözüm söyliyeyim. Apache'nin yapilandirma dosyasinda "listen" direktiflerinde Listen 0.0.0.0:80 veya Listen 80 şeklinde bir alan olacak orada tam olarak ne yazıyor. Çıktıyı buraya geçer misin.
Peşinden Gidecek Cesaretin Varsa Bütün Hayaller Gerçek Olabilir..

heartsmagic

Alıntı yapılan: tncrdmrYok hocam, iki bağlantı da lamp kurulu bilgisayarımda girmiyor. Host dosyasını düzenledim, 192.168.1.3 ekledim, tekrar denedim kendi bilgisayarımdan eriştim fakat, tabletten erişilemiyor. Açılırken zaman aşımına uğruyor. hata veriyor.
hosts dosyası düzenlemesi gerekmez, doğrudan IP adresi ile aynı ağ içinde her yerden erişilebilir ilgili makine. Çalışmıyorsa farklı bir sorun var demektir.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

tncrdmr

Ne gibi sorun olabilir ki? Çıktılardaki bütün ip adreslerini denedim ama malesef olmadı.

heartsmagic

Öncelikle, IP adresleri her seferinde değişebilir, bunu biliyorsun değil mi? Dinamik bir şekilde alıyorsa değişir tabi, sabitlendiyse bilemem. Bu nedenle öncelikle IP adresinden emin ol. Karşı tarafa gittin, bu IP adresini bir pinglemeyi dene.

ping falanca_ip_adresi
cevap alıyorsan arada iletişim sorunu yoktur. Bu durumda sunucu denilen makinedeki ayarlara bakmak gerekiyor.  Hoş, söylediğim gibi ek bir kısıtlama yoksa ayara da gerek olmamalı, sunucu diyelim ki 80 portundan hizmet mi veriyor? IP adresi yazıldığında iç ağda doğrudan web sunucusunun karşılaması gerekiyor karşı tarafı.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

tncrdmr

Hocam Localde çalışıyorum ip adresinin değişme gibi bir şeyi olamaz.
Ping sonucu(tabletin ip adresine gönderdiğim ping)
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
From 192.168.1.5 icmp_seq=9 Destination Host Unreachable
From 192.168.1.5 icmp_seq=10 Destination Host Unreachable
From 192.168.1.5 icmp_seq=11 Destination Host Unreachable
From 192.168.1.5 icmp_seq=12 Destination Host Unreachable
From 192.168.1.5 icmp_seq=13 Destination Host Unreachable
From 192.168.1.5 icmp_seq=14 Destination Host Unreachable
From 192.168.1.5 icmp_seq=15 Destination Host Unreachable
From 192.168.1.5 icmp_seq=16 Destination Host Unreachable
From 192.168.1.5 icmp_seq=17 Destination Host Unreachable
From 192.168.1.5 icmp_seq=18 Destination Host Unreachable
From 192.168.1.5 icmp_seq=19 Destination Host Unreachable
From 192.168.1.5 icmp_seq=20 Destination Host Unreachable
From 192.168.1.5 icmp_seq=21 Destination Host Unreachable
From 192.168.1.5 icmp_seq=22 Destination Host Unreachable
From 192.168.1.5 icmp_seq=23 Destination Host Unreachable
From 192.168.1.5 icmp_seq=24 Destination Host Unreachable
From 192.168.1.5 icmp_seq=25 Destination Host Unreachable
From 192.168.1.5 icmp_seq=26 Destination Host Unreachable
From 192.168.1.5 icmp_seq=27 Destination Host Unreachable
From 192.168.1.5 icmp_seq=28 Destination Host Unreachable
From 192.168.1.5 icmp_seq=29 Destination Host Unreachable
From 192.168.1.5 icmp_seq=30 Destination Host Unreachable
From 192.168.1.5 icmp_seq=31 Destination Host Unreachable
From 192.168.1.5 icmp_seq=32 Destination Host Unreachable
From 192.168.1.5 icmp_seq=33 Destination Host Unreachable
From 192.168.1.5 icmp_seq=34 Destination Host Unreachable
From 192.168.1.5 icmp_seq=35 Destination Host Unreachable
From 192.168.1.5 icmp_seq=36 Destination Host Unreachable
From 192.168.1.5 icmp_seq=37 Destination Host Unreachable
From 192.168.1.5 icmp_seq=38 Destination Host Unreachable
From 192.168.1.5 icmp_seq=39 Destination Host Unreachable
From 192.168.1.5 icmp_seq=40 Destination Host Unreachable
From 192.168.1.5 icmp_seq=41 Destination Host Unreachable
From 192.168.1.5 icmp_seq=42 Destination Host Unreachable
From 192.168.1.5 icmp_seq=43 Destination Host Unreachable
From 192.168.1.5 icmp_seq=44 Destination Host Unreachable
From 192.168.1.5 icmp_seq=45 Destination Host Unreachable
From 192.168.1.5 icmp_seq=46 Destination Host Unreachable
From 192.168.1.5 icmp_seq=47 Destination Host Unreachable
From 192.168.1.5 icmp_seq=48 Destination Host Unreachable
From 192.168.1.5 icmp_seq=49 Destination Host Unreachable
From 192.168.1.5 icmp_seq=50 Destination Host Unreachable
From 192.168.1.5 icmp_seq=51 Destination Host Unreachable
From 192.168.1.5 icmp_seq=52 Destination Host Unreachable
From 192.168.1.5 icmp_seq=53 Destination Host Unreachable
From 192.168.1.5 icmp_seq=54 Destination Host Unreachable
From 192.168.1.5 icmp_seq=55 Destination Host Unreachable
From 192.168.1.5 icmp_seq=56 Destination Host Unreachable
From 192.168.1.5 icmp_seq=57 Destination Host Unreachable
From 192.168.1.5 icmp_seq=58 Destination Host Unreachable
From 192.168.1.5 icmp_seq=59 Destination Host Unreachable
From 192.168.1.5 icmp_seq=60 Destination Host Unreachable
From 192.168.1.5 icmp_seq=61 Destination Host Unreachable
From 192.168.1.5 icmp_seq=62 Destination Host Unreachable
From 192.168.1.5 icmp_seq=63 Destination Host Unreachable
From 192.168.1.5 icmp_seq=64 Destination Host Unreachable
From 192.168.1.5 icmp_seq=65 Destination Host Unreachable
From 192.168.1.5 icmp_seq=66 Destination Host Unreachable
From 192.168.1.5 icmp_seq=67 Destination Host Unreachable
From 192.168.1.5 icmp_seq=68 Destination Host Unreachable
From 192.168.1.5 icmp_seq=69 Destination Host Unreachable
From 192.168.1.5 icmp_seq=70 Destination Host Unreachable
From 192.168.1.5 icmp_seq=71 Destination Host Unreachable
From 192.168.1.5 icmp_seq=72 Destination Host Unreachable
From 192.168.1.5 icmp_seq=73 Destination Host Unreachable
From 192.168.1.5 icmp_seq=74 Destination Host Unreachable
From 192.168.1.5 icmp_seq=75 Destination Host Unreachable
From 192.168.1.5 icmp_seq=76 Destination Host Unreachable
From 192.168.1.5 icmp_seq=77 Destination Host Unreachable
From 192.168.1.5 icmp_seq=78 Destination Host Unreachable
From 192.168.1.5 icmp_seq=79 Destination Host Unreachable
From 192.168.1.5 icmp_seq=80 Destination Host Unreachable
From 192.168.1.5 icmp_seq=81 Destination Host Unreachable
From 192.168.1.5 icmp_seq=82 Destination Host Unreachable
From 192.168.1.5 icmp_seq=83 Destination Host Unreachable
From 192.168.1.5 icmp_seq=84 Destination Host Unreachable
From 192.168.1.5 icmp_seq=85 Destination Host Unreachable
From 192.168.1.5 icmp_seq=86 Destination Host Unreachable
From 192.168.1.5 icmp_seq=87 Destination Host Unreachable
From 192.168.1.5 icmp_seq=88 Destination Host Unreachable
From 192.168.1.5 icmp_seq=89 Destination Host Unreachable
From 192.168.1.5 icmp_seq=90 Destination Host Unreachable
From 192.168.1.5 icmp_seq=91 Destination Host Unreachable
From 192.168.1.5 icmp_seq=92 Destination Host Unreachable
From 192.168.1.5 icmp_seq=93 Destination Host Unreachable
From 192.168.1.5 icmp_seq=94 Destination Host Unreachable
From 192.168.1.5 icmp_seq=95 Destination Host Unreachable
From 192.168.1.5 icmp_seq=96 Destination Host Unreachable
From 192.168.1.5 icmp_seq=97 Destination Host Unreachable
From 192.168.1.5 icmp_seq=98 Destination Host Unreachable
From 192.168.1.5 icmp_seq=99 Destination Host Unreachable
From 192.168.1.5 icmp_seq=100 Destination Host Unreachable
From 192.168.1.5 icmp_seq=101 Destination Host Unreachable
From 192.168.1.5 icmp_seq=102 Destination Host Unreachable
From 192.168.1.5 icmp_seq=103 Destination Host Unreachable
From 192.168.1.5 icmp_seq=104 Destination Host Unreachable
From 192.168.1.5 icmp_seq=105 Destination Host Unreachable
From 192.168.1.5 icmp_seq=106 Destination Host Unreachable
From 192.168.1.5 icmp_seq=107 Destination Host Unreachable
From 192.168.1.5 icmp_seq=108 Destination Host Unreachable
From 192.168.1.5 icmp_seq=109 Destination Host Unreachable
From 192.168.1.5 icmp_seq=110 Destination Host Unreachable

heartsmagic

Tabletin IP adresinin 192.168.1.5 olduğuna emin miyiz? Yerelde çalışmak demek adresin değişmeyeceği anlamına gelmiyor, söylediğim gibi eğer adresler dinamik olarak alınıyorsa bal gibi de değişebilir. Sabitlenmişse değişmez.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

tncrdmr

Hocam tabletin ip adresi 192.168.1.2  bu adres modeme ilk bağlandığında kayıt oluşan ip adresi.
Server yani Ubuntu Lamp-Server kurulu olduğu bilgisayarın ip adresi de 192.168.1.5 normalde locale bu ip adres ile erişiyorum fakat telefon,tablet gibi cihazlardan doğrudan erişemiyorum.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 12 Şubat 2016 - 00:00:48

err_connection_refused hatasını alıyorum. Zaman aşımına uğruyor.

cagriemer

Sunucuda asagidaki komutlarin ciktisi nedir?

sudo netstat -plnt
sudo iptables -L

sayz

aslında ping ile ulaşamamak veya ulaşmak web sunucusunun çalıştığı veya çalışmadığı anlamına gelmez birisi(ping) icmp protokolü ile çalışıyor diğeri(web sunucusu) ise http ile. öncelikle arkadaşın istediği çıktıları geçerseniz buraya daha rahat önümüzü görebiliriz. ayrıca @heartsmagic'in de belirttiği gibi yerelde de çalışsanız bilgisayarlar sabit olarak almaya zorlanmadığı sürece genelde dhcp ile ip alırlar. o yüzden ip adresleri değişebilir.

tncrdmr


sudo netstat -plnt
Aktif internet bağlantıları (sadece sunucular)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:6342          0.0.0.0:*               DİNLE      2656/megasync   
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               DİNLE      1363/mysqld     
tcp        0      0 127.0.1.1:53            0.0.0.0:*               DİNLE      2235/dnsmasq   
tcp        0      0 127.0.0.1:631           0.0.0.0:*               DİNLE      927/cupsd       
tcp6       0      0 :::80                   :::*                    DİNLE      1395/apache2   
tcp6       0      0 ::1:631                 :::*                    DİNLE      927/cupsd 


sudo iptables -L

Chain INPUT (policy DROP)
target     prot opt source               destination         
ufw-before-logging-input  all  --  anywhere             anywhere           
ufw-before-input  all  --  anywhere             anywhere           
ufw-after-input  all  --  anywhere             anywhere           
ufw-after-logging-input  all  --  anywhere             anywhere           
ufw-reject-input  all  --  anywhere             anywhere           
ufw-track-input  all  --  anywhere             anywhere           

Chain FORWARD (policy DROP)
target     prot opt source               destination         
ufw-before-logging-forward  all  --  anywhere             anywhere           
ufw-before-forward  all  --  anywhere             anywhere           
ufw-after-forward  all  --  anywhere             anywhere           
ufw-after-logging-forward  all  --  anywhere             anywhere           
ufw-reject-forward  all  --  anywhere             anywhere           
ufw-track-forward  all  --  anywhere             anywhere           

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
ufw-before-logging-output  all  --  anywhere             anywhere           
ufw-before-output  all  --  anywhere             anywhere           
ufw-after-output  all  --  anywhere             anywhere           
ufw-after-logging-output  all  --  anywhere             anywhere           
ufw-reject-output  all  --  anywhere             anywhere           
ufw-track-output  all  --  anywhere             anywhere           

Chain ufw-after-forward (1 references)
target     prot opt source               destination         

Chain ufw-after-input (1 references)
target     prot opt source               destination         
ufw-skip-to-policy-input  udp  --  anywhere             anywhere             udp dpt:netbios-ns
ufw-skip-to-policy-input  udp  --  anywhere             anywhere             udp dpt:netbios-dgm
ufw-skip-to-policy-input  tcp  --  anywhere             anywhere             tcp dpt:netbios-ssn
ufw-skip-to-policy-input  tcp  --  anywhere             anywhere             tcp dpt:microsoft-ds
ufw-skip-to-policy-input  udp  --  anywhere             anywhere             udp dpt:bootps
ufw-skip-to-policy-input  udp  --  anywhere             anywhere             udp dpt:bootpc
ufw-skip-to-policy-input  all  --  anywhere             anywhere             ADDRTYPE match dst-type BROADCAST

Chain ufw-after-logging-forward (1 references)
target     prot opt source               destination         
LOG        all  --  anywhere             anywhere             limit: avg 3/min burst 10 LOG level warning prefix "[UFW BLOCK] "

Chain ufw-after-logging-input (1 references)
target     prot opt source               destination         
LOG        all  --  anywhere             anywhere             limit: avg 3/min burst 10 LOG level warning prefix "[UFW BLOCK] "

Chain ufw-after-logging-output (1 references)
target     prot opt source               destination         

Chain ufw-after-output (1 references)
target     prot opt source               destination         

Chain ufw-before-forward (1 references)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
ACCEPT     icmp --  anywhere             anywhere             icmp destination-unreachable
ACCEPT     icmp --  anywhere             anywhere             icmp source-quench
ACCEPT     icmp --  anywhere             anywhere             icmp time-exceeded
ACCEPT     icmp --  anywhere             anywhere             icmp parameter-problem
ACCEPT     icmp --  anywhere             anywhere             icmp echo-request
ufw-user-forward  all  --  anywhere             anywhere           

Chain ufw-before-input (1 references)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere           
ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
ufw-logging-deny  all  --  anywhere             anywhere             ctstate INVALID
DROP       all  --  anywhere             anywhere             ctstate INVALID
ACCEPT     icmp --  anywhere             anywhere             icmp destination-unreachable
ACCEPT     icmp --  anywhere             anywhere             icmp source-quench
ACCEPT     icmp --  anywhere             anywhere             icmp time-exceeded
ACCEPT     icmp --  anywhere             anywhere             icmp parameter-problem
ACCEPT     icmp --  anywhere             anywhere             icmp echo-request
ACCEPT     udp  --  anywhere             anywhere             udp spt:bootps dpt:bootpc
ufw-not-local  all  --  anywhere             anywhere           
ACCEPT     udp  --  anywhere             224.0.0.251          udp dpt:mdns
ACCEPT     udp  --  anywhere             239.255.255.250      udp dpt:1900
ufw-user-input  all  --  anywhere             anywhere           

Chain ufw-before-logging-forward (1 references)
target     prot opt source               destination         

Chain ufw-before-logging-input (1 references)
target     prot opt source               destination         

Chain ufw-before-logging-output (1 references)
target     prot opt source               destination         

Chain ufw-before-output (1 references)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere           
ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
ufw-user-output  all  --  anywhere             anywhere           

Chain ufw-logging-allow (0 references)
target     prot opt source               destination         
LOG        all  --  anywhere             anywhere             limit: avg 3/min burst 10 LOG level warning prefix "[UFW ALLOW] "

Chain ufw-logging-deny (2 references)
target     prot opt source               destination         
RETURN     all  --  anywhere             anywhere             ctstate INVALID limit: avg 3/min burst 10
LOG        all  --  anywhere             anywhere             limit: avg 3/min burst 10 LOG level warning prefix "[UFW BLOCK] "

Chain ufw-not-local (1 references)
target     prot opt source               destination         
RETURN     all  --  anywhere             anywhere             ADDRTYPE match dst-type LOCAL
RETURN     all  --  anywhere             anywhere             ADDRTYPE match dst-type MULTICAST
RETURN     all  --  anywhere             anywhere             ADDRTYPE match dst-type BROADCAST
ufw-logging-deny  all  --  anywhere             anywhere             limit: avg 3/min burst 10
DROP       all  --  anywhere             anywhere           

Chain ufw-reject-forward (1 references)
target     prot opt source               destination         

Chain ufw-reject-input (1 references)
target     prot opt source               destination         

Chain ufw-reject-output (1 references)
target     prot opt source               destination         

Chain ufw-skip-to-policy-forward (0 references)
target     prot opt source               destination         
DROP       all  --  anywhere             anywhere           

Chain ufw-skip-to-policy-input (7 references)
target     prot opt source               destination         
DROP       all  --  anywhere             anywhere           

Chain ufw-skip-to-policy-output (0 references)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere           

Chain ufw-track-forward (1 references)
target     prot opt source               destination         

Chain ufw-track-input (1 references)
target     prot opt source               destination         

Chain ufw-track-output (1 references)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW
ACCEPT     udp  --  anywhere             anywhere             ctstate NEW

Chain ufw-user-forward (1 references)
target     prot opt source               destination         

Chain ufw-user-input (1 references)
target     prot opt source               destination         

Chain ufw-user-limit (0 references)
target     prot opt source               destination         
LOG        all  --  anywhere             anywhere             limit: avg 3/min burst 5 LOG level warning prefix "[UFW LIMIT BLOCK] "
REJECT     all  --  anywhere             anywhere             reject-with icmp-port-unreachable

Chain ufw-user-limit-accept (0 references)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere           

Chain ufw-user-logging-forward (0 references)
target     prot opt source               destination         

Chain ufw-user-logging-input (0 references)
target     prot opt source               destination         

Chain ufw-user-logging-output (0 references)
target     prot opt source               destination         

Chain ufw-user-output (1 references)
target     prot opt source               destination   

heartsmagic

@sayz, ping'in mantığını biliyorum da, niyetim karşı tarafa erişilip erişilemediğini anlamaktı. Tabi, karşı taraf ICMP için engel koymuşsa durum değişir ki, @cagriemer de o nedenle (hem karşı tarafa erişilemiyor hem de sunucuya) çıktıları istemiş.

@tncrdmr, güvenlik duvarı için birçok kural yazılmış görünüyor. Bunları kendi makinen için sen mi yazdın? Yazdıysan nasıl yazdın? iptables ve onu kullanan ufw konusunda fazlaca yetkin olmadığım için bir şey söyleyemiyorum şu an. Fakat kendin bir arayüz kullandıysan yine onu kullanarak 80 portu için izin vermen gerekiyor.

sudo ufw status verbose

ne diyor? Sonrasında şunu deneriz:

sudo ufw allow 80


Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

cagriemer

@heartsmagic'in soylediklerine ek olarak Apache IPv6'daki portu dinliyor sadece. Eger yerel aginiz IPv6 degilse, onceki yazilanlardan olmadigini tahmin ediyorum, onu da degistirmelisiniz.

natgho

Bu kadar uğraşmanıza gerek yok, sizin wifi ağınız içerisinde IP adresinizi öğrenmeniz yeterli.
Konsoldan;
ifconfig
yazın, şöyle birşey gelecek;
[buradaadiniz@buradabilgisayaradiniz ~]$ ifconfig
eno1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether a0:b3:cc:4f:50:ad  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 2997  bytes 170993 (166.9 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2997  bytes 170993 (166.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlo1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.33.55.63  netmask 255.255.252.0  broadcast 10.33.135.255
        inet6 fe80::626c:11ff:fg07:rf74  prefixlen 64  scopeid 0x20<link>
        ether 60:6c:66:07:cf:74  txqueuelen 1000  (Ethernet)
        RX packets 297176  bytes 341081798 (325.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 200822  bytes 26020371 (24.8 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlo1 yani kablosuz ağ kısmındaki inet den sonraki (bendeki :10.33.55.63 ) IP adresi sizin iç ağdaki aldığınız IP adresinizdir.
İç ağdaki herhangi bir makineye bu adresi girerek sayfanızı görüntüleyebilirsiniz.
Hayır ben Windows Düşmanı Değilim,Bu Yüzden Linux Kullanmıyorum, Ben Sadece Benim Donanımımda At Koşturacaksa Bir Yazılım, her Adımını Bilme Sorumluluğunu Hisseden Bir Teknologtan Fazlası olmadığım İçin Linux Kullanıcısıyım.

sayz

Alıntı yapılan: cagriemer - 14 Şubat 2016 - 01:05:44
@heartsmagic'in soylediklerine ek olarak Apache IPv6'daki portu dinliyor sadece. Eger yerel aginiz IPv6 degilse, onceki yazilanlardan olmadigini tahmin ediyorum, onu da degistirmelisiniz.
Ipv4 de hali hazırda çalışır durumda olması lâzım. Netstat çıktısında gösterilmiyor sadece.

cagriemer


tncrdmr


heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

tncrdmr

tuncerdemir@asus-K52JT:~$ sudo ufw status verbose
[sudo] password for tuncerdemir:
Durum: etkin
Kayıt defterine alınıyor: on (low)
Öntanımlı: deny (gelen), allow (giden), disabled (yönlendirilmiş)
Yeni profiller: skip


tuncerdemir@asus-K52JT:~$ sudo ufw allow 80
Kural eklendi
Kural eklendi (v6)


Hocam kusura bakma bu arada geç görüyorum.

heartsmagic

Tamam, şu an 80 portuna izin vermiş durumdasın. Tekrar bir dene.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.