Есть «login», «password» и «service name» от провайдера, необходимо настроить подключение, чтоб работала локалка 192.168.2.Х (DHCP eth0) и провайдер 10.x.x.x (да, именно 10.х.х.х сеть предприятия).
Установил rp-pppoe (yum install rp-pppoe) Ввел pppoe-setup (указал «login», дважды «password»)
Ethernet Interface: eth0
User name: login
Activate-on-demand: Yes; idle timeout = not seconds
DNS addresses: Supplied by ISP's server
Firewalling: NONE
User Control: yes
ifconfig выдает: eth0 (норм), eo (норм), а
ppp0 Link encap:Point-to-Point Protocol
inet addr:10.112.112.112 P-t-P:10.112.112.113 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[root@ххх ~]# route add -net 10.0.0.0/8 gw 10.115.100.1
[root@ххх ~]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.112.112.113 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
10.0.0.0 10.115.100.1 255.0.0.0 UG 0 0 0 ppp0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
[root@123456 ~]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.112.112.113 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
ничего не изменилось.
З.Ы.
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0 это норма?
10.112.112.113 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0