Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 days ago.
Improve this question
in the pictures below im trying to configure the interface fastethernet0 but the "ip" command there isnt to set the ip address and netmask
maybe i dont remember very well the difference between fastetherent and gigabitethernet (thats work)
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 days ago.
Improve this question
I am readign about ipv4 fields and I wonder why TOS which introduced in RFC 791 was not used at all?? but after DSCP was presented by RFC 2474 able to get good attention?
I can not find any clue to why it was not used!
I am new in this fields so please be cool :) when I ask silly questions
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 days ago.
Improve this question
why doesnt your computer just cache the IP of common local domain servers like .uk if you are in the uk or .com when you are searching through the web?
Do I lack some understanding of the topic that makes this unacheiveable?
Just a thought off of the top of my head that doesnt seem to be unreasonable to me?
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
The internal site is accessible through VPN.When I run test cases in Azure, getting an error site is not accessible. How to fix that?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
Windows 10 (64 bit), Far. ver.3, x64.
I can't find plugin for Secure FTP.
I need to connect by SSH to remote Linux Machine.
https://github.com/michaellukashov/Far-NetBox
Check if you have NetBox already installed (Alt+F1):
To add a connection, press Shift+F4.
I've also underlined the different tabs where one can change parameters, although usually the first tab is sufficient.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
There is lot of confusion
IANA suggests that dynamic port range should be 49000 to 65535
Though 8080 is used by many web services like Apache Tomcat, Proxy Server, etc.. but i have doubt that it is static port
You don't appear to understand what a dynamic port is. It is one which is allocated by the system, when you don't specify one yourself. If an application specifies the port itself, for example 8080, it is an example of static port usage.