Questions tagged [interface]
333 questions
0
votes
2 answers
Ubuntu Server gateway networking issues on VMware Workstation
I have two Ubuntu 10 Server VMs on VMware Workstation, using bridged networking. I want to route internet traffic to ServerB through ServerA. At the moment, ServerA can access the internet, but not ServerB. Each server can successfully ping the…

jetboy
- 912
- 2
- 11
- 25
0
votes
1 answer
IPTables - Blocking ports on eth0:x Network Interfaces
I'm wondering, is it possible to block certain ports on different interfaces such as eth0:0 eth0:1...
For instance, if I want to block on eth0:0 ports 22 and 25 and leave those open on eth0:1 I'm open to any suggestions!
Thanks guys!

Kayla
- 171
- 1
- 8
0
votes
1 answer
netsh add IPs Batch Script
I am trying to add a large block of IP addresses to our NIC in Server 2008 R2. For some reason this isn't working from the command line or from a batch file though.
FOR /L %A IN (131,1,190) DO netsh interface ipv4 add address "Local Area Connection"…

Aidan Knight
- 650
- 3
- 11
- 19
0
votes
1 answer
Managed Switch console cable?
As per a few other SF questions; I have recently purchased a D-link managed switch. It's a DES-3550.
It has a serial port on the front for console access and according to the manual this uses a female DB-9 cable. That's the first thing that…

dannymcc
- 2,717
- 10
- 48
- 72
0
votes
2 answers
Windows to configure IIS Website to use a particular physical network interface
How to configure on Windows 2003 server such that:-
when I access my website on the server, it uses IP address A.A.A.A
when my program runs it uses IP address B.B.B.B
Both A.A.A.A, B.B.B.B is configured on 2 different physical network interface on…

arthur.aoife
- 1
- 1
- 1
0
votes
1 answer
Citrix Web Interface - How to get back Native Embedded Client functionality?
Sometime after Citrix Server 4.6, they removed the ability to use the Native Embedded client. The problem is that we want their application to stay within the browser window rather than seamless or in a seperate window. This use to be possible with…

JoshA
- 3
- 1
0
votes
1 answer
How to config 2 interface with pptp?
In this topic Which is the best OS for PPTP? :
server with this CPU and 2 Intel
PRO/1000 network adapters really
handles ~2 hour peak of 250MBit/s
internet traffic on one interface and
sends all this traffic encapsulated in
PPTP via…

larry
- 4,037
- 9
- 36
- 42
0
votes
4 answers
creating interface in linux
I have a tunnel with a third-party computer. This tunnel iface has the ip address of 10.244.248.126. The third-party just told me that there is an ACL that will allow only IPs from the range 10.245.1.224/28. I'd love to issue telnet -b with and IP…

Thiago
- 287
- 1
- 2
- 7
0
votes
1 answer
Internet in Ubuntu not working
I have an issue with the internet connection in Ubuntu not working any longer.
I have two NIC's. Both static. One with a internet IP and one local. I can SSH into local fine, but the internet IP cannot be seen outside the network. I have 5 static…

KIT
- 3
- 1
0
votes
1 answer
Sonicwall NSA 240, Configured for LAN and DMZ, X0 and X2 on same switch - ping issues
Our Sonicwall vendor supplied and networked the NSA240 when we required a DMZ in our infrastructure. This was configured and appeared correct although VPN users periodically dropped DNS and Terminal Services. The vendor could not resolve and so…

Klaptrap
- 157
- 12
0
votes
3 answers
debian lenny : problem modifying static ip
i'm trying to change a static ip assigned to a debian VM. I modified the /etc/network/interfaces file but my debian doesn't seem to like the new settings
currently the machine's ip is set to 192.168.1.136
and i want the machine's ip to be set to…
0
votes
1 answer
NAT on the single interface (Ubuntu)
There is a network 192.168.0.*
Users have IPs 192.168.0.100 - 192.168.0.200
Ubuntu server has IP 192.168.0.1
There are 3 ADSL modems at IPs 192.168.0.10, 192.168.0.11, 192.168.0.12
I'd like to make gateway at all user computers 192.168.0.1 (Ubuntu…

luchaninov
- 343
- 1
- 4
- 11
0
votes
1 answer
How to set up a new interface sharing the same physical NIC with eth0 to use a second IP address?
My ISP has bound a second real IP address to my dedicated server, but that new IP does not seem to function. How do I set up an interface for it?
I Use Ubuntu 10.04 LTS AMD64 Server OS.

Ivan
- 3,398
- 19
- 50
- 71
0
votes
3 answers
Do I have to use the same vlan number for a sub-internface name in a Cisco router?
When creating a sub-interface for use with dot1q encapsulation. Do I have to match the name of the interface with the vlan number?
For example:
int g1/0/0.40
encap dot1q 40
or would this also work?
int g1/0/0.50
encap dot1q 40

3D1L
- 109
- 3
- 7
- 13
0
votes
3 answers
Connecting Linux system to switch from 2 interfaces
Possible Duplicate:
Connecting Linux system to switch from 2 interfaces
To get proper redundancy, we've installed 2 switches in our network and connected them to eachother. We now want to hook our servers to both switches. Since all servers have…
wimg