In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
How to use routing in Ubuntu to achieve network sharing function, in view of this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and easy way.
1. Ubuntu routing implementation
2. Mac OS X 10.6 shared Internet access
3. Router is connected to internet, and the intranet address is 192.168.2.1.
Since all the people tested are laptop and there are no dual network cards, the following methods are adopted: the wlan of ubuntu is connected to router, and the ethernet connected to internet,Ubuntu route through router is connected to Mac to form an internal network:
Ubuntu- "router- > Internet
Mac- "ubuntu-...
4.Ubuntu routed wlan dynamically obtains the URL e.g. 192.168.2.3 from router
5.Ubuntu routing settings intranet URL
Ubuntu--- > sudo ifconfig 10.0.0.1 netmask 255.255.255.0
Mac--- > network preference- > ethernet- > manual, IP address 10.0.0.2, netmask 255.255.255.0, gateway 10.0.0.1, name server 192.168.2.1
6.ubuntu enables ip_forwarding
Echo'1' > / proc/sys/net/ipv4/ip_forward
7.Ubuntu routing setting rules
Sudo su
Iptables-F
Iptables-A FORWARD-j ACCEPT
Iptables-t nat-A POSTROUTING-j MASQUERADE
8.Mac ping 192.168.2.1
Ping www.ubuntu.com
This is the answer to the question about how to use routing to achieve network sharing in Ubuntu. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel to learn more about it.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.