address

Microsoft Azure Set a Static Internal IP Address for a VM

Verify that a specific IP address is available Before you specify a static IP address from your address pool, you may want to verify that the IP address has not been already assigned. In the example below, we’re checking to see whether the IP address 10.1.61.140 is available in the TestVNet virtual network. Test-AzureStaticVNetIP –VNetName …

Microsoft Azure Set a Static Internal IP Address for a VM Read More »

How to get a copy of root’s email or forward it to an smtp email address

We can edit the aliases file for the system and set our address as the destination for root. so you can edit /etc/aliases (or wherever the aliases file has gone) and look at the existing aliases. There is probably an entry for root (possibly commented out) that shows a fictitious user. Add an entry like: …

How to get a copy of root’s email or forward it to an smtp email address Read More »

Unix Sort by IP Address

[root@sunx4150 ~]# cat /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. 10.1.50.101             sunx4150.xyz.com localhost.localdomain localhost 127.0.0.1               sunx4150.xyz.com localhost.localdomain localhost 10.0.51.50      T5220   T5220.xyz.com 10.0.50.36      ibmaix  ibmaix.xyz.com 10.0.50.9            bucnodc01.xyz.com 10.0.50.36      ibmaix.xyz.com ibmaix 10.1.50.106    ibmcl03.xyz.com     ibmcl03 10.1.51.83      nnl106.xyz.com 10.1.50.134     dbcimb01 10.0.2.20        bkonetapp1 10.112.2.101     spblrdc010 10.0.2.11        bpelapp1 [root@sunx4150 ~]# …

Unix Sort by IP Address Read More »

Scroll to Top