internet baglantisi

Başlatan thrall, 27 Şubat 2013 - 23:50:56

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

thrall

Merhaba arkadaslar.
12.10 sürümünü kullaniyorum. Kurulum aşamasinda wireless şifremi bir kere girdim bir daha hiç sormadi.Bu saate kadar bir sorunum yoktu.Komut yazarak dns değiştirmek istedim. Şu komutu yazdım. sudo gedit /etc/dhcp/dhclient.conf burdan dns değiştirmek için prepend ile başlayan satırın başındaki # işaretini kaldırdım. Dns olarak 208.67.220.220 ve 208.67.222.222 yazıp sonuna noktalı virgül koydum bilgisayarı baştan açtım. Wireless ağına bağlanıyor ama internet yok. Bu mesajı cep telefonumdan wireless ağına bağlanıp yazmaya çalıştım. Şimdiden teşekkür ederim

grayloop

Ağ Yönetimi ne girerek düzenlemeye çalışın.
hüzün ki en çok yakışandır bize
belki de en çok anladığımız
                                 H. Yavuz

thrall

neyi düzenlemem gerektiğini bilmiyorum hatta wireless bağlantisini şiferesini sildim ağa yeniden bağlandım ama bir işe yaramadı

if

@thrall, internet simgesine tıklayın > bağlantıları düzenle > kablosuz > ağınızı seçin > düzenle > IPv4 ayarları > Sadece otomatik (DHCP) adresler seçin > DNS sunucularına istediğiniz DNS'yi girin.

cat /etc/dhcp/dhclient.conf ne diyor?

ebubekirs

dhclient.conf dosyasını eski haline getirip @if'in dediği gibi yaparsanız büyük ihtimalle sorununuz çözülür.
Dünyaya gelen de benim, dünyadan giden de benim

thrall

Eve döndüğüm zaman tekrar denedim bağlantı kurmayı. Modeme bağlanıyor hemen o konuda sıkıntı yok.

Sadece otomatik dhcp adreslerini seçin kısmını da yaptım. Her yaptığım işlemden sonra bilgisayarı baştan açtım. Bir kaç kez ekrana bağlantı kurulamıyor vs. diye uyarı yazısı geldi.

dhclient.conf dosyasını tam olarak eski hale getirebildim mi bilmiyorum çünkü prepend ile başlayan satırın başına yine #işaretini koydum ve sonra ordaki dns adresini silip 127.0.0.1 yazıp sonuna noktalı virgül koydum. Sonra dosyayı kaydedip bilgisayarı baştan açtım ama bir şey değişmedi.

if arkadaşımızın dediği komutu denedim ekrana uzun uzun yazılar geldi ama gimp benzeri bir araç bulamadığım için screen shot alamadım. Bir fotoğraf düzenleyicisi indirmek istedim ama internet bağlantısı olmadığı için hiç bir şey indiremedim. Açıkçası tıkanmış durumdayım yönlendirmenize ve bilginize ihtiyacım var. Teşekkür ederim.

heartsmagic

@if'in istediği çıktıları almak için illa ekran görüntüsüne ihtiyaç yok. "Print Screen" ekran görüntüsü alır ancak bizler için ekran görüntüleri pek uygun olmuyor. Bunun yerine şu şekilde dosyayı aç ve bir başka boş dosyaya kopyala ilgili satırları:

gedit /etc/dhcp/dhclient.conf

Daha sonra bunu bir şekilde internet olan bir yere aktarı buraya geçersin.

Şimdi, normal şartlar altında o dosyada şu şekilde bir düzenlemenin iş görmesi gerekiyor aslında:
prepend domain-name-servers 208.67.220.220, 208.67.222.222;

Sen tam olarak hangi satırı değiştirdin, bu yukarıdaki gibi olan satırı mı?
DNS sunucuları arasına virgül koydun mu?
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.

thrall

#7
Dosyayı windows ortamında kaydettim buraya olduğu gibi yapıştırıyorum ben yine eski haline döndürmeye çalıştım ama bir şey bulamadım.

# Configuration file for /sbin/dhclient, which is included in Debian's
# dhcp3-client package.
#
# This is a sample configuration file for dhclient. See dhclient.conf's
# man page for more information about the syntax of this file
# and a more comprehensive list of the parameters understood by
# dhclient.
#
# Normally, if the DHCP server provides reasonable information and does
# not leave anything out (like the domain name, for example), then
# few changes must be made to this file, if any.
#

