Menu

#58 Support PPPoE connections

None
open
nobody
None
1
2015-12-18
2015-12-18
reMiND
No
netsh interface ipv4 show interface

Idx     Met         MTU          State                Name
---  ----------  ----------  ------------  ---------------------------
1        4275  4294967295  connected     Loopback Pseudo-Interface 1
16        4250        1500  connected     LAN1
33          20        1480  connected     TTK
17        4230        1500  disconnected  LAN2

As you can see, i have 3 interfaces exclude loopback. TTK is PPPoE. But TCP/IP Manager currently can handle only LAN1 and LAN2 (get from 'netsh int show interface'?)

It will be nice if TCP/IP Manager can handle VPN connnections too.

Discussion

  • reMiND

    reMiND - 2015-12-18

    For example, i want change dns server to 127.0.0.1

    netsh interface ipv4 set dnsserver "TTK" static none
    netsh interface ipv4 add dns "TTK" 127.0.0.1 1
    

    Using "TTK" as reference works flawlessly.

     
  • Adrian-Costin Țundrea

    Thanks for your message. I will take it in cosideration when I resume work on TCP/IP Manager... which should happen pretty soon as it seems that are problems with Windows 10. I will keep you updated once I start work on it.

     

Log in to post a comment.