Linux主機變身路由器

2021-12-29 20:01:07 字數 2305 閱讀 6084

實驗環境:

在vmware上建立四台主機,分別為:

linux伺服器a,linux伺服器b,客戶機win7,客戶機server2008!

思路:伺服器a新增兩個網絡卡,eth0連線vm1,eth1指定vm2;

win7連線vm1,作為伺服器a的客戶機;

伺服器b也指定兩個網絡卡,eth0連線vm2,eth1連線vm3;

server2008連線vm3,作為伺服器b的客戶機。

在server2008上建立ftp伺服器;

使win7能夠連線ftp伺服器。

1,給伺服器a和伺服器b新增網絡卡之後,規劃網路,分別修改/etc/sysconfig/network-scripts/ifcfg-eth0和/etc/sysconfig/network-scripts/ifcfg-eth1兩個檔案:

linux伺服器上配置ip位址請看:

[root@aaa ~]# cat/etc/sysconfig/network-scripts/ifcfg-eth0

# intel corporation 82545em gigabit ethernet controller(copper)

device=eth0

bootproto=none

#hwaddr=00:0c:29:cd:14:f3

macaddr=00:0c:29:cd:14:22

onboot=yes

ipaddr=192.168.10.254

netmask=255.255.255.0

[root@aaa ~]# cat/etc/sysconfig/network-scripts/ifcfg-eth1

# intel corporation 82545em gigabit ethernet controller(copper)

device=eth1

bootproto=none

onboot=yes

hwaddr=00:0c:29:cd:14:fd

ipaddr=192.168.20.1

netmask=255.255.255.0

[root@aaa ~]#

2,伺服器b上的網路連線資訊:

[root@zhangsp ~]#cat/etc/sysconfig/network-scripts/ifcfg-eth0

# intel corporation 82545em gigabit ethernet controller(copper)

device=eth0

bootproto=none

#hwaddr=00:0c:29:82:09:e9

macaddr=00:0c:29:82:09:e8

onboot=yes

ipaddr=192.168.20.2

netmask=255.255.255.0

[root@zhangsp ~]# cat/etc/sysconfig/network-scripts/ifcfg-eth1

# intel corporation 82545em gigabit ethernet controller(copper)

device=eth1

bootproto=none

onboot=yes

hwaddr=00:0c:29:82:09:f3

ipaddr=192.168.30.254

netmask=255.255.255.0

[root@zhangsp ~]#

3,在伺服器a和b上分別建立/etc/sysconf/static-routes檔案,目的為指定永久的靜態路由,內容分別為:

a上的static-routes檔案:any net 192.168.30.0/24 gw 192.168.20.2

b上的static-routes檔案:any net 192.168.10.0/24 gw 192.168.20.1

4,開啟linux主機的路由**功能

分別修改伺服器a和伺服器b上的/etc/sysctl.conf檔案,ipv4**0改為1

並執行sysctl -p命令使其生效。

5,重新啟動伺服器a和伺服器b上的network服務:

service network restart

6,分別修改win7和server2008兩台主機的ip位址;

win7主機的ip位址規劃為:192.168.10.1 255.255.255.0 閘道器為:192.168.10.254

7,在server2008主機上建立ftp服務,在win7主機上登入驗證是否成功。

為了驗證,可以直接使用ping命令來驗證;

不出錯的情況下是可以成功訪問的!

樹莓派變身路由器

買了乙個便宜的usb網絡卡,裡面的晶元是8188eu。再看了一下kernel 的版本 pi raspberrypi uname a linux raspberrypi 3.12.28 709 preempt mon sep 8 15 28 00 bst 2014 armv6l gnu linux 接...

DMZ主機(路由器)簡介

dmz主機 路由器 簡介 dmz主機 針對不同資源提供不同安全級別的保護,可以考慮構建乙個叫做 demilitarized zone dmz 的區域。dmz可以理解為乙個不同於外網或內網的特殊網路區域。dmz內通常放置一些不含機密資訊的公用伺服器,比如web mail ftp等。這樣來自外網的訪問者...

路由器連線路由器

有兩種方法!無論哪種,和貓接的主路由總是不變!只要改從路由的設定!第一。從路由還是當路由用!設定 路由a為主路由,路由b為從路由!假設你現在有兩個路由 路由a 和 路由b 同時使用的是adsl撥號上網。首先,設定路由a的wan口狀態設定為pppoe撥號狀態,然後填入adsl撥號的賬號和密碼。然後,設...