設為static ip後無法上網

如果您覺得您的問題不屬於 debian desktop 或是 debian server 版的範圍內,請在這裡發問。

版主: mufa

設為static ip後無法上網

文章sunrise » 週日 8月 19, 2012 3:08 pm

我的設定檔內容如下
/etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
geteway 192.168.1.1
network 192.168.1.0
broadcast 192.168.1.255

我是seednet
/etc/resolv.conf
nameserver 139.175.55.244
nameserver 139.175.252.16

dig +trace www.google.com
沒反應
我的PC是接在router下
別的PC用ssh可以連上它
其它用DHCPr方式的PC都正常
請問各位大大 我有設錯什麼嗎
sunrise
可愛的小學生
可愛的小學生
 
文章: 10
註冊時間: 週二 5月 10, 2011 10:45 pm

Re: 設為static ip後無法上網

文章jesse.sung » 週一 8月 20, 2012 6:47 pm

可以貼出 /sbin/ifconfig eth0 的輸出嗎?

另, ping 192.168.1.1 的結果如何呢?
BR,
Wen-chien Jesse Sung
頭像
jesse.sung
程式開發組
程式開發組
 
文章: 654
註冊時間: 週三 9月 04, 2002 9:43 am

Re: 設為static ip後無法上網

文章sunrise » 週三 8月 22, 2012 10:27 am

感謝回覆^o^

/sbin/ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:a0:cc:c2:4c:7c
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2a0:ccff:fec2:4c7c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2764 errors:0 dropped:0 overruns:0 frame:0
TX packets:10298 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:308330 (301.1 KiB) TX bytes:1817766 (1.7 MiB)
Interrupt:10 Base address:0xd000


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_seq=2 ttl=64 time=0.321 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.328 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=0.325 ms
:
:
64 bytes from 192.168.1.1: icmp_seq=13 ttl=64 time=0.332 ms
64 bytes from 192.168.1.1: icmp_seq=14 ttl=64 time=0.339 ms
64 bytes from 192.168.1.1: icmp_seq=15 ttl=64 time=0.335 ms
^C
--- 192.168.1.1 ping statistics ---
15 packets transmitted, 15 received, 0% packet loss, time 14003ms
rtt min/avg/max/mdev = 0.309/0.603/4.386/1.011 ms
sunrise
可愛的小學生
可愛的小學生
 
文章: 10
註冊時間: 週二 5月 10, 2011 10:45 pm

Re: 設為static ip後無法上網

文章jesse.sung » 週三 8月 22, 2012 11:52 am

看起來很正常耶... XD
如果 ping 139.175.55.244 以及 ping moto.debian.tw 結果又是如何呢?
BR,
Wen-chien Jesse Sung
頭像
jesse.sung
程式開發組
程式開發組
 
文章: 654
註冊時間: 週三 9月 04, 2002 9:43 am

Re: 設為static ip後無法上網

文章sunrise » 週三 8月 22, 2012 10:57 pm

看起來就連不上DNS 不知哪設定有問題
會是router嗎

ping 139.175.55.244
connect: Network is unreachable
ping moto.debian.tw
ping: unknown host moto.debian.tw
sunrise
可愛的小學生
可愛的小學生
 
文章: 10
註冊時間: 週二 5月 10, 2011 10:45 pm

Re: 設為static ip後無法上網

文章j1989_41 » 週六 8月 25, 2012 8:43 pm

sunrise 寫:我的設定檔內容如下
/etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
geteway 192.168.1.1
network 192.168.1.0
broadcast 192.168.1.255

我是seednet
/etc/resolv.conf
nameserver 139.175.55.244
nameserver 139.175.252.16

dig +trace http://www.google.com
沒反應
我的PC是接在router下
別的PC用ssh可以連上它
其它用DHCPr方式的PC都正常
請問各位大大 我有設錯什麼嗎


gateway?
j1989_41
可愛的小學生
可愛的小學生
 
文章: 52
註冊時間: 週四 11月 12, 2009 11:54 am

Re: 設為static ip後無法上網

文章sunrise » 週二 8月 28, 2012 5:01 pm

OrZ叩謝 j1989_41

包好都要送修了
看了你的回覆
照著改
google大神現身那刻 淚~
sunrise
可愛的小學生
可愛的小學生
 
文章: 10
註冊時間: 週二 5月 10, 2011 10:45 pm

Re: 設為static ip後無法上網

文章j1989_41 » 週二 8月 28, 2012 8:05 pm

不用客氣,以後要常來摩托學園喔! ;-)

sunrise 寫:OrZ叩謝 j1989_41

包好都要送修了
看了你的回覆
照著改
google大神現身那刻 淚~
j1989_41
可愛的小學生
可愛的小學生
 
文章: 52
註冊時間: 週四 11月 12, 2009 11:54 am


回到 debian misc

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客