Internet Connection Share on Linux(ArchLinux)

本文介绍如何在Linux系统中(以Arch Linux为例)配置一台拥有两块网卡的计算机进行互联网连接共享。具体步骤包括设置有线网卡的静态IP地址、无线网卡通过无线接入点获取IP地址,并为希望共享连接的另一台计算机配置相应的IP地址和网关。此外,还详细解释了NAT共享的步骤,包括开启IP转发、设置iptables规则等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Internet ConnectionShare on Linux

(tested in archlinux)


you must have more thanone network card in you host computer

mine one wired Gigabitcard, another a wireless card

I used the wirelesscard connecting to the internet work, so there is a ppp0 connection


wired card config :

ip: 192.168.1.1/24

wireless card get theip just from the wireless AP


then the other computerthat you want to share connection with must connect to you wired cardan hava this configration :

ip: 192.168.1.2/24

gateway: 192.168.1.1



Nat Sharing Steps:

echo 1 >/proc/sys/net/ipv4/ip_forward

iptables -F

iptables -P INPUTACCEPT

iptables -P FORWARDACCEPT

iptables -t nat -APOSTROUTING -o ppp0 -j MASQUERADE

rc.d save iptables

rc.d start iptables


#you can also share youethernet connection, to do so just replace ppp0 by ethx



#get the DNS Server

(your must first sufferthe internet first)

cat /etc/resolv.conf


#then set the output tothe sharing computer's /etc/resolv.conf file


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值