Difference between revisions of "gaia - adding an alias interface"
From cpwiki.net
(Created page with " at the clish prompt mygw> add interface eth0 alias 192.168.1.10/24") |
|||
Line 2: | Line 2: | ||
at the clish prompt | at the clish prompt | ||
mygw> add interface eth0 alias 192.168.1.10/24 | mygw> add interface eth0 alias 192.168.1.10/24 | ||
+ | |||
+ | the alias created will look like... | ||
+ | |||
+ | eth0:1 Link encap:Ethernet HWaddr 82:3E:FC:AF:B5:80 | ||
+ | inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0 | ||
+ | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | ||
+ | Interrupt:185 Base address:0xa000 |
Latest revision as of 02:44, 30 April 2017
at the clish prompt
mygw> add interface eth0 alias 192.168.1.10/24
the alias created will look like...
eth0:1 Link encap:Ethernet HWaddr 82:3E:FC:AF:B5:80 inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Interrupt:185 Base address:0xa000