![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SSL Public key/Private question | tical00 | UNIX for Dummies Questions & Answers | 3 | 06-04-2009 12:52 AM |
| Public/Private Key SSH from UNIX to Windows (Cygwin) | kclerks11 | Windows & DOS: Issues & Discussions | 9 | 12-02-2008 11:30 PM |
| Presented By: Public and Private Sector Perspectives on the Impact of the Technology | iBot | Software Releases - RSS News | 0 | 08-22-2008 10:30 PM |
| ssh public/private Keys | richo king | UNIX for Dummies Questions & Answers | 2 | 03-13-2008 06:34 PM |
| SSH public and private keys | new2ss | UNIX for Advanced & Expert Users | 2 | 02-13-2006 11:06 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
We have a ftp server which is running on public ip and out side of firewall. Users out side of our network and users of our local network both using the same public ip and doing upload and downloading. Last few days we are facing bandwidth problem as internal network users increased. We want setup ftp server with 2 ips as follows. Internal users will use private IP users out side network will use public Ip. Is there any procedure available to configure same machine with private and public ips. please help me sort out this issue. Thanks in advance. |
|
||||
|
I don't see how this will solve a bandwidth issue, but this is the answer to your question:
The 'ip' command will allow you to set multiple IP addresses on a single interface, whereas the 'ifconfig' command will replace an existing IP address with a specified new address. So to add multiple address to an interface, use: Code:
ip address add 192.168.1.1/24 dev eth0 ip address add 4.2.2.2/28 dev eth0 Code:
ip link set eth0 up |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|