Linux

Articles for Linux

Linux

iptables port forwarding

iptables port forwarding I am port forwarding  public ip x.x.x.x  to private ip 192.168.200.200  . iptables -A INPUT -i eth0

Linux

how to configure Static IP on Centos 6

how to configure Static IP on Centos 6 ## Configure eth0 # # vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=”eth0″ NM_CONTROLLED=”yes” ONBOOT=yes HWADDR=A4:BA:DB:37:F1:04 TYPE=Ethernet

Scroll to Top