RedHat提供ADSL共享上網的解決辦法(轉)
RedHat提供ADSL共享上網的解決辦法(轉)[@more@]一、操作環境:
機器系統與配置:三臺機器的關健部件
第一臺:桌上型電腦,雙網路卡,8139和8029,作業系統RedHat 8.0
第二臺:Toshiba notebook,PC卡。RTL-8139/8139C/8139C+,作業系統RedHat 8.0
第三臺:桌上型電腦,8029網路卡,作業系統windowme
Hub[集線器]:Tp-Link 10M,8口
ADSL,乙太口,非路由。
二、網路卡設定如下:
在第一臺機器的雙網路卡的接法:把ADSL接在eth0上,把eth1接在HUB上。
第一塊網路卡的ip設定:
ip地址:192.168.0.1
掩碼:255.255.255.0
第二塊網路卡的設定
ip地址:192.168.0.2
掩碼:255.255.255.0
在這兩塊網路卡中,不要設定閘道器。
++++++++++++++++++++++++++++++++++++++++
第二臺:Toshiba notebook的網路卡設定
IP:192.168.0.6
掩碼:255.255.255.0
閘道器:192.168.0.1
DNS:設定電信給的,或者下面的也行
202.96.134.133
202.96.168.68
++++++++++++++++++++++++++++++++++++++++
第三臺機器的網路卡設定
P:192.168.0.8
掩碼:255.255.255.0
閘道器:192.168.0.1
DNS:設定電信給的,或者下面的也行
202.96.134.133
202.96.168.68
三、設定ppp拔號,
1]刪除原來的ppp的ADSL連結。
如果redhat-config-network原來已經用 redhat-config-network設定的ppp的ADSL連線拔號,用下面的命令呼叫刪除。
#redhat-config-network
2]在終端上以root許可權執行
#adsl-setup
進入設定過程:
Welcome to the ADSL client setup. First, I will run some checks on
your system to make sure the PPPoE client is installed properly...
LOGIN NAME
Enter your Login Name (default root): ADSL提供商給的使用者名稱,寫在這裡
INTERFACE
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 ethX, where X is a number.
(default eth0): eth0這是ADSL透過第一臺機器的第一張網路卡eth0提供上網
Do you want the link to come up on demand, or stay up continuously?
If you want it to come up on demand, enter the idle time in seconds
after which the link should be dropped. If you want the link to
stay up permanently, enter no (two letters, lower-case.)
NOTE: Demand-activated links do not interact well with dynamic IP
addresses. You may have some problems with demand-activated links.
Enter the demand value (default no):在這裡按一下回車就行了。
DNS
Please enter the IP address of your ISPs primary DNS server.
If your ISP claims that the server will provide dynamic DNS addresses,
enter server (all lower-case) here.
If you just press enter, I will assume you know what you are
doing and not modify your DNS setup.
Enter the DNS information here: 202.96.134.133這是DSN,最好用你本地電信給的
Please enter the IP address of your ISPs secondary DNS server.
If you just press enter, I will assume there is only one DNS server.
Enter the secondary DNS server address here: 202.96.168.68這是第二個DNS,也是電信給的。
PASSWORD
Please enter your Password:在這裡把ADSL提供商給的密碼寫上
Please re-enter your Password:
USERCTRL
Please enter yes (two letters, lower-case.) if you want to allow
normal user to start or stop DSL connection (default yes): yes
FIREWALLING
Please choose the firewall rules to use. Note that these rules are
very basic. You are strongly encouraged to use a more sophisticated
firewall setup; however, these will provide basic security. If you
are running any servers on your machine, you must choose NONE and
set up firewalling yourself. Otherwise, the firewall rules will deny
access to all standard servers like Web, e-mail, ftp, etc. If you
are using SSH, the rules will block outgoing SSH connections which
allocate a privileged source port.
The firewall choices are:
0 - NONE: This script will not set any firewall rules. You are responsible
for ensuring the security of your machine. You are STRONGLY
recommended to use some kind of firewall rules.
1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation
2 - MASQUERADE: Appropriate for a machine acting as an Internet gateway
for a LAN
Choose a type of firewall (0-2): 2
Start this connection at boot time
Do you want to start this connection at boot time?
Please enter no or yes (default no):yes
** Summary of what you entered **
Ethernet Interface: eth0
User name: ADSL使用者名稱
Activate-on-demand: No
Primary DNS: 202.96.134.133
Secondary DNS: 202.96.168.68
Firewalling: MASQUERADE
User Control: yes
Accept these settings and adjust configuration files (y/n)?y
三、在/etc/rc.d/rc.local中加入如下:
echo 1 >; /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
四、重新啟動機器。就OK了。
如果你覺得此文太長,其實很簡單,只要看第三點就行了。
機器系統與配置:三臺機器的關健部件
第一臺:桌上型電腦,雙網路卡,8139和8029,作業系統RedHat 8.0
第二臺:Toshiba notebook,PC卡。RTL-8139/8139C/8139C+,作業系統RedHat 8.0
第三臺:桌上型電腦,8029網路卡,作業系統windowme
Hub[集線器]:Tp-Link 10M,8口
ADSL,乙太口,非路由。
二、網路卡設定如下:
在第一臺機器的雙網路卡的接法:把ADSL接在eth0上,把eth1接在HUB上。
第一塊網路卡的ip設定:
ip地址:192.168.0.1
掩碼:255.255.255.0
第二塊網路卡的設定
ip地址:192.168.0.2
掩碼:255.255.255.0
在這兩塊網路卡中,不要設定閘道器。
++++++++++++++++++++++++++++++++++++++++
第二臺:Toshiba notebook的網路卡設定
IP:192.168.0.6
掩碼:255.255.255.0
閘道器:192.168.0.1
DNS:設定電信給的,或者下面的也行
202.96.134.133
202.96.168.68
++++++++++++++++++++++++++++++++++++++++
第三臺機器的網路卡設定
P:192.168.0.8
掩碼:255.255.255.0
閘道器:192.168.0.1
DNS:設定電信給的,或者下面的也行
202.96.134.133
202.96.168.68
三、設定ppp拔號,
1]刪除原來的ppp的ADSL連結。
如果redhat-config-network原來已經用 redhat-config-network設定的ppp的ADSL連線拔號,用下面的命令呼叫刪除。
#redhat-config-network
2]在終端上以root許可權執行
#adsl-setup
進入設定過程:
Welcome to the ADSL client setup. First, I will run some checks on
your system to make sure the PPPoE client is installed properly...
LOGIN NAME
Enter your Login Name (default root): ADSL提供商給的使用者名稱,寫在這裡
INTERFACE
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 ethX, where X is a number.
(default eth0): eth0這是ADSL透過第一臺機器的第一張網路卡eth0提供上網
Do you want the link to come up on demand, or stay up continuously?
If you want it to come up on demand, enter the idle time in seconds
after which the link should be dropped. If you want the link to
stay up permanently, enter no (two letters, lower-case.)
NOTE: Demand-activated links do not interact well with dynamic IP
addresses. You may have some problems with demand-activated links.
Enter the demand value (default no):在這裡按一下回車就行了。
DNS
Please enter the IP address of your ISPs primary DNS server.
If your ISP claims that the server will provide dynamic DNS addresses,
enter server (all lower-case) here.
If you just press enter, I will assume you know what you are
doing and not modify your DNS setup.
Enter the DNS information here: 202.96.134.133這是DSN,最好用你本地電信給的
Please enter the IP address of your ISPs secondary DNS server.
If you just press enter, I will assume there is only one DNS server.
Enter the secondary DNS server address here: 202.96.168.68這是第二個DNS,也是電信給的。
PASSWORD
Please enter your Password:在這裡把ADSL提供商給的密碼寫上
Please re-enter your Password:
USERCTRL
Please enter yes (two letters, lower-case.) if you want to allow
normal user to start or stop DSL connection (default yes): yes
FIREWALLING
Please choose the firewall rules to use. Note that these rules are
very basic. You are strongly encouraged to use a more sophisticated
firewall setup; however, these will provide basic security. If you
are running any servers on your machine, you must choose NONE and
set up firewalling yourself. Otherwise, the firewall rules will deny
access to all standard servers like Web, e-mail, ftp, etc. If you
are using SSH, the rules will block outgoing SSH connections which
allocate a privileged source port.
The firewall choices are:
0 - NONE: This script will not set any firewall rules. You are responsible
for ensuring the security of your machine. You are STRONGLY
recommended to use some kind of firewall rules.
1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation
2 - MASQUERADE: Appropriate for a machine acting as an Internet gateway
for a LAN
Choose a type of firewall (0-2): 2
Start this connection at boot time
Do you want to start this connection at boot time?
Please enter no or yes (default no):yes
** Summary of what you entered **
Ethernet Interface: eth0
User name: ADSL使用者名稱
Activate-on-demand: No
Primary DNS: 202.96.134.133
Secondary DNS: 202.96.168.68
Firewalling: MASQUERADE
User Control: yes
Accept these settings and adjust configuration files (y/n)?y
三、在/etc/rc.d/rc.local中加入如下:
echo 1 >; /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
四、重新啟動機器。就OK了。
如果你覺得此文太長,其實很簡單,只要看第三點就行了。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617542/viewspace-950622/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RedHat 8.0提供ADSL共享上網的解決辦法[(轉)Redhat
- RedHat 9.0上ADSL最終解決方案(轉)Redhat
- RedHat 9上ADSL最終解決方案(轉)Redhat
- RedHat7.2下ADSL雙網路卡共享上網實戰(轉)Redhat
- RedHat9.0上ADSL最終解決方案(轉)Redhat
- Redhat區域網安裝的解決辦法(轉)Redhat
- redhat ping不通外網的解決辦法Redhat
- Redhat9+ADSL+IPTABLES+DHCPD解決方案(轉)Redhat
- 轉: redhat linux ftp 553 錯誤的解決辦法RedhatLinuxFTP
- vmware centos ADSL共享上網設定CentOS
- RedHat9的service named stop問題及解決辦法(轉)Redhat
- RedHat系統ADSL配置指南(轉)Redhat
- 解決VMware安裝RedHat虛擬機器無法上網的問題Redhat虛擬機
- linux redhat9.0/fedora4.0下adsl上網和配置全過程(轉)LinuxRedhat
- dns解析失敗無法瀏覽器上網解決辦法DNS瀏覽器
- ADSL寬頻連線691錯誤的原因及六種解決辦法
- 無線網路連線不上的原因與解決辦法
- 網站劫持跳轉,分享網站被劫持跳轉的解決辦法網站
- android中HttpClient獲取Session然後使用 WebView共享session的解決辦法(轉)AndroidHTTPclientSessionWebView
- struts分頁如何解決?誰能提供比較好的解決辦法
- AMD Duron安裝redhat linux 6.2成功後無法進入linux的解決辦法(轉)RedhatLinux
- windows10升級無法上網怎麼辦_windows10升級無法上網的解決方法Windows
- Net framework3.5裝不上的解決辦法Framework
- 關於網路重置後無法聯網的解決辦法
- 【轉】vue mounted 呼叫兩次的解決辦法Vue
- ORA-04031的傻瓜解決辦法(轉)
- 轉載--packagekit鎖住yum的解決辦法Package
- Session丟失的解決辦法小結 (轉)Session
- IE 瀏覽器被迫連線某網站的解決辦法(轉)瀏覽器網站
- 不能進入GitHub官網的解決辦法Github
- 網路正常網頁打不開的解決辦法網頁
- win10區域網共享無法訪問怎麼辦 win10無法訪問區域網共享檔案解決方法Win10
- Win7新增共享印表機登陸失敗的解決辦法Win7
- win10無法訪問win7共享資料夾的解決辦法Win10Win7
- ADSL無線路由器上網錯誤怎麼辦路由器
- Xshell連不上centos7的解決辦法CentOS
- root鎖屏解決辦法之一(轉)
- Windows 惡意程式碼解決辦法(轉)Windows