查询进程并杀掉进程
ps -ef | grep tomcat | grep -v grep | xargs kill -9
查看路由
route
添加路由
route add -net IP地址 netmask 255.255.255.0 dev 网卡名称
ps -ef | grep tomcat | grep -v grep | xargs kill -9
route
route add -net IP地址 netmask 255.255.255.0 dev 网卡名称