This will show you how to bind more IP into a server
$ sudo nano /etc/network/interfaces
Append or modify file as follows:
auto eth0 auto eth0:0 auto eth0:1 iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 gateway 192.168.1.254 iface eth0:0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.254 iface eth0:1 inet static address 192.168.1.3 netmask 255.255.255.0 gateway 192.168.1.254 # add rest of alias / binds below
A Note About Configuration Using ip Command
The ifconfig command is being phased out and being replaced by the ip command. The newer ip command does not use the same concept of aliases or virtual interfaces and instead treats additional addresses as first class objects. The newer way to configure multiple addresses on one interface is to use the up and down mechanism to call ip at the correct times to add and remove these additional IP addresses. Sample This /etc/network/interfaces file which assigns two IP addresses to eth0 and assigns labels to them:Save and close the file. Restart networking service under Debian / Ubuntu Linux, enter:auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 gateway 192.168.1.254 up ip addr add 192.168.1.2/24 dev eth0 label eth0:0 down ip addr del 192.168.1.2/24 dev eth0 label eth0:0 up ip addr add 192.168.1.3/24 dev eth0 label eth0:1 down ip addr del 192.168.1.3/24 dev eth0 label eth0:1
# /etc/init.d/networking restart
OR$ sudo /etc/init.d/networking restart
How Do I Verify New Settings?
To verify your new settings, type:# ifconfig -a
OR# ip addr show eth0
Sample outputs:2: eth0: mtu 1500 qdisc mq state UP qlen 1000 link/ether b8:ac:6f:65:31:e5 brd ff:ff:ff:ff:ff:ff inet 192.168.1.1/24 brd 192.168.1.255 scope global eth0 inet 192.168.1.2/24 scope global secondary eth0:0 inet 192.168.1.3/24 scope global secondary eth0:1 inet6 fe80::baac:6fff:fe65:31e5/64 scope link valid_lft forever preferred_lft forever
Đặt vòng
Counter view
Popular Posts
-
Dương Quá tên thật là Dương To Quá, nhưng nếu để cái tên ấy mà hành tẩu giang hồ thì dễ bị đám nương nữ đa dâm quấy rối, làm phiền; dễ bị đ...
-
Ở đâu cái giống đàn bà Sống trên trần thế thật là khổ đau Từ nay cho đến về sau Đàn ông hạnh phúc với nhau được rồi Tình yêu cũng chỉ m...
-
MEATV là phiên bản thử nghiệm của Công ty Điện toán và Truyền số liệu VDC trên nền website tại địa chỉ MegaTV Đây là dịch vụ xem phim và tr...
-
Mở 1 page của người mà bạn muốn lấy album, và lấy số id của họ Sau đó bạn vào địa chỉ https://picasaweb.google.com/số-id-bạn-vừa-lấy-đư...
-
Trên Mac OS việc sử dụng Terminal mặc định của hệ điều hành khá là thọt do ít tính nă...
-
Việc hạn chế request từ một client vào server sẽ giảm được việc ddos vào trang xử lý, giảm việc crawl dữ liệu từ các machine. Tôi sẽ hướng d...
-
Tổng hợp 30 kiểu ngủ bựa nhất của bọn mèo Nằm ngửa đắp chăn Ngủ trong ly 2 anh em Phơi ...
-
Chùm ảnh về lũ mèo có thể ngồi/nằm bất cứ chỗ nào chúng cho là vừa với chúng Maru Có vẻ gần đây mình bị tăng cân ...
-
Nếu bạn cảm thấy không an toàn với spam bot diễn đàn của bạn tới từ nước ngoài. Bạn có thể GTFO chúng từ tầng firewall nhưng mình cản ở tầng...
-
abc
Tags
- aircrack (1)
- Backtrack (1)
- bind ip (1)
- cat (2)
- crack wireless (1)
- crawl (1)
- debian (1)
- Games (1)
- Google Plus (1)
- Google+ (1)
- kitten (2)
- lấy album ảnh (1)
- limit request (1)
- limit_req (1)
- limit_req_zone (1)
- Mario (1)
- megatv (1)
- mèo (2)
- meow (1)
- mrtuan (1)
- nginx (1)
- ngủ (1)
- như lợn meow (1)
- server (1)
- sits (1)
- sleepy (1)
- tv (1)
- ubuntu (1)
- vdc (1)
- Webpicasa (1)
- WEP (1)