You are not logged in.
Pages: 1
Hi guys i want to set static ip on my arch setup. Im totally newbie and my configiration file looks like this.
[Match]
Name=wlan0
[Network]
Adress=192.168.1.111/24
Gateway=192.168.1.1
DNS=8.8.8.8
DNS=8.8.4.4My porting configiration on my TP-Link TD-W9970 modem is like this.
At the moment my connection is configured but degraded.
Last edited by Welt (2021-03-02 08:38:40)
Offline
What file is this and it's location? Also are you using a network manager? ![]()
Offline
Adress=192.168.1.111/24
Is that a typo in the mystery configuration file or is that a transcription error?
How have you enabled the relevant networking services? Have you ensured that only a single networking service is enabled and running? Use 'systemctl status' to see an overview of running services.
At the moment my connection is configured but degraded.
How are you determining this? Please post verbatim terminal output rather than vague descriptive (and potentially incorrect) summaries.
Jin, Jîyan, Azadî
Offline
Offline
Welt wrote:Adress=192.168.1.111/24Is that a typo in the mystery configuration file or is that a transcription error?
It is in my /etc/systemd/network/30-wireless network file. All of my config is in there.
How have you enabled the relevant networking services? Have you ensured that only a single networking service is enabled and running? Use 'systemctl status' to see an overview of running services.
I used systemd-networkd to do that.
Welt wrote:At the moment my connection is configured but degraded.
How are you determining this? Please post verbatim terminal output rather than vague descriptive (and potentially incorrect) summaries.
I used systemctl network status -a to determine that.
Offline
And is wlan0 actually the name for your adaper?
Wlan0 is name of my qualcomm atheros network adapter.
Offline
What file is this and it's location? Also are you using a network manager?
Im not using any network managers i just used systemd-networkd to enable my iternet connection. And if i use dynamic ip via typing DHCP=yes into that config file instead of static one i got my succesfull connection. But the main point is this gonna be my mini server computer so i need a static ip with proper port forwarding settings.
Offline
Assuming that you provided correct information, which I doubt, since your last statement is a proof against that, I see at least two problems:
1) The keyword "Address" (contains two ds in English) is misspelled as @Head_on_a_Stick pointed out.
2) Your config file is missing the suffix ".network". This, however, is disproved by your statement, that just changing its content to a DHCP configuration works, so you provided us with a wrong / incomplete filename above.
I used systemctl network status -a to determine that.
I assume you want to keep that output a secret to make us helping you more difficult?
Last edited by schard (2021-03-02 08:29:15)
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
Assuming that you provided correct information, which I doubt, since your last statement is a proof against that, I see at least two problems:
1) The keyword "Address" (contains two ds in English) is misspelled as @Head_on_a_Stick pointed out.
2) Your config file is missing the suffix ".network". This, however, is disproved by your statement, that just changing its content to a DHCP configuration works, so you provided us with a wrong / incomplete filename above.Welt wrote:I used systemctl network status -a to determine that.
I assume you want to keep that output a secret to make us helping you more difficult?
Yeah corrected it after a restart it started to work. It was totally my stupid mis spelling fault guys sorry for intruption.
Last edited by Welt (2021-03-02 08:38:18)
Offline
Pages: 1