-
您當(dāng)前所在位置:首頁(yè) → 操作系統(tǒng) → LINUX → Linux系統(tǒng)下PPPOE撥號(hào)共享上網(wǎng)方法
Linux系統(tǒng)下PPPOE撥號(hào)共享上網(wǎng)方法
時(shí)間:2015/6/28來(lái)源:IT貓撲網(wǎng)作者:網(wǎng)管聯(lián)盟我要評(píng)論(0)
-
1、網(wǎng)卡配置。
兩塊網(wǎng)卡,eth0為撥號(hào)網(wǎng)卡,IP:192.168.1.1(其他的地址也可);eth1為內(nèi)網(wǎng)網(wǎng)卡,IP:192.168.0.1.掩碼均為255.255.255.0. 局域網(wǎng)網(wǎng)段為192.168.0.0.
注意:此處兩塊網(wǎng)卡均不能設(shè)網(wǎng)關(guān)。
2、PPPoE軟件的升級(jí)與安裝
1) 在https://www.roaringpenguin.com/pppoe/#download下載
2) 安裝rp-pppoe.以root身份執(zhí)行
rpm –Uvh rp-pppoe-3.5-1.i386.rpm
3、修改/etc/ sysctl.conf
將其中的
net.ipv4.ip_forward = 0
改為
net.ipv4.ip_forward = 1
4、去除ipchains模塊,只選擇iptables方法如下:
1)setup
2)選擇system service
3)去除ipchains
4)選中iptables
5)重啟機(jī)器
5、PPPoE客戶端配置
在rp-pppoe-3.5-1.i386.rpm安裝完畢后,接下來(lái)就可進(jìn)行PPPoE客戶端配置了。過(guò)程如下。
#/usr/sbin/adsl-setup
>>> Enter your PPPoE user name: ——此處輸入撥號(hào)帳號(hào)的用戶名
>>> Enter the Ethernet interface connected to the ADSL modem For Solaris, this is likely to be something like /dev/hme0. For Linux, it will be ethn, where n is a number. (default eth0): ——輸eth0
>>> Enter the demand value (default no): ——輸no
>>> Enter the DNS information here: ——輸210.52.149.2(視當(dāng)?shù)剡\(yùn)營(yíng)商的DNS服務(wù)器IP而定)
>>> Please enter your PPPoE password: ——輸網(wǎng)通用戶口令
>>> Choose a type of firewall (0-2): ——輸0
>>> Accept these settings and adjust configuration files (y/n)? ——輸y
6、啟動(dòng)撥號(hào)連接
/usr/sbin/adsl-start
成功連接后,屏幕顯示Connected.
此時(shí)這臺(tái)linux已可以上網(wǎng)瀏覽了。
7、IP偽裝
為了使局域網(wǎng)中的其他機(jī)器能通過(guò)Linux服務(wù)器共享上網(wǎng),至少須執(zhí)行下面的命令:
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
完成后,在192.168.0.0網(wǎng)段(網(wǎng)關(guān)為192.168.0.1)的PC機(jī)就可透過(guò)Linux上網(wǎng)了!
8、開(kāi)機(jī)自啟動(dòng)
為了使Linux服務(wù)器能夠自動(dòng)撥號(hào),執(zhí)行下面步驟。
1)chkconfig ——add adsl
2)setup
3)選擇system services
4)選中ADSL
5)OK退出
6)打開(kāi)/etc/rc.d/rc.local,在該文件的末尾添上下面語(yǔ)句
echo "[OK]"
echo "Drop ICMP form anywhere"
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
echo "[OK]"
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
說(shuō)明:前面四句用于關(guān)閉ICMP,防止別人Ping.
9、至此,一切OK,一個(gè)簡(jiǎn)單的撥號(hào)建成了。重啟機(jī)器后,發(fā)現(xiàn)linux的internet共享連接已經(jīng)一切就緒了。
關(guān)鍵詞標(biāo)簽:上網(wǎng),方法,共享,撥號(hào),
相關(guān)閱讀
-
熱門(mén)文章
安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程使用screen管理你的遠(yuǎn)程會(huì)話GNU/Linux安裝vmware如何登錄linux vps圖形界面 Linux遠(yuǎn)程桌面連
人氣排行
Linux下獲取CPUID、硬盤(pán)序列號(hào)與MAC地址linux tc實(shí)現(xiàn)ip流量限制dmidecode命令查看內(nèi)存型號(hào)linux下解壓rar文件安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程Ubuntu linux 關(guān)機(jī)、重啟、注銷(xiāo) 命令lcx.exe、nc.exe、sc.exe入侵中的使用方法查看linux服務(wù)器硬盤(pán)IO讀寫(xiě)負(fù)載