option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;

#send host-name "andare.fugue.com";
send host-name = gethostname();
send fqdn.fqdn = gethostname();
#send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
#send dhcp-lease-time 3600;
#supersede domain-name "fugue.com home.vix.com";
#prepend domain-name-servers 127.0.0.1;
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
netbios-name-servers, netbios-scope, interface-mtu,
rfc3442-classless-static-routes, ntp-servers,
dhcp6.domain-search, dhcp6.fqdn,
dhcp6.name-servers, dhcp6.sntp-servers;
#require subnet-mask, domain-name-servers;
#timeout 60;
#retry 60;
#reboot 10;
#select-timeout 5;
#initial-interval 2;
#script "/etc/dhcp3/dhclient-script";
#media "-link0 -link1 -link2", "link0 link1";
#reject 192.33.137.209;

#alias {
#  interface "eth0";
#  fixed-address 192.5.5.213;
#  option subnet-mask 255.255.255.255;
#}

#lease {
#  interface "eth0";
#  fixed-address 192.33.137.200;
#  medium "link0 link1";
#  option host-name "andare.swiftmedia.com";
#  option subnet-mask 255.255.255.0;
#  option broadcast-address 192.33.137.255;
#  option routers 192.33.137.250;
#  option domain-name-servers 127.0.0.1;
#  renew 2 2000/1/12 00:00:01;
#  rebind 2 2000/1/12 00:00:01;
#  expire 2 2000/1/12 00:00:01;
#}


if

Dosya olması gerektiği gibi. Kablosuz bağlantı yok mu yani Ubuntu'da? ping -c 10 google.com ne diyor?

thrall

#9
Dediğiniz kodu yazdım sonuç şu şekilde :

asutay@asutay-desktop:~$ ping -c 10 google.com
ping: unknown host google.com


if


thrall

#11
Dediğiniz komutların hepsini kopyaladım bir yere ancak dmesg komutu uçbirim ekranına sığmıyor. Komutun başlangıç yerine ekranda ulaşamıyorum. Diğer komutları sırasıyla buraya yapıştırıyorum. Yardımlarınız için şimdiden teşekkür ederim.

cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.10
DISTRIB_CODENAME=quantal
DISTRIB_DESCRIPTION="Ubuntu 12.10"


uname -a
Linux asutay-desktop 3.5.0-24-generic #37-Ubuntu SMP Thu Feb 7 01:50:30 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux


