On 08/22/2018 01:03 PM, Bob Goodwin wrote: > 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." Of course it is. Port 0 is restricted. What you should FIRST do is: ping 192.168.11.1 to see if you can hit the Buffalo device. If you can, then try to browse the device. Use one of the following URLs (they are 100% equivalent): http://192.168.11.1 http://192.168.11.1:80 (the ":80" is assumed if not included for "http://" URLs). Web sites use port 80 by default. For sites that use SSL (as in "https://192.168.11.1") the default port is 443 and these two URLs are equivalent: https://192.168.11.1 https://192.168.11.1:443 ---------------------------------------------------------------------- - Rick Stevens, Systems Engineer, AllDigital ricks@xxxxxxxxxxxxxx - - AIM/Skype: therps2 ICQ: 226437340 Yahoo: origrps2 - - - - Working with Linux is like wrestling with a worthy opponent. - - Working with Windows is like picking on an annoyed child who - - has a loaded handgun. - ---------------------------------------------------------------------- _______________________________________________ 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/5SJ3DMMSR4FVVQ23JH5HSOWDCKIECVNL/