On 08/21/18 18:22, Samuel Sieb wrote:
What is the simplest way to do that with Fedora 27 or 28,NetworkManager?
If you want a gui, then install nm-connection-editor. That lets you
add extra static addresses to an interface or wifi connection.
For the command line, use "ip addr".
ip addr add 192.168.1.10/24 dev eth0
ip addr del 192.168.1.10/24
Replace eth0 with the appropriate device name.
_
.
So I did this -
[root@Box10 bobg]# ip addr add 192.168.11.10/24 dev enp2s0
Which resulted in -
[root@Box10 bobg]# ping -c 3 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.326 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.298 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.294 ms
--- 192.168.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2036ms
rtt min/avg/max/mdev = 0.294/0.306/0.326/0.014 ms
Which looks like it's done what I think I want but the browser still
does not connect to: http://192.168.11.1:0
"This address is restricted
This address uses a network port which is normally used for purposes
other than Web browsing. Firefox has canceled the request for your
protection."
It appears Firefox may be trying to protect me from myself, dunno how to
work around that?
The device I'm trying to connect to at 192.168.11.1 is a Buffalo
WZR-HP-G450H, a router or ethernet bridge depending on configuration. I
believe it came configured as a bridge using DD-WRT. I used it for a
number of years to send camera video from another structure. It always
worked but I have need for it as a bridge in another place. I wanted to
mess with it first, reset it since I had no record of the password and
now I am stuck, unable to access its built in browser page. This
exercise was initiated by our new puppy chewing off the 19 vdc power
cord to my router and killing the entire system.
Bob
--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10 FEDORA-27/64bit LINUX XFCE Fastmail POP3
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx/message/JYS5ZOAYAQS4PTCIBPRMEFOXC6XHXN4X/