lspci
00:00.0 Memory controller: NVIDIA Corporation CK804 Memory Controller (rev a3)
00:01.0 ISA bridge: NVIDIA Corporation CK804 ISA Bridge (rev a3)
00:01.1 SMBus: NVIDIA Corporation CK804 SMBus (rev a2)
00:02.0 USB controller: NVIDIA Corporation CK804 USB Controller (rev a2)
00:02.1 USB controller: NVIDIA Corporation CK804 USB Controller (rev a3)
00:04.0 Multimedia audio controller: NVIDIA Corporation CK804 AC'97 Audio Controller (rev a2)
00:06.0 IDE interface: NVIDIA Corporation CK804 IDE (rev a2)
00:07.0 IDE interface: NVIDIA Corporation CK804 Serial ATA Controller (rev a3)
00:08.0 IDE interface: NVIDIA Corporation CK804 Serial ATA Controller (rev a3)
00:09.0 PCI bridge: NVIDIA Corporation CK804 PCI Bridge (rev a2)
00:0a.0 Bridge: NVIDIA Corporation CK804 Ethernet Controller (rev a3)
00:0b.0 PCI bridge: NVIDIA Corporation CK804 PCIE Bridge (rev a3)
00:0c.0 PCI bridge: NVIDIA Corporation CK804 PCIE Bridge (rev a3)
00:0d.0 PCI bridge: NVIDIA Corporation CK804 PCIE Bridge (rev a3)
00:0e.0 PCI bridge: NVIDIA Corporation CK804 PCIE Bridge (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
05:00.0 VGA compatible controller: NVIDIA Corporation NV43 [GeForce 6600] (rev a2)


lsusb

Bus 001 Device 003: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Bus 002 Device 002: ID 04d9:0499 Holtek Semiconductor, Inc. Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


lshw -C network
*-network               
       açıklama: Kablosuz arayüz
       physical id: 1
       bus info: usb@1:3
       mantıksal ad: wlan0
       serial: 00:26:75:4f:b2:cf
       kapasiteler: eternet physical wireless
       yapılandırma: broadcast=yes driver=rt2800usb driverversion=3.5.0-24-generic firmware=0.29 ip=192.168.1.4 *bağlantı=yes multicast=yes wireless=IEEE 802.11bgn


ifconfig
eth0      *bağlantı encap:Ethernet  HWaddr 00:04:61:9b:cb:6a   
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        *bağlantı encap:Local Loopback   
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Sunucu
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:272 errors:0 dropped:0 overruns:0 frame:0
          TX packets:272 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:21168 (21.1 KB)  TX bytes:21168 (21.1 KB)

wlan0     *bağlantı encap:Ethernet  HWaddr 00:26:75:4f:b2:cf   
          inet addr:192.168.1.4  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::226:75ff:fe4f:b2cf/64 Scope:*bağlantı
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:187 errors:0 dropped:0 overruns:0 frame:0
          TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:51095 (51.0 KB)  TX bytes:8738 (8.7 KB)


iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"Dlink"   
          Mode:Managed  Frequency:2.437 GHz  Access Point: 28:10:7B:95:20:0F   
          Bit Rate=39 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
          *bağlantı Quality=49/70  Signal level=-61 dBm   
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:27   Missed beacon:0


iwlist scanning
eth0      Interface doesn't support scanning.

lo        Interface doesn't support scanning.

wlan0     Scan completed :
          Cell 01 - Address: 28:10:7B:95:20:0F
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=47/70  Signal level=-63 dBm   
                    Encryption key:on
                    ESSID:"Dlink"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000001e0df39190
                    Extra: Last beacon: 508ms ago
                    IE: Unknown: 0005446C696E6B
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 030106
                    IE: Unknown: 2A0104
                    IE: Unknown: 2F0104
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 32040C121860
                    IE: Unknown: 2D1A6C181BFF00000000000000000000000000000000000000000000
                    IE: Unknown: 3D1606001500000000000000000000000000000000000000
                    IE: Unknown: DD7B0050F204104A00011010440001021041000100103B00010310470010684D5D0820F817B0FDBC52E3B3DE3AD81021000842726F6164636F6D1023000842726F6164636F6D1024000631323334353610420004313233341054000800060050F20400011011000A42726F6164636F6D4150100800020084103C000101
                    IE: Unknown: DD090010180203F0040000
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
          Cell 02 - Address: 28:10:7B:94:56:25
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=25/70  Signal level=-85 dBm   
                    Encryption key:on
                    ESSID:"dMrgulec"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000001e0df0718b
                    Extra: Last beacon: 480ms ago
                    IE: Unknown: 0008644D7267756C6563
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 030106
                    IE: Unknown: 050400010000
                    IE: Unknown: 2A0100
                    IE: Unknown: 2F0100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 32040C121860
                    IE: Unknown: 2D1A6C181BFF00000000000000000000000000000000000000000000
                    IE: Unknown: 3D1606001100000000000000000000000000000000000000
                    IE: Unknown: DD0E0050F204104A0001101044000102
                    IE: Unknown: DD090010180200F0040000
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00


lsmod
Module                  Size  Used by
snd_intel8x0           38150  2 
snd_ac97_codec        134316  1 snd_intel8x0
arc4                   12530  2 
ac97_bus               12767  1 snd_ac97_codec
snd_pcm                96668  2 snd_intel8x0,snd_ac97_codec
snd_seq_midi           13325  0 
nouveau               896008  3 
snd_rawmidi            30513  1 snd_seq_midi
rt2800usb              22662  0 
rt2800lib              58731  1 rt2800usb
crc_ccitt              12708  1 rt2800lib
rt2x00usb              20665  1 rt2800usb
snd_seq_midi_event     14900  1 snd_seq_midi
ttm                    83596  1 nouveau
rt2x00lib              54939  3 rt2800usb,rt2800lib,rt2x00usb
mac80211              540032  3 rt2800lib,rt2x00usb,rt2x00lib
drm_kms_helper         49113  1 nouveau
snd_seq                61555  2 snd_seq_midi,snd_seq_midi_event
drm                   288721  5 nouveau,ttm,drm_kms_helper
edac_core              52452  0 
i2c_algo_bit           13414  1 nouveau
mxm_wmi                13022  1 nouveau
video                  19391  1 nouveau
cfg80211              206797  2 rt2x00lib,mac80211
serio_raw              13216  0 
snd_timer              29426  2 snd_pcm,snd_seq
k8temp                 12979  0 
edac_mce_amd           23304  0 
wmi                    19071  2 nouveau,mxm_wmi
snd_seq_device         14498  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    78921  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              15048  1 snd
snd_page_alloc         18485  2 snd_intel8x0,snd_pcm
rfcomm                 46620  0 
bnep                   18141  2 
bluetooth             209249  10 rfcomm,bnep
parport_pc             32689  1 
ppdev                  17074  0 
i2c_nforce2            13014  0 
mac_hid                13206  0 
lp                     17760  0 
parport                46346  3 parport_pc,ppdev,lp
hid_generic            12541  0 
usbhid                 46987  0 
hid                   100411  2 hid_generic,usbhid
forcedeth              67157  0 
sata_nv                31831  2 
floppy                 69453  0 
pata_amd               14119  0

 
dmesg | tail
[   15.468435] IPv6: ADDRCONF(NETDEV_UP): eth0: *bağlantı is not ready
[   15.472248] IPv6: ADDRCONF(NETDEV_UP): eth0: *bağlantı is not ready
[   18.689483] wlan0: authenticate with 28:10:7b:95:20:0f
[   18.749494] wlan0: send auth to 28:10:7b:95:20:0f (try 1/3)
[   18.751949] wlan0: authenticated
[   18.796055] wlan0: associate with 28:10:7b:95:20:0f (try 1/3)
[   18.799346] wlan0: RX AssocResp from 28:10:7b:95:20:0f (capab=0x411 status=0 aid=4)
[   18.807187] wlan0: associated
[   18.807590] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: *bağlantı becomes ready
[   43.646832] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0



heartsmagic

@thrall, komut çıktılarını kod etiketi içine alırsan uzun çıktıları da buraya aktarabilirsin. Aynı zamanda diğer çıktıları da kod etiketi içinde verebilirsin: kodetiketi

Şu çıktıları geçebilir misin buraya:

ping modem_IP_adresi
ping 173.194.39.104
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.

thrall

#13
Komutların ekrana sığmamasıyla ilgili olarak yeterince anlatmayı becerememişim sanırım. Çünkü yapamadığım şey buraya kopyalamak değil. Uçbirim ekranında ekranı en yukarıya komutu yazdığım yere kaydıramıyorum belli bir yere kadar çıkıyor. Sorun bundan kaynaklanıyor. Bunun bir çözümü varsa bile ben bilmiyorum. Biraz önce en son istediğiniz iki komutuda yaptım. Çıktıları şu şekilde :

ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_req=1 ttl=64 time=8.86 ms
64 bytes from 192.168.1.1: icmp_req=2 ttl=64 time=5.06 ms
64 bytes from 192.168.1.1: icmp_req=3 ttl=64 time=5.92 ms
64 bytes from 192.168.1.1: icmp_req=4 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=5 ttl=64 time=4.78 ms
64 bytes from 192.168.1.1: icmp_req=6 ttl=64 time=4.90 ms
64 bytes from 192.168.1.1: icmp_req=7 ttl=64 time=4.98 ms
64 bytes from 192.168.1.1: icmp_req=8 ttl=64 time=5.67 ms
64 bytes from 192.168.1.1: icmp_req=9 ttl=64 time=4.13 ms
64 bytes from 192.168.1.1: icmp_req=10 ttl=64 time=5.30 ms
64 bytes from 192.168.1.1: icmp_req=11 ttl=64 time=4.54 ms
64 bytes from 192.168.1.1: icmp_req=12 ttl=64 time=5.38 ms
64 bytes from 192.168.1.1: icmp_req=13 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=14 ttl=64 time=5.05 ms
64 bytes from 192.168.1.1: icmp_req=15 ttl=64 time=3.80 ms
64 bytes from 192.168.1.1: icmp_req=16 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=17 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=18 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=19 ttl=64 time=6.14 ms
64 bytes from 192.168.1.1: icmp_req=20 ttl=64 time=4.91 ms
64 bytes from 192.168.1.1: icmp_req=21 ttl=64 time=5.04 ms
64 bytes from 192.168.1.1: icmp_req=22 ttl=64 time=4.80 ms
64 bytes from 192.168.1.1: icmp_req=23 ttl=64 time=4.66 ms
64 bytes from 192.168.1.1: icmp_req=24 ttl=64 time=3.92 ms
64 bytes from 192.168.1.1: icmp_req=25 ttl=64 time=5.05 ms
64 bytes from 192.168.1.1: icmp_req=26 ttl=64 time=5.18 ms
64 bytes from 192.168.1.1: icmp_req=27 ttl=64 time=4.93 ms
64 bytes from 192.168.1.1: icmp_req=28 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=29 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=30 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=31 ttl=64 time=103 ms
64 bytes from 192.168.1.1: icmp_req=32 ttl=64 time=2.39 ms
64 bytes from 192.168.1.1: icmp_req=33 ttl=64 time=1.55 ms
64 bytes from 192.168.1.1: icmp_req=34 ttl=64 time=4.79 ms
64 bytes from 192.168.1.1: icmp_req=35 ttl=64 time=4.17 ms
64 bytes from 192.168.1.1: icmp_req=36 ttl=64 time=5.64 ms
64 bytes from 192.168.1.1: icmp_req=37 ttl=64 time=4.17 ms
64 bytes from 192.168.1.1: icmp_req=38 ttl=64 time=3.91 ms
64 bytes from 192.168.1.1: icmp_req=39 ttl=64 time=5.67 ms
64 bytes from 192.168.1.1: icmp_req=40 ttl=64 time=7.50 ms
64 bytes from 192.168.1.1: icmp_req=41 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=42 ttl=64 time=4.18 ms
64 bytes from 192.168.1.1: icmp_req=43 ttl=64 time=4.90 ms
64 bytes from 192.168.1.1: icmp_req=44 ttl=64 time=3.89 ms
64 bytes from 192.168.1.1: icmp_req=45 ttl=64 time=6.56 ms
64 bytes from 192.168.1.1: icmp_req=46 ttl=64 time=4.78 ms
64 bytes from 192.168.1.1: icmp_req=47 ttl=64 time=3.87 ms
64 bytes from 192.168.1.1: icmp_req=48 ttl=64 time=4.33 ms
64 bytes from 192.168.1.1: icmp_req=49 ttl=64 time=8.06 ms
64 bytes from 192.168.1.1: icmp_req=50 ttl=64 time=4.80 ms
64 bytes from 192.168.1.1: icmp_req=51 ttl=64 time=4.55 ms
64 bytes from 192.168.1.1: icmp_req=52 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=53 ttl=64 time=6.92 ms
64 bytes from 192.168.1.1: icmp_req=54 ttl=64 time=5.05 ms
64 bytes from 192.168.1.1: icmp_req=55 ttl=64 time=4.80 ms
64 bytes from 192.168.1.1: icmp_req=56 ttl=64 time=4.04 ms
64 bytes from 192.168.1.1: icmp_req=57 ttl=64 time=4.80 ms
64 bytes from 192.168.1.1: icmp_req=58 ttl=64 time=6.05 ms
64 bytes from 192.168.1.1: icmp_req=59 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=60 ttl=64 time=4.93 ms
64 bytes from 192.168.1.1: icmp_req=61 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=62 ttl=64 time=4.42 ms
64 bytes from 192.168.1.1: icmp_req=63 ttl=64 time=4.55 ms
64 bytes from 192.168.1.1: icmp_req=64 ttl=64 time=4.80 ms
64 bytes from 192.168.1.1: icmp_req=65 ttl=64 time=3.92 ms
64 bytes from 192.168.1.1: icmp_req=66 ttl=64 time=4.93 ms
64 bytes from 192.168.1.1: icmp_req=67 ttl=64 time=4.80 ms
64 bytes from 192.168.1.1: icmp_req=68 ttl=64 time=5.04 ms
64 bytes from 192.168.1.1: icmp_req=69 ttl=64 time=4.31 ms
64 bytes from 192.168.1.1: icmp_req=70 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=71 ttl=64 time=5.93 ms
64 bytes from 192.168.1.1: icmp_req=72 ttl=64 time=4.91 ms
64 bytes from 192.168.1.1: icmp_req=73 ttl=64 time=4.67 ms
64 bytes from 192.168.1.1: icmp_req=74 ttl=64 time=4.55 ms
64 bytes from 192.168.1.1: icmp_req=75 ttl=64 time=5.30 ms
64 bytes from 192.168.1.1: icmp_req=76 ttl=64 time=4.55 ms
64 bytes from 192.168.1.1: icmp_req=77 ttl=64 time=5.30 ms
64 bytes from 192.168.1.1: icmp_req=78 ttl=64 time=4.55 ms
64 bytes from 192.168.1.1: icmp_req=79 ttl=64 time=3.92 ms
64 bytes from 192.168.1.1: icmp_req=80 ttl=64 time=5.04 ms
64 bytes from 192.168.1.1: icmp_req=81 ttl=64 time=4.79 ms
64 bytes from 192.168.1.1: icmp_req=82 ttl=64 time=4.93 ms
64 bytes from 192.168.1.1: icmp_req=83 ttl=64 time=4.36 ms
64 bytes from 192.168.1.1: icmp_req=84 ttl=64 time=5.67 ms
64 bytes from 192.168.1.1: icmp_req=85 ttl=64 time=4.68 ms
64 bytes from 192.168.1.1: icmp_req=86 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=87 ttl=64 time=5.17 ms
64 bytes from 192.168.1.1: icmp_req=88 ttl=64 time=4.67 ms
64 bytes from 192.168.1.1: icmp_req=89 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=90 ttl=64 time=7.68 ms
64 bytes from 192.168.1.1: icmp_req=91 ttl=64 time=4.05 ms
64 bytes from 192.168.1.1: icmp_req=92 ttl=64 time=5.05 ms
64 bytes from 192.168.1.1: icmp_req=93 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=94 ttl=64 time=98.3 ms
64 bytes from 192.168.1.1: icmp_req=95 ttl=64 time=1.64 ms
64 bytes from 192.168.1.1: icmp_req=96 ttl=64 time=11.9 ms
64 bytes from 192.168.1.1: icmp_req=97 ttl=64 time=3.93 ms
64 bytes from 192.168.1.1: icmp_req=98 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=99 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=100 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=101 ttl=64 time=4.80 ms
64 bytes from 192.168.1.1: icmp_req=102 ttl=64 time=4.92 ms


64 bytes from 192.168.1.1: icmp_req=103 ttl=64 time=4.83 ms
64 bytes from 192.168.1.1: icmp_req=104 ttl=64 time=5.06 ms
64 bytes from 192.168.1.1: icmp_req=105 ttl=64 time=4.92 ms
64 bytes from 192.168.1.1: icmp_req=106 ttl=64 time=3.80 ms
64 bytes from 192.168.1.1: icmp_req=107 ttl=64 time=5.04 ms
64 bytes from 192.168.1.1: icmp_req=108 ttl=64 time=4.78 ms
64 bytes from 192.168.1.1: icmp_req=109 ttl=64 time=5.04 ms
64 bytes from 192.168.1.1: icmp_req=110 ttl=64 time=5.82 ms
64 bytes from 192.168.1.1: icmp_req=111 ttl=64 time=5.26 ms
64 bytes from 192.168.1.1: icmp_req=112 ttl=64 time=4.66 ms
64 bytes from 192.168.1.1: icmp_req=113 ttl=64 time=7.31 ms
64 bytes from 192.168.1.1: icmp_req=114 ttl=64 time=4.78 ms
64 bytes from 192.168.1.1: icmp_req=115 ttl=64 time=3.92 ms
64 bytes from 192.168.1.1: icmp_req=116 ttl=64 time=9.17 ms
64 bytes from 192.168.1.1: icmp_req=117 ttl=64 time=4.91 ms
64 bytes from 192.168.1.1: icmp_req=118 ttl=64 time=5.42 ms
64 bytes from 192.168.1.1: icmp_req=119 ttl=64 time=6.18 ms
64 bytes from 192.168.1.1: icmp_req=120 ttl=64 time=5.80 ms
64 bytes from 192.168.1.1: icmp_req=121 ttl=64 time=6.18 ms
64 bytes from 192.168.1.1: icmp_req=122 ttl=64 time=4.74 ms
64 bytes from 192.168.1.1: icmp_req=123 ttl=64 time=5.69 ms
64 bytes from 192.168.1.1: icmp_req=124 ttl=64 time=3.99 ms


daha devam ediyordu ping atmaya hiç durmadan. Ben yarıda kestim uçbirim ekranını kapattım.




Bu komutta aynı şekilde sürekli ping devam ediyordu ben yarıda kestim ne kadar devam etmek gerektiğini bilmediğim için. Umarım yapabilmişimdir.

cagriemer

192.168 ile baslayan IP sizin yerel aginiz. heartsmagic'in verdigi ikinci komutta da buna benzer bir cikti aliyorsaniz internet baglantiniz calisiyor fakat DNS ile ilgili bir sorun yasiyorsunuz demektir.

gridongu'nun dedigi gibi ag yonetimi arayuzunden degistirmeyi denediniz mi?