몇 개의 스레드를 확인하고 몇 가지 단계를 수행했지만 여전히 문제가 있습니다.
Mac 무선 연결 이 된 Cisco E2000 WiFi 라우터 가 있습니다
Mac에서 방문 192.168.1.1
하여 DHCP에 의한 자동 구성과 같은 것을 볼 수 있습니다.
IP address 192.168.1.1
Subnet mask 255.255.255.0
Device name SmallFlamingo
Start IP Address: 192.168.1.100
Maximum Number of Users: 50
IP Address Range: 192 .168.1.100 to 149
WiFi 무선 및 Mac 문제 없음, 인터넷에 연결 가능
이더넷 케이블을 통해 WiFi 라우터에 연결된 우분투 서버 (특정 작업에 대한 일반적인 방법이 사전 구성되어 있음)가 있습니다.
서버에 관한 정보
uname -a
Linux HK2DR22 2.6.32-21-server #32-Ubuntu SMP Fri Apr 16 09:17:34 UTC 2010 x86_4 GNU/Linux
lsb_release -a
NO LSB modules are available
Distributor ID: Ubuntu
Description: Ubuntu 10.04.4 LTS
Release: 10.04
ping 192.168.1.1
connect: Network is unreachable
more /etc/network/interfaces
# some comment lines I skipped since I need type the output
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
pre-up iptables-restore < /etc/iptables.rules
pre-up iptables-restore --noflush < /etc/iptables.custom
auto eth1
iface eth1 inet static
address 192.168.201.1
netmask 255.255.255.0
auto eth2
iface eth2 inet static
address 192.168.202.1
netmask 255.255.255.0
auto eth3
iface eth3 inet static
address 192.168.203.1
netmask 255.255.255.0
auto eth4
iface eth4 inet static
address 192.168.204.1
netmask 255.255.255.0
auto eth5
iface eth5 inet static
address 192.168.205.1
netmask 255.255.255.0
서버를 네트워크에 어떻게 연결합니까? 감사!
ip link
모든 NIC의 링크 상태를 표시하고 연결된 NIC를 한눈에 볼 수 있습니다.