內網連結問題 - Linux

Dora avatar
By Dora
at 2009-06-23T22:57

Table of Contents

※ 引述《s06yji3 (阿南)》之銘言:
: 我使用的作業系統是open SUSE 10.3
: Kernel是 2.6.5-31-default
: 內網連結的作業系統都是openSUSE
: 主機板是supermicro X7DWA-N
: 網卡是用on board的網卡
: Intel® 82575EB Dual-port Gigabit Ethernet Controller
: 並且已經用igb.ko驅動
: 現在的情況是ping的到自己的ip
: 但是內網的其他電腦都ping不到
: Firewall已關
: 請問有可能是哪邊有問題 謝謝
試試看下面方法
1.內網gw可以ping嗎?
2.ip與內網可同網段子網路對不對
3.看一下route表路由方向
4.內網其他電腦ping到你這台電腦嗎?

--
Tags: Linux

All Comments

如何從自己單機變成網路

Robert avatar
By Robert
at 2009-06-23T17:18
各位大大好 我本身自己是先架在自己的電腦上(127.0.0.1) 用localhost這個方式 現在要變成放在網路上(供給其他人一起使用) 我要做哪些部份? 可以請各位給我方向嗎QQ? 謝謝 在此祝大家:寫程式順利沒出錯,一路寫到底 - ...

Linux 相關問題..。

Hedy avatar
By Hedy
at 2009-06-23T14:38
In Linux, which data structure(s) must be stored on disks? 選擇一個答案 A. the super block B. both of them C. non of them D. inodes 這個問題我不太理解....Linux 我 ...

請問如何找出domain的所有子網?

Jack avatar
By Jack
at 2009-06-23T00:38
例如ntu.edu.tw 可以有ee.ntu.edu.tw, ac.ntu.edu.tw, math.ntu.edu.tw....etc 我用dig看不到說 atat - ...

Bison Parser 與 ylwrap 相容性問題

Mason avatar
By Mason
at 2009-06-22T21:01
Dear All, 最近有點無所事事,所以把 ylwrap 中的一個 bug 給修了一下 如果你想使用 bison 來生出 C++ parser 而你搭配的 project management tool 是 auto-tools 時 ...

tty Input/output error?

Barb Cronin avatar
By Barb Cronin
at 2009-06-22T19:51
我寫了一個程式要去中斷正在播放的音樂 我是用fork出來的child process播音樂 並且kill child process來中斷音樂(kill -9 pid) 但是卻出現了tty Input/output error 所以想問說有什麼辦法可以中斷且不會發生這種錯誤的呢? 感謝摟~ -- ...