התקנת אובנטו הוכתרה בהצלחה - איך להתקין את הרשת+אינטרנט+מספר שאלות - עמוד 2 - לינוקס, Mac ומערכות הפעלה אחרות - HWzone פורומים
עבור לתוכן
  • צור חשבון

התקנת אובנטו הוכתרה בהצלחה - איך להתקין את הרשת+אינטרנט+מספר שאלות


arik100

Recommended Posts

  • תגובות 68
  • נוצר
  • תגובה אחרונה

אני מבין את זה שאפחד כאן לא חייב לי תשובה אבל אתם היחידים שיכולים לעזור לי

ואתה עזרת לי עד כה אז למה אתה פתאום הפסקת?? אני לא מבין את זה... ואני בטוח שזה לא מחוסר הבנה בנושא... אז מה אכפת לך... אני בסה"כ עוד משתמש שרוצה להתנסות ב ...

אמרת בעיה בראוטר

יש לי ראוטר LINKSYS דגם WRT54GL שמחובר לשני המחשבים ע"י כבל

והמודם מחובר לראוטר גם בכבל

האינטרנט עובד מצויין בשני המחשבים

בלינוקס משום מה לא , מה אני צריך לעשות ?? איזה פרטים אתה צריך?? תעזור לי בבקשה

קישור לתוכן
שתף באתרים אחרים

auto lo

iface lo inet loopback

auto eth1

iface eth1 inet dhcp

auto eth2

iface eth2 inet dhcp

auto ath0

iface ath0 inet dhcp

auto wlan0

iface wlan0 inet dhcp

iface eth0 inet dhcp

auto eth0

תודה וסליחה קרפד אני פשוט ניסיתי את מה שאמרת בVM וזה לא עבד אז הכללתי וטעיתי מצטער

קישור לתוכן
שתף באתרים אחרים

אני לא בטוח אם זאת הבעיה אבל תנסה את זה:

sudo cp /etc/network/interfaces /etc/network/interfaces_backup

ואז

sudo gedit /etc/network/interfaces

תערוך את הקובץ שיראה ככה:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

ותפעיל מחדש את שירותי הרשת:

sudo /etc/init.d/networking restart

קישור לתוכן
שתף באתרים אחרים

owner@owner-desktop:~$ sudo cp /etc/network/interfaces /etc/network/interfaces_backup

Password:

owner@owner-desktop:~$ sudo gedit /etc/network/interfaces

owner@owner-desktop:~$ sudo /etc/init.d/networking restart

* Reconfiguring network interfaces... There is already a pid file /var/run/dhclient.eth0.pid with pid 5464

killed old client process, removed PID file

Internet Systems Consortium DHCP Client V3.0.4

Copyright 2004-2006 Internet Systems Consortium.

All rights reserved.

For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:1a:4d:4e:90:52

Sending on LPF/eth0/00:1a:4d:4e:90:52

Sending on Socket/fallback

DHCPRELEASE on eth0 to 192.168.1.1 port 67

send_packet: Network is unreachable

send_packet: please consult README file regarding broadcast address.

There is already a pid file /var/run/dhclient.eth0.pid with pid 134993416

Internet Systems Consortium DHCP Client V3.0.4

Copyright 2004-2006 Internet Systems Consortium.

All rights reserved.

For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:1a:4d:4e:90:52

Sending on LPF/eth0/00:1a:4d:4e:90:52

Sending on Socket/fallback

DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4

DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5

DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7

DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15

No DHCPOFFERS received.

No working leases in persistent database - sleeping.

[ OK ]

קישור לתוכן
שתף באתרים אחרים

owner@owner-desktop:~$ sudo lshw -c network

Password:

Hardware Lister (lshw) - B.02.08.01

usage: lshw [-format] [-options ...]

lshw -version

-version print program version (B.02.08.01)

format can be

-html output hardware tree as HTML

-xml output hardware tree as XML

-short output hardware paths

-businfo output bus information

options can be

-class CLASS only show a certain class of hardware

-C CLASS same as '-class CLASS'

-disable TEST disable a test (like pci, isapnp, cpuid, etc. )

-enable TEST enable a test (like pci, isapnp, cpuid, etc. )

קישור לתוכן
שתף באתרים אחרים

אתה יכול לנסות להגדיר כתובת סטטית:

אתה רושם שוב

sudo gedit /etc/network/interfaces

ותערוך את הקובץ שיראה ככה, את הכתובות אתה משנה שיתאימו לך לרשת:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1

auto eth1
iface eth1 inet dhcp

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

ומגדיר כתובות DNS

sudo gedit /ect/resolv.conf

השורה הראשונה זה הכתבות של הנתב, את שתי הכתובות האחרות אתה מקבל מהספק. אתה יכול גם למצוא אותם באתר הזה:

http://www.netcheif.com/Articles/BrdBandDefs/BrdBandDefs.htm

nameserver 192.168.1.1
nameserver 212.150.49.10
nameserver 62.90.42.110

קישור לתוכן
שתף באתרים אחרים

owner@owner-desktop:~$ sudo lshw -C network

Password:

Hardware Lister (lshw) - B.02.08.01

usage: lshw [-format] [-options ...]

lshw -version

-version print program version (B.02.08.01)

format can be

-html output hardware tree as HTML

-xml output hardware tree as XML

-short output hardware paths

-businfo output bus information

options can be

-class CLASS only show a certain class of hardware

-C CLASS same as '-class CLASS'

-disable TEST disable a test (like pci, isapnp, cpuid, etc. )

-enable TEST enable a test (like pci, isapnp, cpuid, etc. )

עשיתי שוב אותה פקודה עם C גדולה זה מה שיצא^

וניסיתי את מה שגם NIM אמר ולא ראיתי שום שינוי

ושאלה אני קצת מסתבך עם כל מה שאנחנו עושים

מה אנחנו בעצם מנסים לבדוק? איפה הבעיה נגרמת?

קישור לתוכן
שתף באתרים אחרים

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.


×
  • צור חדש...