How To Make Changes In resolv.conf Permanent in Ubuntu
/etc/resolv.conf
/etc/resolv.conf
Not Permanent
1 |
echo 1 > /proc/sys/net/ipv4/ip_forward |
or Permanent
1 2 3 4 |
Uncomment net.ipv4.ip_forward=1 /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 net.ipv4.ip_forward=1 |