banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix Cách setup thêm 1 ip trên server?  XML
  [Question]   Cách setup thêm 1 ip trên server? 07/03/2013 10:36:07 (+0700) | #1 | 273928
[Avatar]
phamquoc_truong
Elite Member

[Minus]    0    [Plus]
Joined: 04/04/2004 07:54:12
Messages: 79
Location: PeaceWorld
Offline
[Profile] [PM]
Em vừa đặt thêm 1 IP cho server (vẫn trên 1 card NIC) nhưng loay cả buổi mà em vẫn chưa dựng được con IP này lên. Chính xác hơn là không thể ping từ ngoài vào với IP mới. IP cũ vẫn ping bình thường (em không cấm ping).

Cụ thể :

Em tạo thêm ifcfg-eth0:0 trong /etc/sysconfig/network-scripts/ bằng cách copy ifcfg-eth0

Nội dung 2 file của em :

ifcfg-eth0
Code:
DEVICE=eth0
BOOTPROTO=static
BROADCAST=x.x.x.127
HWADDR=00:x:x:x:x:x
IPADDR=x.x.x.28
NETMASK=255.255.255.128
NETWORK=x.x.x.0
ONBOOT=yes
TYPE=Ethernet


ifcfg-eth0:0
Code:
DEVICE=eth0:0
BOOTPROTO=static
BROADCAST=x.x.x.127
HWADDR=00:x:x:x:x:x
IPADDR=x.x.x.125
NETMASK=255.255.255.128
NETWORK=x.x.x.0
ONBOOT=yes
TYPE=Ethernet


/etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=ns2.abc.com
GATEWAY=x.x.x.1

Chạy ifconfig
Code:
eth0      Link encap:Ethernet  HWaddr 00:x:x:x:x:x
          inet addr:x.x.x.28  Bcast:x.x.x.127  Mask:255.255.255.128
          inet6 addr: x::x:x:x:x/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:309435 errors:0 dropped:0 overruns:0 frame:0
          TX packets:401827 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:86533716 (82.5 MiB)  TX bytes:402424735 (383.7 MiB)
          Interrupt:169 Memory:faee0000-faf00000

eth0:0    Link encap:Ethernet  HWaddr 00:x:x:x:x:x
          inet addr:x.x.x.125  Bcast:x.x.x.127  Mask:255.255.255.128
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:169 Memory:faee0000-faf00000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:14849 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14849 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2432275 (2.3 MiB)  TX bytes:2432275 (2.3 MiB)



Mong mọi người chỉ giúp em.

Em cảm ơn :)
[Up] [Print Copy]
  [Question]   Cách setup thêm 1 ip trên server? 07/03/2013 10:42:15 (+0700) | #2 | 273930
[Avatar]
xuanphongdocco
Member

[Minus]    0    [Plus]
Joined: 19/08/2009 08:25:03
Messages: 247
Offline
[Profile] [PM]
Ủa, 1 NIC card có thể có nhiều IP được hả ta? Có phải tui đọc nhầm không đây?

P/S: Oạch, đúng là thế thật. Xin lỗi thớt, trường em cháy đúng hôm học bài này smilie) http://linux.m2osw.com/two_ips_on_one_nic

Xuân Phong Nguyễn
[Up] [Print Copy]
  [Question]   Cách setup thêm 1 ip trên server? 15/03/2013 00:35:01 (+0700) | #3 | 274100
Mr.Khoai
Moderator

Joined: 27/06/2006 01:55:07
Messages: 954
Offline
[Profile] [PM]
phamquoc_truong,

Khoai không rõ bạn xài linux nào, nhưng khoai chỉ thử với ifconfig eth0 và ifconfig eth0:0 thì thấy ping ngon lành. Bạn coi có cái firewall rule nào ảnh hưởng đến từng interface không?

khoai
[Up] [Print Copy]
  [Question]   Cách setup thêm 1 ip trên server? 15/03/2013 14:21:56 (+0700) | #4 | 274105
pmquang
Member

[Minus]    0    [Plus]
Joined: 21/06/2010 06:00:51
Messages: 40
Offline
[Profile] [PM]
Cần có thêm kết quả ping và tracert tới cái IP cần thiết để kiểm tra thêm.

Có thể do lỗi routing hoặc firewall.

[Up] [Print Copy]
  [Question]   Cách setup thêm 1 ip trên server? 15/03/2013 15:24:39 (+0700) | #5 | 274106
[Avatar]
tarzanvip
Member

[Minus]    0    [Plus]
Joined: 17/09/2004 16:54:06
Messages: 50
Offline
[Profile] [PM]
Mình vẫn tạo Virtual IP (VIP) trên server bình thường.

Bạn thử kiểm tra lại:
+ Nếu bạn có dùng firewall (iptables) thì cần set rule cho VIP này.
+ Liên hệ với Data Center, nơi bạn đặt server, xem họ có fix MAC theo IP hay không.
[Up] [Print Copy]
  [Question]   Cách setup thêm 1 ip trên server? 18/03/2013 08:49:41 (+0700) | #6 | 274149
[Avatar]
tranhuuphuoc
Moderator

Joined: 05/09/2004 06:08:09
Messages: 865
Location: Lầu Xanh
Offline
[Profile] [PM] [WWW]
Copy 2 dòng ifcfg-eth0:0 và dòng ifcfg-eth0 dùng nội dung luôn hả ?
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|