On Sun, 11 Aug 2013, Larry Brigman wrote:

> ip addr add 192.168.3.4/24 dev eth0

Larry,

   Trying to add another IP address, in a different subnet, did not work for
me. The Slackware syntax,

        route add -net 192.168.2.1 netmask 255.255.255.0 dev eth0:1

returns "netmask does not match network."

   Taking a different approach I did,

        ifconfig eth0:1 192.168.2.1 up

and this worked; I can ping 192.168.2.1 from the directly connected laptop.
And, the kernel routing table has a route for that IP address on eth0. 
However, ... I cannot access that IP address from firefox.

   What might I still be missing here?

Rich


_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to