Доброе время суток! Помогите понять и ткнуть где я не прав есть сервак с двумя сетевухами ens18(local) и eth1(voip Provaider) А и все на CENTOS крутится так вот подымаю для телефонии pppoe(ppp0) через eth1 все конектится получаю ip все замечательно! На до поднять через eth1 еще один pppoe(ppp1) но не вкакую не хочет конектится ((( Сделал 2 конфига ifcfg-ppp0 и ifcfg-ppp1
cat /etc/sysconfig/network-scripts/ifcfg-ppp0
USERCTL=yes
BOOTPROTO=dialup
NAME=DSLppp0
DEVICE=ppp0
TYPE=xDSL
ONBOOT=yes
PIDFILE=/var/run/pppoe-adsl.pid
FIREWALL=NONE
PING=.
PPPOE_TIMEOUT=80
LCP_FAILURE=3
LCP_INTERVAL=20
CLAMPMSS=1412
CONNECT_POLL=6
CONNECT_TIMEOUT=60
DEFROUTE=yes
SYNCHRONOUS=no
ETH=eth1
PROVIDER=DSLppp0
USER=************
PEERDNS=no
DEMAND=yes
PERSIST=no
и
cat /etc/sysconfig/network-scripts/ifcfg-ppp1
USERCTL=yes
BOOTPROTO=dialup
NAME=DSLppp1
DEVICE=ppp1
TYPE=xDSL
ONBOOT=no
PIDFILE=/var/run/ppp/pppoe-adsl.pid
FIREWALL=NONE
PING=.
PPPOE_TIMEOUT=80
LCP_FAILURE=3
LCP_INTERVAL=20
CLAMPMSS=1412
CONNECT_POLL=6
CONNECT_TIMEOUT=60
DEFROUTE=no
SYNCHRONOUS=no
ETH=eth1
PROVIDER=DSLppp1
USER=++++++++
PEERDNS=no
PERSIST=no
DEMAND=yes
ifconfig
ens18: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.20.24.2 netmask 255.255.255.0 broadcast 172.20.24.255
inet6 fe80::8436:bbff:fecd:bdc8 prefixlen 64 scopeid 0x20<link>
ether 86:36:bb:cd:bd:c8 txqueuelen 1000 (Ethernet)
RX packets 32146 bytes 3791287 (3.6 MiB)
RX errors 0 dropped 60 overruns 0 frame 0
TX packets 9281 bytes 2010834 (1.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::8c3:d1ff:fea0:e812 prefixlen 64 scopeid 0x20<link>
ether 0a:c3:d1:a0:e8:12 txqueuelen 1000 (Ethernet)
RX packets 9426 bytes 2109666 (2.0 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9566 bytes 2189325 (2.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 8 bytes 480 (480.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 8 bytes 480 (480.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1492
inet 10.96.131.10 netmask 255.255.255.255 destination 10.92.255.254
ppp txqueuelen 3 (Point-to-Point Protocol)
RX packets 9358 bytes 1899368 (1.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9508 bytes 1976797 (1.8 MiB)
TX errors 0 dropped 1 overruns 0 carrier 0 collisions 0
ppp1: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1492
inet 10.112.112.112 netmask 255.255.255.255 destination 10.112.112.113
ppp txqueuelen 3 (Point-to-Point Protocol)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0