I installed haproxy to my server and on internet I saw that I need to run these commands:
/sbin/ip rule add fwmark 1 lookup 100
/sbin/ip route add local 0.0.0.0./0 dev lo table 100
Now I would like to remove the haproxy but after I removed it I can't access the specific port of my server where haproxy was load balancing.
I installed haproxy again and is working. How can I remove these changes in order to also remove haproxy and to work?