You are not logged in.
Pages: 1
I had to change from connecting to router to a direct connection to computer. I tried to setup by:
ip link set enp6s0 up
ip addr add [i]static_ip/subnet prefix[/i] dev enp6s0
ip route add default via [i]ipv4_gateway[/i]At this moment I can ping my DNS server but cannot browse the internet (or there is no response from google.com(say) when pinged)
Offline
did you also set up dns?
Offline
did you also set up dns?
No. I didn't.
Should it be setup in
/etc/resolv.conf?
Edit: also, the gui utility to set up a new connection doesn't show there is a new connection till now.
Last edited by sb8623 (2020-07-03 18:56:49)
Offline
You can add a dns server to you network configuration using the network manager you are using, then the content to /etc/resolve.conf
will be automatically generated or you can use systemd-resolved.
Last edited by f33dm3bits (2020-07-03 19:21:35)
Offline
There was some fault from the ISP. I called them and they fixed the issue.
Offline
Pages: 1