【无标题】

1关闭防火墙

 

systemctl stop firewalld

setenforce 0

2下载nginx程序

fnd install nginx -y

3配置ip

nmcli connection modify ens32 ipv4

method manual ipv4.

addresses 192.168.65.200/24 ipv4.

gateway 192.168.65.2 ipv4.

dns 114.114.114.114 +ipv4.

addresses 192.168.65.300/24

nmcli connection up ens32

4网站内容和配置

mkdir /www/ip/{200,300} -pv

vim /etc/nginx/conf.d/test_ip.conf

server { listen 192.168.65.200:80;

root /www/ip/200; location / } server { listen 192.168.65.300:80;

root /www/ip/300; location / } }

 

echo this 200 > /www/ip/200/index.html

echo this 300 > /www/ip/300/index.html

 

5重启网站

systemctl restart nginx

6.客户端连接测试

curl 192.168.65.200

curl 192.168.65.300

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值