Red_Hat
RH202 · Question #15
There are two different networks 192.168.0.0/24 and 192.168.1.0/24. Where 192.168.0.254 and 192.168.1.254 IP Address are assigned on Server. Verify your network settings by pinging 192.168.1.0/24…
Answers: 1. vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=station?example.com GATEWAY=192.168.0.254 2. service network restart Or 1. vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 ONBOOT=yes BOOTPROTO=static IPADDR=X.X.X.X NETMASK=X.X.X.X GATEWAY=192.168.0.254 2…
Requirements Engineering in the Project Lifecycle
Question
There are two different networks 192.168.0.0/24 and 192.168.1.0/24. Where 192.168.0.254 and 192.168.1.254 IP Address are assigned on Server. Verify your network settings by pinging 192.168.1.0/24 Network's Host.
Explanation
Answers:
- vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=station?example.com GATEWAY=192.168.0.254
- service network restart Or
- vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 ONBOOT=yes BOOTPROTO=static IPADDR=X.X.X.X NETMASK=X.X.X.X GATEWAY=192.168.0.254
- ifdown eth0
- ifup eth0
Topics
#routing verification#multi-network#static route#ping diagnostics
Community Discussion
No community discussion yet for this question.